Project

General

Profile

Actions

Bug #99505

closed

Useless SQL queries in extbase DataMapper

Added by Markus Klein over 1 year ago. Updated about 1 year ago.

Status:
Resolved
Priority:
Should have
Assignee:
Category:
Performance
Target version:
-
Start date:
2023-01-10
Due date:
% Done:

100%

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

Description

Whenever Extbase resembles domain models from the database (DataMapper thawProperties), it also tries to load related models even if no relation is assigned.

Example:

Model Book, property "reservingUser": stores UID of User record.
If no reservation is present, the field is "0" in the database.

Extbase still tries to:
SELECT * from tx_..._user WHERE uid in (0)

All these kinds of queries return an empty result of course.

Fixing this can save you 25% of your DB requests, depending on the involved models.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #56442: Invalid FileReference usedClosedXavier Perseguers2014-02-28

Actions
Actions #1

Updated by Gerrit Code Review over 1 year ago

  • Status changed from New to Under Review

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

Actions #2

Updated by Markus Klein over 1 year ago

  • Related to Bug #56442: Invalid FileReference used added
Actions #3

Updated by Gerrit Code Review over 1 year ago

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

Actions #4

Updated by Markus Klein about 1 year ago

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

Updated by Gerrit Code Review about 1 year ago

  • Status changed from Resolved to Under Review

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

Actions #6

Updated by Markus Klein about 1 year ago

  • Status changed from Under Review to Resolved
Actions

Also available in: Atom PDF