[Typo3-dev] Idea: Browser drivers
dan frost
dan at danfrost.co.uk
Thu Mar 24 18:18:08 CET 2005
i fear this is a very good method for decreasing the
> system performance
Yes and no..
You could cache at a much lower level. E.g. use the flyweight pattern or
something like that. You could also "render" all pages to serialized
objects which are unserialized and do the final transformation (perhaps
including getting data from the database).
But, optimization is for later! First we need proof of concept
dan
More information about the TYPO3-dev
mailing list