Form submitted successfully, thank you.

Error submitting form, please try again.

WordPress Admin Timer Plugin

I developed this plugin because I needed a way to check the PHP execution time of my admin pages while developing a theme.  It starts a timer as close to the beginning of the PHP process as possible and stops it just before shutdown.  Both time values are returned and the difference is displayed by javascript in the upper left of your WordPress admin area.

screenshot-1

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.

Download it here.

August 8, 2009 - 1:03 am

NightAngel - A very interesting plugin ! Maybe an upgrade with more informations ?

Why this plugin for create a theme ? For create a plugin and testing performances OK but for create a theme… an admin template maybe ?

Thank you!

August 8, 2009 - 6:09 am

baron - Works great, thank you

Your email is never published or shared. Required fields are marked *

*

*

There was an error submitting your comment. Please try again.