Page 1 of 1

How do I get load time info?

Posted: 07 Jun 2018 00:33
by kunkel321
I recall that there's a dialog somewhere that will give me a breakdown of how quickly things load when xy starts. I can't remember where/what it is though... Anyone?

Re: How do I get load time info?

Posted: 07 Jun 2018 00:48
by kunkel321
Found it!

Code: Select all

    + Help | Various Information: Hold CTRL+SHIFT when clicking the menu item 
      and you get detailed information about the application load times.
I was erroneously shift clicking the dialog rather than the menu item...

Re: How do I get load time info?

Posted: 07 Jun 2018 02:09
by jupe
It can also be done like this

Code: Select all

text <get loadtimes>;

Re: How do I get load time info?

Posted: 07 Jun 2018 02:31
by kunkel321
jupe wrote:It can also be done like this

Code: Select all

text <get loadtimes>;
Nice! Pasting this into the address bar and pressing Enter does the trick.