Today I had to get PHP upgraded from 5.1 to 5.2.X on someone else’s server and didn’t have time to screw around. I have a PHP configuration that I’ve used in the past but it frankly can take too long to get set up, if time is of the essence. So here are my “quickie… Continue reading Quickie how-to for getting PHP upgraded on CentOS 5
Tag: web
Firebug extension for benchmarking website performance
We all want sites to load faster. For a developer, Apache’s ab only gets you so far, and frankly the server latency is only part of what defines the perceived speed of a site (and for Web 2.0+ sites that do a lot of work via Javascript, it may be a relatively small part). In… Continue reading Firebug extension for benchmarking website performance