[TYPO3-ect] The Big Plan
Elmar Hinz
elmar.DOT.hinz at team.MINUS.red.DOT.net
Wed Jul 5 17:02:37 CEST 2006
R. van Twisk wrote:
>>
>>> Imagine you have like 5 files per extension, imagine you have 15
>>> Extensions, that's 75 includes ;)
>>>
[...]
>>
> We have these..... maybe not 15 but at least 10 on some page (we have
> 3500 pages in our DB).
> We do suffer from performance issued due to the high number of classes
> and data structurex to be loaded, specially during ajax calls in our
> first tests.
> Later we have made a light way call (that was in 3.8, before eID) that
> was really needed to get good and fast suggestions working.
>
> So I do agree with Jan-Hendrik on this matter.
>
So Ries Let us see:
- I think 5 files per extension is rather small I give 8.
- BUT if there a 10 extensions on a page 8 of them should be USER, only 2
can be USER_INT of you do a clean setup.
- On the other hand even for unclean setups, libraries files are
require_once. For 10 dynamic extensions on a page, common libraries will
give big advantages and still limit the amount of fiels
I would allow you 2 dynamic extensions, not more, each with 8 files to
include. So my result is 16 files on pages with 10 extensions.
If you are so crazy to use 5 USER_INT, I give you 5 files each (because of
require once) => 20 files.
Regards
Elmar
More information about the TYPO3-team-extension-coordination
mailing list