Saturday, July 14, 2012

PHP Dev/Debug Tools

Source

Benchmark your webserver with : siege
System calls made by apache(httpd) with : strace
Check inclued hierarchy
callgrind xdebug xhprof
hiphop  for static analysis

Others : 
replace time() with $_SERVER['REQUEST_TIME']
prefer require/include over require_once/include_once

No comments:

Blog Archive