Tuesday 23 August 2011 7:15:52 am
Using a template for ajax responses is a good idea as long as the data you are showing is coming from a node - because you will benefit of view caching out of the box. If the data is mixed (coming from different parts of the database), you have to do different things: - if you are using a "proxy" node to display it, you will have to reset the view cache using the set-block template function to eg. only last five minutes - if you are using a system template for a custom view of yours, you will need to use the cache-block template function instead, as there is no view cache in action If otoh you want to manipulate caches in php code, you can look up how it is done eg. here: http://svn.projects.ez.no/ggsysinfo/modules/sysinfo/storagechurn.php. You also need to declare your cache in site.ini (eg: http://svn.projects.ez.no/ggsysinfo/settings/site.ini.append.php) There should be a nice tutorial around from Bertrand Dunogier on this topic, but I cannot find it at the moment - maybe it's in some conference slide set...
Principal Consultant International Business
Member of the Community Project Board
|