-
Bug
-
Resolution: Fixed
-
Critical
-
4.1.4
-
MOODLE_401_STABLE
-
MOODLE_400_STABLE, MOODLE_401_STABLE, MOODLE_402_STABLE
-
MDL-78488_401 -
-
Related to update MDL-75576
After the update, it appears that question bank statistics are being loaded/pulled even when all statistic columns have been disabled. For our systems, we needed to disable these statistics due to some large question banks with numerous attempts.
I could verify the issue by commenting out the following call in question/classes/local/bank/view.php around line 1046.
$this->loadedstatistics = statistics_bulk_loader::load_aggregate_statistics(
array_keys($questions), $requiredstatistics);
This change made a factor of a bank loading after 5-6 minutes to seconds.
- Discovered while testing
-
MDL-78588 Question bank statistics: computing something, when it should only be using cached values
- Closed
- is a regression caused by
-
MDL-75576 Question bank statistics are fetched in a terribly inefficient way
- Closed
- is duplicated by
-
MDL-78680 4.1.4 Question Bank wont load.
- Closed