[TYPO3-english] Viewhelper widget.link can't disable cacheHash ...

B. Kausch b.kausch at bekay.de
Sat Jul 28 13:59:58 CEST 2012


Hi,

I'm in the middle of working through the caching options of a 
typo3 site. I have a page, which only content is a extbase 
plugin. The plugin gives a list of certain data elements. You can 
sort the results and page through them. The caching for this 
controller/action combination, which fetch and shows the results, 
is of course deactivated (ext_localconf.php / 
Tx_Extbase_Utility_Extension::configurePlugin). Because of this, 
I don't need a cacheHash parameter for the get parameters, which 
controll this plugin. So I have set all the typo/fluid links, 
which link to the page with this plugin, to noCacheHash=true. But 
the paginate viewhelper uses its own viewhelper(widget.link) for 
link creation, where the cHash can't be disabled. Now I don't 
want an entry in the cache_pages table for every paginated page 
especially when I don't need one. Obviously there is no option in 
the widget.link viewhelper to deactivate the cHash. Is there an 
easy solution?

Cheers


More information about the TYPO3-english mailing list