[Typo3-dev] Next version, kick off

Martin Seebach typo3lists at g-bach.dk
Fri Nov 19 03:00:33 CET 2004


Patrick Gaumond wrote:

> Sure! So most sites will be mixed sites. With a flag or some kind of 
> "trigger" telling the publishing system not to generate a real static 
> file, you can have the best of both world.
>
> In other words, something like tt_news should "tell" that the page 
> containing the rendering of the news should still be dynamic. 


How about providing three layers of caching:

 - none
 - to static HTML (for very high traffic, or never changing pages)
 - to static PHP (The static content is kept static, which is still 
insanely fast, and 'holes' are left for the dynamic parts, such as a 
news-ticker. )

Each contentelement says what it wants to be, much like today, and the 
final page is put together.

Take a look at the Smarty template engine - it compiles templates to 
PHP. Very cool concept.

/ Martin




More information about the TYPO3-dev mailing list