[TYPO3-mvc] Caching problem with start page content rendered through an Extbase Extension

Federico Bernardin typo3list at bernardin.it
Mon Sep 2 10:11:10 CEST 2013


Hi Nico, you must set as no cached your action otherwise Extbase render your plugin as USER instead of USER_INT.
In ext_localconf set your deafult action as no cached.

Cheers
Federico

Il giorno 01/set/2013, alle ore 20:12, Nico Owassapian <owa at gmx.net> ha scritto:

> Hello.
> 
> The start page of a site contains a plugin as the only content element - and renders different content dependent on a GET parameter. The caching works fine if we use Link Viewhelper and generated Links like /index.php?id=1&tx_myext_myplugin[categories]=1&...&cHash=...
> 
> But if you call the page through www.domain.com - which calls the same plugin but without any parameter - it can happen that the wrong content is shown.
> 
> How can I analyse this caching issue - or even better - solve it?
> 
> 
> ---
> Kind regards, Nico
> _______________________________________________
> TYPO3-project-typo3v4mvc mailing list
> TYPO3-project-typo3v4mvc at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc



More information about the TYPO3-project-typo3v4mvc mailing list