Wednesday 05 November 2003 12:52:25 am
Hmmm, i don't understand how post/get variables can be disabled. PHP will still have them. Maybe the loading of the cached files ignores any attempt to retreive them? Can you use cache blocks around the slow areas and leave the other areas open? Does a php accelerator help here? Im wondering if there are ways of building small amounts of cached areas rather than cache the while lot, and if that will help. We had a similar problem, i think, where we wanted to pass a variable between templates. When templates were cached the variable became static and wouldn't changed. By making a small module we got around this: http://www.pobox.co.uk/services/hosting/sun/sun_cobalt_raq On this page the 'call me' allows us to pass information through to another template with details of the item in question, so we could populate that template with the right information. paul
|