[TYPO3-ect] The Big Plan

Elmar Hinz elmar.DOT.hinz at team.MINUS.red.DOT.net
Wed Jul 5 18:37:40 CEST 2006


R. van Twisk wrote:
> Hi Elmar,
> 
> I see your point....
> However we are a highly community oriented website.
> This means that a lot of content (added by a user) will show up on
> various places.
> All these places it can show up need to have USER_INT objects to show up
> dynamically.
> We need to answer questions like, give me all hotels under Ecuador and
> sort them by rating.
> If you user changes a rating for a hotel, we need to reflect that on
> various places.
> Like top hotels in Latin-America, top hotels in Ecuador... etc etc... We
> do rate
> more then just hotels, also Tours,  Restaurants etc...... (We designed a
> cache system
> to know what pages are under any node in typo3).
> 

Hi Ries,

I think your concept a little too dynamic. I wouldn't do all that
evaluation for each and any call. Although it is nice to give the voter
direct success. I would do it once a day, or once an hour.

>From my observance, amazon freshes up the the overall selling rank once an
hour, other ranks depending on this once a day.

> Elmar, can you confirm that if a extension is loaded but not active on a
> page that relative
> files for that extension are loaded by typo3 during page generation?
> 
> Ries
> 


A base class of the library in extensions is usally included via typoScript
include. I guess that during page generation all TS is evaluated. So there
are chances that they are all included.

I can't confirm that details here. I never heard of  a feature of
intelligent "not including. How shoud that work? Better ask Kasper.

If this "base" classs, i.e. a controller, does always include further files
or only when actively needed, depends on the extension itself.

Regards

Elmar
















More information about the TYPO3-team-extension-coordination mailing list