Configure HAR Logging
HAR logging can be configured for Cloud environment types.
HAR logging enables generation of HTTP Archive (HAR) logs, which show information regarding network requests generated in a browser when an issue occurs. HAR logs can provide valuable information such as how long an object takes to be requested, the time required to connect to the server, and the time taken to transfer items from the server to the browser, as well as actions by privileged users. A HAR log can help you detect problems such as excessively long load times, no loading activity, or no caching taking place.
Generated HAR logs are in JSON format.
IMPORTANT
HAR logging is done in memory for security purposes. Sensitive information such as passwords are typically included, so use HAR logging with care.