這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WP XHProf Profiler

描述

WP XHProf Profiler plugin is an easy way to profile your plugins and themes when you are coding or debugging. To get it done it uses XHProf, a PHP profiler made by the Facebook Dev Team (you must install it before activating the plugin).

Usage

By default the profiling is disabled, activate WP_DEBUG on your wp-config.php to enable it. After doing it, all your wordpress pages will have a link at bottom with the profiling data.

¿What is XHProf?

From http://www.php.net/manual/en/intro.xhprof.php

XHProf is a light-weight hierarchical and instrumentation based profiler. During the data collection phase, it keeps track of call counts and inclusive metrics for arcs in the dynamic callgraph of a program. It computes exclusive metrics in the reporting/post processing phase, such as wall (elapsed) time, CPU time and memory usage. A functions profile can be broken down by callers or callees. XHProf handles recursive functions by detecting cycles in the callgraph at data collection time itself and avoiding the cycles by giving unique depth qualified names for the recursive invocations.

XHProf includes a simple HTML based user interface (written in PHP). The browser based UI for viewing profiler results makes it easy to view results or to share results with peers. A callgraph image view is also supported.

XHProf reports can often be helpful in understanding the structure of the code being executed. The hierarchical nature of the reports can be used to determine, for example, what chain of calls led to a particular function getting called.

XHProf supports ability to compare two runs (a.k.a. “diff” reports) or aggregate data from multiple runs. Diff and aggregate reports, much like single run reports, offer “flat” as well as “hierarchical” views of the profile.

Additional documentation can be found via the xhprof website » [http://pecl.php.net/package/xhprof]

Support

Comments, questions, feature requests and bug reports are welcome: http://www.berriart.com/en/xhprof-profiler/

螢幕截圖

  • Profiler output

安裝

  1. Install XHProf on your server [http://www.php.net/manual/en/xhprof.installation.php]
  2. Extract and upload the directory xhprof-profiler to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Enable WP_DEBUG on your wp-config.php file for profiling
  5. That’s all

Requeriments

  • WordPress >= v2.6.0

常見問題

Is this plugin developed by Facebook Dev Team?

No. This plugin is not made by the creators of the XHProf profiler, this plugin has been developed by Berriart.

Have you any more question?

Comments, questions, feature requests and bug reports are welcome: http://www.berriart.com/en/xhprof-profiler/

For further information about XHProf go to [http://pecl.php.net/package/xhprof]

評價

There are no reviews for this plugin.

貢獻者及開發者

“WP XHProf Profiler” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 WP XHProf Profiler 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄