To stat() Or Not To stat()?

The Alternative PHP Cache (APC) is a tool that offers a massive performance gain to almost any PHP application simply by turning it on. This extension to PHP provides both opcode caching and user caching, placing files and data into memory for fast retreival, and, if used correctly, eliminating some of the bottlenecks of the file server or database.

Turning APC on is a great way to get a performance boost, but there are ways to help improve APC’s performance.

(more…)

Thursday, July 30th, 2009 @ 4:33 pm | Comment (3) | Categories: Best Practices, System Architecture
Tags: , ,


Copyright © 2023 by Brandon Savage. All rights reserved.