View Single Post
Old 06-22-2004, 04:47 PM  
CS-Jay
Confirmed User
 
CS-Jay's Avatar
 
Join Date: Oct 2003
Location: Command Central, West Palm Beach, Fl
Posts: 1,794
Quote:
Originally posted by Arty
I assume you are asking about Zend Performance Suite (the one with the cache license)

Depends on your setup & sites, because you cannot cache some stuff.

For example, if your php script needs to displays time by seconds or you'll need current copy of mysql data you cannot cache those (or just those parts in scripts).

If you do, they will continue show same data for 360 seconds (you can change that). When timed out, they'll update those data again.

Also you should not cache POST & GET operations.
Actually, alot of the site is db driven. With the db updated on almost every page that is displayed. Along with a ad system.
__________________
I do stuff - aIm CS_Jay_D
CS-Jay is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote