Practical PHP Performance
By Akash Mehta2008-02-13
Performance: is it really what you're after?
Of course, when any performance considerations come up, it is worth considering if you really want to aggresively manage PHP performance. A common misunderstanding is the difference between performance and scalability. Performance generally refers to the raw efficiency of the application, whereas scalability is the application's ability to handle greater loads.
As you move into high-traffic web applications, especially the large scale installations of big business, it is common to find that performance is not a concern as the business can afford to simply add another server when needed. Still, keeping performance in mind while developing an application can create significant benefits further down the line.
Tutorial pages:
|
|
|||||||||
You might also want to check these out:
|
Leave a Comment on "Practical PHP Performance"
You must be logged in to post a comment.
Link to This Tutorial Page!

