Project

General

Profile

Actions

Bug #81148

closed

Extension list update takes too long

Added by Christian Weiske over 7 years ago. Updated over 7 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2017-05-05
Due date:
% Done:

0%

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

Description

Updating the extension list in a TYPO3 7.6.15 takes 5 minutes, which is way too much.

A major problem seems to be a select statement that takes > 300 seconds:

mysql> show processlist;
+-----+---------+-------------------+-------+---------+------+--------------+------------------------------------------------------------------------------------------------------+
| Id  | User    | Host              | db    | Command | Time | State        | Info                                                                                                 |
+-----+---------+-------------------+-------+---------+------+--------------+------------------------------------------------------------------------------------------------------+
| 172 | mariadb | 172.17.0.16:57378 | TYPO3 | Query   |  313 | Sending data | SELECT a.uid AS uid FROM tx_extensionmanager_domain_model_extension a LEFT JOIN tx_extensionmanager_ |
| 173 | mariadb | localhost         | NULL  | Query   |    0 | starting     | show processlist                                                                                     |
+-----+---------+-------------------+-------+---------+------+--------------+------------------------------------------------------------------------------------------------------+
2 rows in set (0.00 sec)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #81097: Extension Manager uses a query on a column that is not indexedClosed2017-05-01

Actions
Actions

Also available in: Atom PDF