¡@

Home 

php Programming Glossary: xhprof

Optimizing Kohana-based Websites for Speed and Scalability

http://stackoverflow.com/questions/1260134/optimizing-kohana-based-websites-for-speed-and-scalability

Another possibility that I haven't used much is the the xhprof extension it also helps with profiling can generate callgraphs..

What are the disadvantages of using persistent connection in PDO

http://stackoverflow.com/questions/3332074/what-are-the-disadvantages-of-using-persistent-connection-in-pdo

this means you've done code profiling using xdebug and or xhprof you should not consider persistent connections as a solution..

Is there a static code analyzer [like Lint] for PHP files? [closed]

http://stackoverflow.com/questions/378959/is-there-a-static-code-analyzer-like-lint-for-php-files

nice inheritance graphs with graphviz . Another option is xhprof which is similar to xdebug but lighter making it suitable for..

Is there a point to minifying PHP?

http://stackoverflow.com/questions/4079920/is-there-a-point-to-minifying-php

How to benchmark efficiency of PHP script

http://stackoverflow.com/questions/8291366/how-to-benchmark-efficiency-of-php-script

. Xdebug is great for when your working in dev staging and xhprof is a great tool for production and its safe to run it there..

A 'profiler with visualization' for PHP with `full backtrace visualization`?

http://stackoverflow.com/questions/8810437/a-profiler-with-visualization-for-php-with-full-backtrace-visualization

ago. The best option I was able to find was facebook's xhprof with xhprof ui . Read about how to install both of them here.. best option I was able to find was facebook's xhprof with xhprof ui . Read about how to install both of them here http blog.preinheimer.com..