Project

General

Profile

Actions

Bug #21856

closed

Performance issues, when doing large CSV exports

Added by Mathias Gisch over 14 years ago. Updated almost 11 years ago.

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

bug13029.diff (9.7 KB) bug13029.diff Administrator Admin, 2009-12-13 17:04
Actions

Also available in: Atom PDF