Why is the header() function extremely slow?
I was profiling the performance of my PHP website and was surprised to find the bottle neck was the header function. I'm running on PHP 5.3 and Apache 2.4. I benchmarked two simple files with ab ...