Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Frontend performance tracing

There are two possible ways to record performance logging for the frontend:

  • Offline: where the values are stored in a .csv file.
  • Online: using New Relic.

This frontend performance logging can be enabled by setting frontend.performance option to true, in the configuration service.

To enable online performance logging (using New Relic), please set the frontend.new_relic option to true.

In case the frontend.performance option is set to true and frontend.new_relic is set to false, then offline logging will take place.

You can read more how to update configuration options here.

Backend performance tracing

...