News Feed
Jobs Feed
Sections




News Archive
Paul Jones' Blog:
Lazyweb Request Why would PHP be *faster* than HTML?
February 20, 2009 @ 09:31:14

While running some benchmarks on some of the more popular PHP frameworks, Paul Jones came across something interesting - a PHP request was handled faster than a static HTML request.

With the help of the great guys at Slicehost.com, I am attempting to run my benchmark series on a virtual private server, to compare with EC2. However, I'm seeing a very strange result for the baselines: a PHP page delivers more requests-per-second than a static HTML page.

According to his results, his runs of ab (the Apache benchmarking tool) showed that requests against the index.html file (versus the index.php) came in at almost 400 requests per second slower. As it turns out, though, the problem of the skewed results wasn't in the serving up of the requests but in the ab tool itself. He picked up another testing tool, seige, and ran that with the same requests and got more correct results.

0 comments voice your opinion now!
html faster benchmark framework test slicehost ubuntu apache ab


blog comments powered by Disqus

Similar Posts

ServerGrove Blog: How to setup multiple PHP versions on Apache

StackOverflow.com: What PHP framework would you choose for a new application and why?

Sebastian Bergmann's Blog: Zend/PHP Conference 2006

Debuggable Blog: Unit Testing in CakePHP Part 1 - Introduction to Unit Testing

Stoimen Popov's Blog: PHP Performance: Bitwise Division


Community Events











Don't see your event here?
Let us know!


podcast series framework phpunit unittest release community usergroup conference opinion interview zendframework2 database testing symfony2 introduction functional development rest language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework