|
Posted by Rik on 08/22/06 17:23
Andres Baravalle wrote:
> Hi,
> I have tested APC cache on my server with strange results.
>
> I have analysed my statistics and seen which pages are more requested.
> And I have used Junit to load test the pages, both with and without
> APC cache, requesting the same set of pages 500 times.
>
> The results have not been good. Apparently in many cases the
> performance of PHP with APC cache are lower than standalone PHP.
>
> Anyone had similar experiences?
Not really, but wether or not it's lucrative to cache a page is highly
dependant on the speed it can be build in the first place, and your exact
caching system. The building of the page might often be done quite faster
then getting it from the cache. It highly depends.
--
Grtz,
Rik Wasmus
[Back to original message]
|