Project

General

Profile

Actions

Bug #99192

closed

FileProcessor: Superflous queries

Added by Christoph Lehmann almost 2 years ago. Updated almost 2 years ago.

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

0%

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

Description

How to reproduce:

  • Place a sitemap menu on your page
  • In AdminPanel you see a sys_file_reference SQL query for every page.
tt_content.menu_sitemap =< lib.contentElement
tt_content.menu_sitemap {
    templateName = MenuSitemap
    dataProcessing {
        10 = menu
        10 {
            levels = 7
            dataProcessing {
                10 = files
                10 {
                    references.fieldName = media

                    # Possible fix
                    #if.isGreaterThan = 0                
                    #if.value.field = media
                }
            }
        }
    }
}
Actions #1

Updated by Gerrit Code Review almost 2 years 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/+/76820

Actions #2

Updated by Gerrit Code Review almost 2 years 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/+/76820

Actions #3

Updated by Stefan Bürk almost 2 years ago

  • Status changed from Under Review to Closed

This does not make much sense, and another solution is needed here. Let's close this change.

Actions

Also available in: Atom PDF