I’ve been on a speed kick lately with the site, trying to find ways to make it load faster while keeping the same functionality. I started out by turning off all the plugins I wasn’t using, replacing dynamic widgets with static images… and finally by looking at the Google Page Speed Report and following the recommendations.
The easiest one (at least in theory) was “Combine images into CSS sprites” which meant dumping all of the commonly used images into one PNG file and then using CSS background-image and background-position instead of IMG calls. Continue reading











