All posts tagged with cache RSS for this search results

2.25 million page views on a Celeron

Thursday 06 October 2005

The most trafficked blogs powered by LightPress are those published by the Italian nanopublishing company Blogo, which I helped found last year and later left. The 15 blogs are housed on an old Celeron 900, and backed by a dual-Xeon MySQL server which is mostly sitting idle thanks to our caching module.

In September, the old Celeron served 2.25 million page views, with a peak rate of 250 page views per minute on September 26 at 11:04:00. If you take into account that every page view involves several image hits (~10), at least one adserver hit (hosted on the same machine), and one stats logging hit (same machine, again), all of them served by a fat Apache, LightPress seems to handle itself pretty well under load.

... continued

Poor Man's Benchmark

Saturday 16 July 2005

Just did a series of poor man's benchmarks against beta3, using Apache Benchmark with no concurrent requests (ab -n 100):

vanilla WP 1.5.1

3.90 req/s

LP 1.1.0beta3

11.90 req/s

LP 1.1.0beta3 with cache

119.90 req/s

I am too lazy to install wp-cache, but using Sencer's benchmark to do the math we should be about 50% faster than wp-cache. I will try to find the time to install wp-cache on this machine and have some real numbers, but not before we release beta3.

... continued