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
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
As this report is very old, is the handling in newer TYPO3 CMS Versions (like 6.0/6.1) more like you expect it?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.
Actions