Chapter 12. Caching Engines

You've done your best to clean up your code and reduce processing load in your PHP scripts, but you just can't seem to make your pages fast enough to keep your users happy. Time to throw in the towel? Not quite—there's more performance you can get out of your LAMP setup, and caching engines will help you do this.

When dealing with different caching solutions for PHP5, you have a handful of choices. A couple of setups actually cache the internally compiled PHP scripts, others cache the generated output, and others still cache the intermediate data processing objects. This chapter introduces you to several caching engines, and can help you decide which one is right for you.

Get Professional LAMP: Linux®, Apache, MySQL®, and PHP5 Web Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.