[TYPO3-dev] Content Element Cache
Dan Osipov
dosipov at phillyburbs.com
Fri Jan 30 15:34:40 CET 2009
Thanks for the explanation, Ingo!
Now I see the difficulty, and the fact that it would require substantial
core changes.
I'll try to investigate this further when I have time.
Dan Osipov
Calkins Media
http://danosipov.com/blog/
Ingo Renner wrote:
> Dan Osipov wrote:
>
> hi Dan,
>
>> Is it possible to cache content elements separately, and assemble the
>> page from cached content elements (except one or more that have changed)?
>
> this is exactly what we tried to do as one of the projects at
> Hackontest. After all it turned out to be very difficult for some parts.
>
> In general it should be quite easy for content elements coming from DB
> (tt_content).
> However, it becomes really difficult with content elements/snippets
> defined by TS (TEXT, H/TMENU, IMAGE, ...). The reasons is that we don't
> have identifiers for these elements whereas we do have them with
> tt_content elements.
>
> This makes it so hard to identify those elements, to cache them, and
> eventually retrieve them from the cache.
>
>
> HTH
> Ingo
>
More information about the TYPO3-dev
mailing list