
內容簡介
這個外掛會在 WordPress 的網頁請求過程中,列出前 100 個最慢的 actions 和 filters,幫助您找出佈景主題和外掛程式的效能瓶頸。
需要 Debug Bar。
目前的限制:
由於核心錯誤,不會計時巢狀的 actions 和 filters。
如果位置在 mu-plugins,不會計時 plugins_loaded 或 muplugins_loaded 之前的 actions 和 filters。
在優先權為 1000 的 wp_footer 之後,不會計時 actions 和 callbacks。
外掛標籤
開發者團隊
原文外掛簡介
This plugin lists the top 100 slowest actions and filters during a page request in WordPress. It helps you figure out performance bottlenecks in themes and plugins.
Requires Debug Bar.
Current limitations:
Does not time nested actions and filters due to a core bug
Does not time actions and filters before plugins_loaded or muplugins_loaded if placed in mu-plugins
Does not time actions and callbacks after wp_footer at priority 1000
