Re: [PHP-DEV] APC benchmark

2012-05-23 Thread Johannes Schlüter
On Tue, 2012-05-22 at 11:18 -0400, Mohammad Saleh wrote: > I was looking for a standard benchmark script that I could run with > and without apc caching to see the general gains. > Is there something that is used by the internals team for such tests? > If not, are there any recommendations? What i

Re: [PHP-DEV] APC benchmark

2012-05-22 Thread Tom Boutell
ses strictly on the cached pages, so I > will give that a try. > > Thanks and if there are any other suggestions, please do let me know! > > - Mohammad > >> Date: Tue, 22 May 2012 11:38:56 -0400 >> From: t...@punkave.com >> To: internals@lists.php.net >> Subj

RE: [PHP-DEV] APC benchmark

2012-05-22 Thread Mohammad Saleh
ct: Re: [PHP-DEV] APC benchmark > > You might be better off testing a nontrivial case like a framework > based web application's homepage with and without APC turned on for > 100 fetches. That's where APC really shines. > > On Tue, May 22, 2012 at 11:18 AM, Mohammad Sal

Re: [PHP-DEV] APC benchmark

2012-05-22 Thread Tom Boutell
You might be better off testing a nontrivial case like a framework based web application's homepage with and without APC turned on for 100 fetches. That's where APC really shines. On Tue, May 22, 2012 at 11:18 AM, Mohammad Saleh wrote: > > All, > > I was looking for a standard benchmark script th

[PHP-DEV] APC benchmark

2012-05-22 Thread Mohammad Saleh
All, I was looking for a standard benchmark script that I could run with and without apc caching to see the general gains. Is there something that is used by the internals team for such tests? If not, are there any recommendations? Thanks, Mohammad