/
Front-End Caching Optimization
Front-End Caching Optimization
Imported From: http://groups.google.com/group/in-portal-bugs/browse_thread/thread/12b869016d0c68d3#
Hi,
I've discovered that configuration variable and phrase caching for front-end
are actually done by TPL file name.
Problem : when we call "link_detail", and then inside this link, we call
another link, for example link_paid, cache isn't updated at all for this
last template.
Caching should be done by page url (in CachedUrls) table.
p