Project

General

Profile

Actions

Feature #19698

closed

Unneccessary wildcard string comparisons in EM

Added by Marcus Krause almost 16 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Extension Manager
Target version:
-
Start date:
2008-12-15
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:

Description

When searching for updates of installed/loaded extensions, TYPO3 uses wildcard character '%' prepended and appended to existing extension keys. This is due to the fact that the API lacks of a config option to search for exact matches only.
This behaviour affects performance.

Issue will be backed up with query logs.
(issue imported from #M9944)


Files

current-slowquery.log (20.8 KB) current-slowquery.log Administrator Admin, 2008-12-15 09:50
current-slowquery-times.log (1.8 KB) current-slowquery-times.log Administrator Admin, 2008-12-15 09:51
Query-Planner.png (122 KB) Query-Planner.png Administrator Admin, 2008-12-15 09:51
9944.diff (4.05 KB) 9944.diff Administrator Admin, 2008-12-15 11:24
9944_v2.diff (5.84 KB) 9944_v2.diff Administrator Admin, 2008-12-17 14:23
Actions #1

Updated by Marcus Krause almost 16 years ago

patch added

Actions #2

Updated by Marcus Krause almost 16 years ago

v2 patch introduces a wrapper method for searches for exact matches of extension keys

Actions #3

Updated by Dmitry Dulepov almost 16 years ago

rev 4562

Actions

Also available in: Atom PDF