I'm looking to measure how fast my site is processed. Is there any software out there that can do this?
If it depends on the server, is there any way to monitor the speed from my localhost (purely CPU load?)
|
I'm looking to measure how fast my site is processed. Is there any software out there that can do this? If it depends on the server, is there any way to monitor the speed from my localhost (purely CPU load?) |
|||
|
|
|
I usually use the timer_stop() function via the WordPress 'shutdown' hook, like this:
|
|||||||
|
|
Use If you want to see the execution time of each SQL query too, |
|||||
|