To enable this feature i disable Theme Caching for News module.
Any others have this issue?
--

Caribbean News
Online Shopping from USA, Canada, UK, France, Germany
On Facebook
Show your support for Zikula! Sign up at Github account and watch the Core project!




ll links once cached show the same content.
This is a major issue.
Quote
ll links once cached show the same content.
This is a major issue.
I believe that's a flaw in web links (from what I remember many years ago). The theme cache is once-per URL, but certain areas of web links use POST forms to display data rather than GETs. In this instance the URL is the same, therefore there is no way for the theme cache to distinguish between different content items, and you get shown the same page.
As for the other Theme caching issues, I'll simply say this:
Theme caching is not ever going to be reliable because of the way it works. It's not suitable for even slightly dynamic modules - it's fine if you want to Theme-cache the Pages module, but using it for anything accepting user input, anything using permissions in templates, anything that changes semi-regularly is a mistake. It's a mistake because Theme caching by design bypasses any caching mechanisms present in the modules, and only module authors know how it is safe to cache their content. By caching the whole page, you lose that vital flexibility.

This list is based on users active over the last 60 minutes.