Inside Activate
...
Troubleshooting
Introduction to Server Timing in Browser Debug Tools
2 min
the server timing tab in browser debug tools is an useful feature for implementors of activate aiming to optimize server performance this tab provides detailed insights into various server side performance metrics, helping you understand the time taken for different stages of server processing and response delivery key metrics include dns lookup time duration to resolve the domain name connection time time required to establish a connection to the server ssl handshake time time taken to complete the ssl handshake time to first byte (ttfb) time until the server sends the first byte of the response content download time time taken to download the response content by analyzing these metrics, implementors can identify bottlenecks and make informed decisions to enhance server performance using server timing insights in activate requires activate 8 2 7+ server timing insights are enabled by default for members of the activate developers role who can view server timing insights from the timing tab of a request in standard browser debug tools to disable server timing insights set //resources/configuration/web/istelemetryenabled to "false" (this parameter doesn't exist out of the box so may be need to be created with a type of string or boolean) the database call that resulted from the request and the time it took is displayed hover over the insight to get the full detail