Entries for tag: performance

  • Optimizing with APC (Brian Shire, shire@php.net, 2008-05-27)
    Opcode caches save energy, expenses, improve overall user experience on web sites, and it's often one of the simplest optimizations to implement. This article will explain the basics of installing, configuring, and tuning an opcode cache for PHP, the Alternative PHP Cache (APC).
    Other tags: apc   art   homepage   php