This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

PMC Benchmark

Description

This plugin is to lookup which hooks are slow in execution in plugins and current theme.

This plugin needs Debug Bar plugin to be installed and activated. It adds a panel labelled “PMC Benchmark” in it.

This plugin is for use in development environment only and not meant for use in a production environment.

Github: https://github.com/Penske-Media-Corp/pmc-benchmark

Screenshots

  • PMC Benchmark panel in Debug Bar

Installation

Just put it in the plugins directory like any other normal plugin & activate it, that’s all, no configuration etc. to mess around with. 🙂

FAQ

This plugin does not show hooks run in all the plugins. What’s the deal?

It is a limitation at present. The plugin will profile only those hooks which are executed after this plugin is loaded. So some plugins will be missed out but all hooks executed in the current theme will be captured. You can get around this limitation by loading this plugin via mu-plugins which are loaded before plugins. This limitation will be resolved in a future release.

Why is there so much data on some pages?

Both the summary and detailed view are shown. This is after all a debugging plugin for use in development environment, to help you improve performance of your plugin(s)/theme(s). What good that be without verbose data! 😉

Reviews

There are no reviews for this plugin.

Contributors & Developers

“PMC Benchmark” is open source software. The following people have contributed to this plugin.

Contributors

Translate “PMC Benchmark” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.1

  • Initial public release