page load
  • With this script your visitors can see how fast your site loads
just copy & paste the following code anywhere between the < body > < / body> tags
< $load = microtime(); print (number_format($load,2)); > seconds.
  • Add the ?php after the < before the $load
  • Add the ? befor the > after the ;
EXAMPLES: 0.17seconds.

It must be saved as a .php or it will not work!