Gerd
This is what I found after further investigation:
- The caching issue appears only when the AA code is included in a Joomla content module (mod_custom). When the AA code gets included directly in an article, there is no problem with caching.
- The caching issue also appears, when I tried using the standard Joomla Cassiopeia template (as I was suspicious whether it could be the Gantry framework I am using). So the framework is not causing it.
- Trying different caching scenarios (Conservative, Progressive and with File versus Memcached) all results in the same issue.
- I also checked the cache and found that
-- On initial load of the page, the correct AA content got placed into the cache
-- On re-loading the same page in the browser, another version of the AA content got placed into the cache and shown, this time with the 'tags' filter and the 'limit' filter ignored.
It's like on re-loading the page, the cached regularlabs AA snippet cannot be found, hence creating another version but in doing so the article's tags get ignored within {articles categories="53" tags="current" ordering="title" limit="10"} as well as the limit.
I realize that this is probably a very rare scenario, could be server related, could be AA related, heck - could be even mod_custom related.
Appreciate any thoughts/ideas where else to look & test.