[TYPO3-dev] Content Element Cache
Ingo Renner
ingo at typo3.org
Thu Jan 29 14:06:35 CET 2009
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
--
Ingo Renner
TYPO3 Core Developer, Release Manager TYPO3 4.2
More information about the TYPO3-dev
mailing list