Category Archives: Benchmarks

Speaking at OSCON 2011

My Benchmarking talk has been accepted for OSCON 2011. Looking forward to updating it for the occasion. Woohoo!

Posted in Benchmarks | 3 Comments

Benchmarking Slides from PHPBenelux 2011

Here are the slides from my PHPBenelux 2011 talk about benchmarking. This presentation includes updates to previous benchmarks; the graph is on slide 40. The benchmarking project has moved from Google Code to Github at https://github.com/pmjones/php-framework-benchmarks. Framework and Application Benchmarking … Continue reading

Posted in Benchmarks, PHP, Programming, Solar | 1 Comment

Comparing Benchmark Tools

As I noted last week, I have moved my framework benchmarking project to GitHub. As part of the move, I updated the project to allow benchmarking using any of three tools: Acme http_load, Apache ab, or Joedog siege. (For reference, … Continue reading

Posted in Benchmarks, PHP, Programming | 2 Comments

Running The Symfony 2 Benchmarks

Fabien Potencier released Symfony 2.0.0alpha1 last week, along with some benchmarks showing its performance. I am glad to see that Fabien used my benchmarking system and methodology, and am happy to see that he is paying attention to the performance … Continue reading

Posted in Benchmarks, PHP, Solar | 28 Comments

The Future of Zend Framework is Solar

I have said it before and I’ll say it again now: If you want to see the future of Zend Framework, look at the Solar Framework for PHP 5. Read to see what ZF 2.0 has planned, that Solar does right now. Continue reading

Posted in Benchmarks, PHP, Programming, Solar | 35 Comments

A Siege On Benchmarks

My regular readers (and perhaps the irregular ones as well ;-) know that I have been obsessed with baseline-responsiveness benchmarking of frameworks for years now.  The idea has always been that, in order to know how far you can optimize … Continue reading

Posted in Benchmarks, PHP | 20 Comments

Lazyweb Request: Why would PHP be *faster* than HTML?

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.

Continue reading

Posted in Benchmarks, PHP | 22 Comments

Rasmus Lerdorf’s Laconic(a) Performance

As many of you know, I maintain a series of web framework benchmarks. The project codebase is here and the most recent report is here. It was with some interest, then, that I viewed Rasmus Lerdorf’s slides on the subject … Continue reading

Posted in Benchmarks, PHP | 21 Comments

Labor Day Benchmarks

By popular request, here is an update of my web framework benchmarks report. You can see previous result sets here: How Fast Is Your Framework? New Year’s Benchmarks Framework and Application Benchmarking slides at DCPHP 2007 Before you comment on … Continue reading

Posted in Benchmarks, PHP, Solar | 48 Comments

php|works 2007: Framework and Application Benchmarking

You can see the slides for my benchmarking talk here: benchmarking-2007.pdf

Posted in Benchmarks, PHP | 2 Comments