Closed (fixed)
Project:
Performance Logging and Monitoring (D7)
Version:
7.x-1.6
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2012 at 17:39 UTC
Updated:
30 Jul 2012 at 18:31 UTC
Comments
Comment #1
malc0mn commentedUsing APC for caching is really not recommended. Memcache is a far better option. The Memcache project has all the information on how to set this up.
Use APC only for 'opcode caching'. This caches the compiled PHP pages so they do not have to be recompiled for each page request. This will be a huge speed up for any website.