Skip to content
steves edited this page Sep 13, 2010 · 3 revisions

PHP Profiler is an application that helps you find performance bottlenecks within your code and collects performance data such as page load times and page memory usage. PHP Profiler is capable of being fed various pieces of data from your framework or applications Data Access Layer, allowing you to easily view information regarding the queries executed on a single page load.

Clone this wiki locally