Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 408 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 408 Bytes

WordPress XHProf

A WordPress plugin which makes it easy to view XHProf report for the current page request.

To active, add the following to wp-config.php, before wp-settings.php is included.

require_once(ABSPATH . 'wp-content/plugins/wp-xhprof/xhprof-loader.php');

Please note that xhprof-loader.php currently starts XH Prof and sets DONOTCACHEPAGE even if the plugin is disabled.