Project

General

Profile

Actions

Bug #21195

closed

Improve performance of flashmessages

Added by Rupert Germann over 14 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2009-10-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Problem:
The current handling of flashmessages in the list module is very unefficient and slows down the BE if there are a a lot of messages. Every single flashmessage is stored in the DB causing a lot of database load.

Solution:
store the messages in a static object instead of using the DB.

Info:
The patch introduces a new class t3lib_Messages which is used to collect the flashmessages objects.

(issue imported from #M12130)


Files

12130_v5.diff (9.44 KB) 12130_v5.diff Administrator Admin, 2009-10-07 13:24

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #21207: Improve flashmessages APIClosedRupert Germann2009-10-08

Actions
Actions #1

Updated by Rupert Germann over 14 years ago

dropped in favour of #21207

Actions

Also available in: Atom PDF