[TYPO3-project-seminars] Seminars - Indexierung

Oliver Klee typo3-german-02 at oliverklee.de
Mon Oct 6 12:38:39 CEST 2008


Hi Thorsten,

Thorsten Kohpeiß schrieb:
> I think caching could be implemented very easy:
> 
> In main()
> $pObj->pi_checkCHash = true;
> 
> And every link that is created e.g.:
> getDetailedViewUrl()
> $result = $plugin->cObj->typoLink_URL(

While some parts of the plugin can be cached, some others must not be
cached. Among these are the registration form, the FE editor, the "my
events" list and the "register now" links (which depend on the currently
logged in FE user).

So just switching on caching will break a lot of things. That's why it's
not a trivial task. :-)


Oliver


More information about the TYPO3-project-seminars mailing list