Agaric Design Collective newsletter

Stay informed on our latest news!

Syndicate content

User login

php

A brief review of the APC opcode cache

On my quest to improve a client's Drupal site performance I considered installing the Alternative PHP Cache. It reduces the overhead of compiling the PHP sources into opcode on each request by caching the compiled code. 2bits posted a very good case study about PHP opcode caches a while ago.

Syndicate content