?
avatar brianteeman
brianteeman
26 Jan 2019

Steps to reproduce the issue

Enable debug

478 statements were executed, 124 of which were duplicates, 354 unique

That's just a little bit excessive ;)

avatar brianteeman brianteeman - open - 26 Jan 2019
avatar joomla-cms-bot joomla-cms-bot - change - 26 Jan 2019
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 26 Jan 2019
avatar bembelimen
bembelimen - comment - 9 Feb 2019

Biggest issues is the checked_out check (https://github.com/joomla/joomla-cms/blob/4.0-dev/administrator/components/com_cpanel/Model/SystemModel.php#L69 ~ 90 queries) and the findUpdate() call (https://github.com/joomla/joomla-cms/blob/4.0-dev/administrator/components/com_cpanel/Model/SystemModel.php#L215 ~ 250 queries).
Perhaps we could remove the findUpdate call and fall back to the Ajax solution used by the plugin?

avatar bembelimen
bembelimen - comment - 12 Feb 2019

Hello @brianteeman I tinkered around with the system board and have first codes:
https://github.com/bembelimen/joomla-cms/tree/system-dashboard
If you have time to check (it's not PR ready yet), I would really appreciate it.

avatar brianteeman
brianteeman - comment - 12 Feb 2019

Thats a lot better - only 26 queries.

avatar brianteeman
brianteeman - comment - 19 Feb 2019

closed see #23936

avatar brianteeman brianteeman - close - 19 Feb 2019
avatar brianteeman brianteeman - change - 19 Feb 2019
Status New Closed
Closed_Date 0000-00-00 00:00:00 2019-02-19 11:00:36
Closed_By brianteeman

Add a Comment

Login with GitHub to post a comment