If you use PHP and/or MySQL on a site with heavy traffic, go read 4+1 Ways To Speed Up WordPress With Caching. While the article promotes these tips as ways to speed up WordPress, they’re actually good tips for speeding up PHP/MySQL in general. The idea is that the data being served by PHP/MySQL is probably not changing that frequently and can be cached and served to users faster and with less processing.





