On Dec 1, 2006, at 2:00 PM, Daniel wrote: > I want to cache php files that display data from a database. The code > will stay the same, but the data may not. Is there a way to cache > these types of pages? > Will the SQL queries change? If not, MySQL will generally cache these queries automatically, and you can increase the size of this cache.