Actions
Bug #19581
closedIRRE loading extremely slow in Internet Explorer and leads to crash
Start date:
2008-11-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I am using the extension rgnewsce which makes use of IRRE.
Having more than 8 to 10 child records in one news and using the Internet Explorer (6 and 7 behave equally) for editing the records leads to the Internet Explorer loading the page extremely slow and finaly leads to a freeze of the IE.
Possibly using some other kind of Ajax-Library could solve that?
(issue imported from #M9749)
Updated by Oliver Hader about 16 years ago
Of course... if you have many nested data to be loaded, it will take some time...
The problem is not an AJAX library - it's the amount of data loaded when opening the edit dialog.
It's not a trivial change to improve this...
Actions