Skip to content

Instantly share code, notes, and snippets.

@gggeek
Created September 6, 2012 11:21
Show Gist options
  • Save gggeek/3655034 to your computer and use it in GitHub Desktop.
Save gggeek/3655034 to your computer and use it in GitHub Desktop.
9. enable xhprof tracing in eZ
vi /var/www/ezpublish4/config.php
# content of the file:
<?php
include( 'extension/ezperformancelogger/classes/ezxhproflogger.php' );
eZXHProfLogger::start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment