Actions
Bug #21856
closedPerformance issues, when doing large CSV exports
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-12-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When doing CSV exports many informations are generated twice. For example the function renderListRow(...) and the function addToCSV(..) both call recPath(...) and makeRef(...). This leads to performance and memory issues in large exports (>40000 entries).
There should be a switch at the beginning of the function renderListRow(...) which checks if it is in CSV-mode or HTML-mode.
(issue imported from #M13029)
Files
Actions