-
Improvement
-
Resolution: Fixed
-
Minor
-
4.1
-
MOODLE_401_STABLE
-
MOODLE_402_STABLE
-
MDL-75667-master -
Easy
-
On a large this this page can be slow, 10+ seconds to load
/admin/blocks.php
It is looking up all block types, then doing a db count call for each row. All of these could be combined into a single sql grouped by type and it should be an order of magnitude quicker.
- caused a regression
-
MDL-78313 admin/blocks.php db query fails to load on large dataset
-
- Closed
-