-
Improvement
-
Resolution: Fixed
-
Minor
-
3.4.5, 3.5.2
-
MOODLE_34_STABLE, MOODLE_35_STABLE
-
MOODLE_34_STABLE, MOODLE_35_STABLE
-
The changes done in MDL-47962 are a huge performance win. In the simple test course I was using for develoment, page-load time went from 3 seconds to 1 second because time spent in filter_glossary went from 2 seconds to 0.1 seconds.
On our live system, we have courses where average page-load time is more than 10 seconds, which makes this a bug in my mind.
The only reasons the MDL-47962 was not applied to stables immediately is that it is quite a large change (although it only actually affects two code files: filter/glossary/filter.php and lib/filterlib.php). The change is backwards compatible.