Tags: performance
08/20/10
Mac Mini 2010 Hard Drive Speed
I was looking into upgrading my 2006 Mac Mini (serving as a media server) with a 2010 model, just to get a bigger hard drive... and also a faster one!
Now, according to this guy, the Mac Mini 2010 still comes with a stinky slow old SATA-1 drive, just a… more »
12/03/09
Why echo is slow in PHP and how to make it really fast
You may have noticed that PHP scripts that echo a lot of content appear to be running with poor performance... Well, the operative word here is "appear". It is a common misconception that "echo is the slowest PHP command"! The problem is actually… more »
How to log request processing times in Apache
If you have an apache (2) web server, you probably have an access.log file showing you all kinds of data using the "combined" log format. Let's see how to include processing time into that log file.
By default a line in the combined log looks like this… more »

