Wiki

Articles tagged with "caching", sorted by date (updated)X
Displaying 1-2 of 2 result(s).

Getting the Most out of APC for Yii

Updated about a year ago by Da:SourcererHow-tos7 comments – viewed 12,261 times – ( +15 )
The Advanced PHP Cache is a PHP extension which primarily serves as an opcode cache for PHP. The basic idea is to save PHP from re-evaluating the PHP code to intermediate bytecode on each request. Installing and enabling APC already yields a significant performance benefit. However, APC is not a black box that will magically change all for the better. More over it is important to understand that APC needs memory to operate.
tags: caching, apc

Caching the config main.php

Updated about a year ago by dckurushinTutorials10 comments – viewed 7,941 times – ( +4 / -1 )
The config long array included every time, and it's not cached at all!