View Single Post
Old 06-22-2004, 04:56 PM  
Arty
Confirmed User
 
Join Date: Nov 2002
Posts: 880
Quote:
Originally posted by CS-Jay
Actually, alot of the site is db driven. With the db updated on almost every page that is displayed. Along with a ad system.
In that case you have two options.

1) You can lower the default 360 seconds timeout value. Lower value = less performace becuase it regenerates the cache copy every x seconds you'll set. Also that's not an option if you'll need realtime updates from the DB

2) You can cache just the portion of scripts (The parts that doesn't needs DB queries or at least live queries). But you'll need the edit each .php file that needs live data to be able to do that.
Arty is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote