[TYPO3-core] RFC: Splitting CMS-TCA into several files (clean up)
Malte Jansen
mail at maltejansen.de
Wed Dec 5 10:55:46 CET 2007
Hi!
After some benchmarks it (justing including the new-files and including
the old ones)
New (loading 7 different files): ~20-30ms
Old (loading 6 times the same file and once the tt_content): ~70-100ms
So it's clear thar including different small files is faster than
including 6 times the same big file.
Added Patch for the current Trunk.
Cheers,
Malte
Malte Jansen schrieb:
> Hi!
>
> This is an SVN patch request.
>
> Type: Clean up
>
> Bugtracker references:
> n/a
>
> Branches:
> Trunk
>
> Problem:
> All TCA information is 2/3 files, so the TCA is very complex one file.
> Especially if all tables should get tabs.
>
>
> Solution:
> Creating a file "tablename.php" foreach table in a new subfolder "tca".
>
>
> Notes:
> The pages-tables could not be moved because it's splitted into several
> other files.
> I could not check pages_language_overlay table. But it was every the same.
> (You must clear conf-cache ;) )
>
> Perhaps somebody else could move the pages-table in a similare way. But
> for me it was to complex :(
>
>
>
> Cheers,
>
> Malte
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cms_tca_splitting_v3_(trunk).patch
Type: text/x-diff
Size: 132513 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20071205/12b2a8cc/attachment-0001.patch
More information about the TYPO3-team-core
mailing list