Project

General

Profile

Actions

Bug #92934

closed

Mail FileSpool and MemorySpool toString() wrong

Added by Markus Gerdes over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Performance
Start date:
2020-11-25
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

Description

Both spools iterate over all currently queued mails and concatenate these.

Using a spool because of async sending and the resulting performance is not good.

Using the FileSpool and sending mails to 1000+ recipients results most of the time in a browser timeout. The toString is called indirectly through the AbstractTransport class as a representation for the transports name.

To regain performance and be compatible we need to cleanup toString() to just return an identifier instead of the whole queue.

Actions #1

Updated by Gerrit Code Review over 3 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66902

Actions #2

Updated by Gerrit Code Review over 3 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66902

Actions #3

Updated by Simon Gilli over 3 years ago

  • TYPO3 Version changed from 11 to 10
Actions #4

Updated by Gerrit Code Review over 3 years ago

Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66914

Actions #5

Updated by Markus Gerdes over 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack over 3 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF