-
Bug
-
Resolution: Fixed
-
Blocker
-
2.0.2
-
MOODLE_20_STABLE
-
MOODLE_20_STABLE
-
wip-
MDL-27400-master -
I just found a typo within the lib/blocklib.php that is leading to block contexts for the blocks on a page being fetched 1 by 1 (by get_context_instance) rather than being successfully preloaded by the SQL that is fetching the blocks.
On a page with 15 blocks fixing the typo results in a 15 less database calls!