Bug #91507
closedSystem information very slow
Added by Raphael Zschorsch over 4 years ago. Updated about 4 years ago.
100%
Description
I have a strange problem not limited to any versions. I started to notice it with newer versions like 9.5.16 and up but the error occurs in older projects with i.e. 9.5.13.
The initial backend login and every browser reload of the backend takes up to 10-20 seconds. I didn't notice this with the older project 9.5.13 before, but now it's in every project with TYPO3 9, every browser and on different hosting environments.
/typo3/index.php?route=%2Fajax%2Fsystem-information%2Frender&token=xyz&skipSessionUpdate=1 is taking way too long to load each time.
I'm experiencing the same thing with TYPO3 10.
Files
Updated by Raphael Zschorsch over 4 years ago
This happens in a freshly installed TYPO3 instance with no configuration and extensions whatsoever.
I commented out this line in
/sysext/backend/ext_localconf.phpto deactivate the system information toolbar item completely and then, the backend is again blazingly fast upon reload.
// $GLOBALS['TYPO3_CONF_VARS']['BE']['toolbarItems'][1435433110] = \TYPO3\CMS\Backend\Backend\ToolbarItems\SystemInformationToolbarItem::class;
Updated by Andreas Kienast over 4 years ago
- Status changed from New to Accepted
I'm very confident this is related to https://review.typo3.org/c/Packages/TYPO3.CMS/+/56468/ which contacts get.typo3.org to check whether an update is available. Due to the limitations of the toolbar API, this request is executed during initial rendering.
A possible fix for the toolbar API is to introduce a DeferredToolbarItemInterface
, which allows to skip the rendering of a toolbar item's dropdown. This is non-breaking but would introduce a new interface that qualifies as a feature, thus it is v11 only.
Updated by Simon Gilli over 4 years ago
I have also created a ticket for get.typo3.org which seems to me the reason for the delays see https://github.com/TYPO3/get.typo3.org/issues/169. Will try to find a solution here a.s.a.p.
Updated by Gerrit Code Review over 4 years ago
- Status changed from Accepted 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/+/64904
Updated by Gerrit Code Review over 4 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/+/64904
Updated by Gerrit Code Review over 4 years ago
Patch set 3 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/+/64904
Updated by Gerrit Code Review over 4 years ago
Patch set 4 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/+/64904
Updated by Gerrit Code Review over 4 years ago
Patch set 5 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/+/64904
Updated by Gerrit Code Review over 4 years ago
Patch set 6 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/+/64904
Updated by Markus Klein over 4 years ago
- Related to Task #90934: Make automatic background version checks an opt-in feature added
Updated by Gerrit Code Review over 4 years ago
Patch set 7 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/+/64904
Updated by Gerrit Code Review over 4 years ago
Patch set 8 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/+/64904
Updated by Christian Kuhn over 4 years ago
- Related to Feature #84549: Use new REST api for get.typo3.org and integrate update check added
Updated by Gerrit Code Review over 4 years ago
Patch set 9 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/+/64904
Updated by Gerrit Code Review over 4 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/+/65160
Updated by Markus Klein over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 49da4248ac147631cba22436972754625377c98d.
Updated by Gerrit Code Review over 4 years ago
- Status changed from Resolved to Under Review
Patch set 2 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/+/65160
Updated by Gerrit Code Review over 4 years ago
Patch set 3 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/+/65160
Updated by Gerrit Code Review over 4 years ago
Patch set 1 for branch 9.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/+/65183
Updated by Markus Klein over 4 years ago
- Status changed from Under Review to Resolved
Applied in changeset 1d0e0ddb356558dd09643cacbbd0b23afc15546b.