Server-side Performance Testing of a php Web Application
问题 Before I get marked as dupe of articles like: [http://stackoverflow.com/questions/635123/what-is-a-good-tool-or-site-to-use-to-performance-test-a-web-page-site][1] Most of the answers on pages like that indicate performance testing of the html, using firebug, YSlow and so on. Loadrunner is cited, which is good, but what I'd like is a set of tools for performance testing the php itself to identify bottlenecks in the code. It's a LAMP setup. So, maybe: Code coverage testing Lint for php?