PHP Performance Profiling (Linux Journal)
[Posted October 22, 2003 by cook]
Jonathan Oxer
writes about PHP performance profiling on Linux Journal.
"
Due to the incredible growth of PHP in the last couple of years, it's now being used for tasks ranging from tiny scripts to large-scale Web applications. Some Web applications contain hundreds of thousands of lines of PHP code, and the fact that PHP can scale to these levels is a great testament to its design and the efficient Zend Engine that actually manages PHP code execution.
Of course, bigger and more complex projects result in more load on your servers, and when you throw a database into the mix you have even more potential performance bottlenecks to track."
(
Log in to post comments)