The Code Profiler provides insights into run-time performance.
There are three levels of detail:
- Production Mode - measures run-time behavior for a subset of
requests and provides an aggregated view for systems even under load.
This is the default for non-sandbox instances and cannot be
deactivated. Minimal performance impact.
- Development Mode - measures run-time behavior for all requests of
the system and provides detailed data broken down per request. This is
the default mode for sandbox instances and can be activated for other
instance types on demand. Some run-time overhead compared to Production
Mode.
- Extended Script Development Mode - provides insights into script
internal run-time behavior, in addition to what Development Mode
provides. Severe performance implications - use with caution in
production environments.