function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
BerginBergin 

Is there a tool to get metrics on Page load time / response time?

I'm in need of a calculator to show the page load time or the response time when I click on a case or contact name or a visualforce page.
Is there a tool / app / plugin available ?

I'm using service cloud console, so not able to find the acual load time any browser plugins when I navigate within the console.
Ankit Gupta@ DeveloperAnkit Gupta@ Developer

Hi,


You can view the page load time from debug console in mozila/Chrome

For Mozila
open fire bug-> Click on net tab->click on enabled->refresh your page

For Chrome
Open inspect Element->Click on Network -> Refresh your page.

Ankit Gupta

chanduchandu
Hi Bergin,

You can view page load time by placing "?eptVisible=1" this at end of the URL 

One more option is to enable the debug mode from setup so that it displays time and data used in page load. One thing to keep in mind when enabling this setting is that performance may be impacted because the component code will be minified and caching is disabled.