Thread: Query caching
View Single Post
Old 01-29-2008, 06:29 PM   #2 (permalink)
wGEric
The Acquainted
 
wGEric's Avatar
 
Join Date: Nov 2007
Posts: 166
Thanks: 0
wGEric is on a distinguished road
Default

That's good if you are doing the same query multiple times on each page load. You should extend it to write to files so that it can cache queries longer than just one page. Of course the data retrieved in these queries can't be changing very often.
__________________
Eric
wGEric is offline  
Reply With Quote