Categories:
Author:
Current version:
0.3a
About It:
Get it:
Rate it:
Flag it:
If you'd like to provide updated information and do not have access to directly edit, please contact the site admin; thanks!
aks_cache
Caching all inside <txp:aks_cache id="unique block id"> Any content with TxP tags </txp:aks_cache>
Good practice:
- Cache some menu elements; recent articles list; last added articles list; any popular lists.
- Cache
cloudtags - Cache site
main pageor cache some ‘slow’ pages with many TXP tags. - Cache output some slow or difficult tags.
Bad practice:
- Cache static content without TxP(or php include) tags
- Full cache every page
- Cache static
bodyevery page
HowTo: