WP Admin Timer

Displays the time in microseconds that PHP took to create an admin page. Used for theme and plugin development, to optimize PHP.

Author:Jared Henderson (profile at wordpress.org)
WordPress version required:2.7
WordPress version tested:2.8.3
Plugin version:0.1
Added to WordPress repository:06-08-2009
Last updated:15-09-2009
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://blog.rachelhendersonphotography.com/wo...
Total downloads:679
plugin download
Click to start download

Displays the time in microseconds that PHP took to create an admin page. Used for theme and plugin development, to optimize PHP. Uses Javascript to display the execution time in the upper left of the admin screen. Creates some invalid HTML, but this is only for testing and dev purposes. Technically it’s not recording the PHP execution for the entire operation because the timer starts at the first available plugin hook, so some PHP core functions and processes have already occured, but you can’t optimize these anyway.