moodle/completion
Huong Nguyen 3a42d256af MDL-71899 performance: Improve activity completion data caching
- Modified SQL in get_data() to get the activity completion of all course modules without calling get_fast_modinfo() to reduce the DB queries.
 - Building activity completion cache for the whole course in one time instead of building the cache for each course module by passing $wholecourse = true to get_data()
2021-09-09 10:03:53 +07:00
..
classes MDL-71899 performance: Improve activity completion data caching 2021-09-09 10:03:53 +07:00
criteria MDL-71118 core: Add grade (verb) string. 2021-04-17 11:45:57 +02:00
tests MDL-72179 behat: Make use of page resolvers 2021-07-26 15:14:24 +08:00
completion_aggregation.php
completion_completion.php MDL-65976 completion: New course completion message provider 2020-09-29 13:41:49 +02:00
completion_criteria_completion.php
data_object.php MDL-55136 data_object: fix param handling in fetch_all_helper 2016-07-06 10:33:06 +01:00
upgrade.txt MDL-71144 completion: Deprecate get_completion_state callbacks 2021-04-22 21:28:09 +10:00