Enable debug
478 statements were executed, 124 of which were duplicates, 354 unique
That's just a little bit excessive ;)
Labels |
Added:
?
|
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.
Thats a lot better - only 26 queries.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-02-19 11:00:36 |
Closed_By | ⇒ | brianteeman |
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?