subhh / libconnect

Diese TYPO3-Extension ist von Avonis im Auftrag der Staats- und Universitaetsbibliothek Hamburg entwickelt worden. Mit ihr lassen sich Ergebnisse aus den Informationssystemen EZB und DBIS der Universitaet Regensburg direkt in das TYPO3-System einbinden.
GNU General Public License v2.0
8 stars 8 forks source link

Non-cachable actions #11

Closed christophlehmann closed 3 years ago

christophlehmann commented 4 years ago

There are many uncachable controller actions, which should be avoided generally.

I would rather cache them and reduce the page cache time for the pages if needed (list/detail/search/...)

christophlehmann commented 3 years ago

I reverted the change because cache entries may be too individual and one could easily modify $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['extbase']['Libconnect'] to get cached actions.