このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

PMC Benchmark

説明

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

スクリーンショット

インストール

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! 😉

評価

このプラグインにはレビューがありません。

貢献者と開発者

PMC Benchmark はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“PMC Benchmark” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.1

  • Initial public release