Theme and Plugin (T&P) Profiler

plugin banner

The Theme & Plugin Profiler is a tool to help developers determine which of their functions is eating up most server time.

Author:Christian Jongeneel (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:4.4.32
Plugin version:0.1
Added to WordPress repository:07-04-2016
Last updated:11-04-2016
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:https://thplpr.wordpress.com/
Total downloads:1 103
Active installs:10+
plugin download
Click to start download

The Theme and Plugin Profiler uses a little known PHP feature known as ticks. Basically, this is an internal event that occurs every time a code block is executed, marked (roughly) by a function call or curly {} brackets.

The plugin uses ticks to collect a list of the functions that were executed, how often they were called and how much time they took in total. The plugin’s option page gives some filters to select and sort the results. This will give developers clues which parts of their code demand scrutiny.


Screenshots
ChangeLog