[TYPO3-dev] Typoscript

Richard Davies richard at ocular.co.nz
Sun May 11 23:01:25 CEST 2014


Hey Heinz,

There are two types of caching - page caching and Typoscript caching. If
your plugin is cacheable a cached version of the page your plugin content
is included in the cached version of a page. This cached version of the
page is created and returned until it is expired (there are a few ways this
can be disabled e.g. setting no cache for the page). No Typoscript is
parsed when this cached version of the page is returned - only the cached
page. Explained more on
http://typo3.org/documentation/article/the-mysteries-of-chash

Typoscript is also cached apparently in cache_hash. I can't find much
information about this on the net. By the look of it when a typoscript
template is saved a corresponding cache_hash record is updated / created.


Richard


On 12 May 2014 04:44, Heinz Müller <mullerheinz046 at gmail.com> wrote:

> Hi all,
>
> there is a little question that bothers me recently. I don't really
> understand how typoscript is stored in the system and how it is loaded.
>
> In my case, I'm writing an extension. Now what I want to know is if the
> typoscript configuration must be read and parsed each time a user requests
> a page? Or is there some kind of caching of typoscript? If yes, how is this
> done? Are the individual typoscript settings stored in the database?
>
> Thanks,
> Heinz
> _______________________________________________
> TYPO3-dev mailing list
> TYPO3-dev at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev
>



More information about the TYPO3-dev mailing list