disableDynamicScriptOptimization

Syntax

disableDynamicScriptOptimization()

Details

Disables dynamic script optimization.

Only administrators can call this function, and the change applies only to the current session.

  • After the call, dynamic script optimization is disabled for the current session. Other existing sessions are not affected.
  • New DDB sessions created afterward are still initialized according to the enableDynamicScriptOptimization configuration parameter.

The setting made by this call is discarded when the current session ends. To change the initial setting for new DDB sessions, set the enableDynamicScriptOptimization configuration parameter.