I was recently testing some PHP code and found that a single line using gethostbyname() to fill a single variable was taking up about 3.5 seconds to execute.
MVC is the current buzz in web application architectures. It comes from event-driven desktop application design and doesn't fit into web application design very well. But luckily nobody really knows what MVC means, so we can call our presentation layer separation mechanism MVC and move on. (Rasmus Lerdorf)
Most of the time it executed it would take about 0.0002ms. About every 3rd run of the code that one line would take an average of 3.5 seconds to execute.
This was on a Windows test server, though there was a lot of internet traffic in the background, the CPU was barely being used.