Feature #24901
closedIdea about faster loading modules
0%
Description
Hello guys,
using 4.5 since trunk now i do have a suggestion how to speed up module loading in backend rapidly ;) (It's still fast - but can be even more faster)
Step 1:
Use an ExtJS CardLayout for the right Module Frame.
Step 2:
Old modules get an iframe (eventually only one) in that CardLayout(Like Tabs but without userselectable card - needs to be selected via activeCard setting).
New Modules get an ExtPanel.
Step 3:
Event about changed env:
- module activated
- module deactivated
- pageselected
- ...
Using that the new modules like extmgm, trash, EXT:ks_sitemgr and others get the change to transfer only changed parts (grid stores, etc.) and thus it makes UI faster.
What do you think about that?
Regards
Kay
(issue imported from #M17416)
Updated by Kay Strobach almost 14 years ago
Moved from http://forge.typo3.org/issues/12664
Updated by Thorsten Kahler over 13 years ago
- Status changed from New to Rejected
- Target version deleted (
0) - TYPO3 Version set to 4.6
This feature request is handled in #12664 (and already closed there).