Posted by R. Rajesh Jeba Anbiah on 08/26/06 19:49
Andres Baravalle wrote:
<snip>
> The results have not been good. Apparently in many cases the
> performance of PHP with APC cache are lower than standalone PHP.
APC is compiler opcode cache. IIRC, that will be much helpful if
the script uses many includes and functions; otherwise it wouldn't help
as the optimizer is not turned on yet (in code, again IIRC). So, it
will be much helpful to profile the code than use caching system in the
first hand.
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
Navigation:
[Reply to this message]
|