Tag Archives: profiling

PHP Profiling – Profile / Performance

XDebug2 + KcacheGrind php-pecl-xdebug -> rami repository xdebug.profiler_enable=1 xdebug.show_mem_delta=1 xdebug.profiler_output_dir=/var/www/html/profiling/ xdebug.auto_trace=1 xdebug.trace_output_dir=/var/www/html/profiling/traces/

Posted in PHP | Tagged | Leave a comment