moodle/completion
Huong Nguyen 3150612163 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:21 +07:00
..
classes MDL-71899 performance: Improve activity completion data caching 2021-09-09 10:03:21 +07:00
criteria MDL-32103 completion: Allow instant completion updates. 2021-07-13 12:07:53 +02:00
tests MDL-71209 behat: Fix behat for new changes 2021-08-20 16:49:06 +02:00
completion_aggregation.php
completion_completion.php MDL-32103 completion: Allow instant completion updates. 2021-07-13 12:07:53 +02:00
completion_criteria_completion.php MDL-32103 completion: Allow instant completion updates. 2021-07-13 12:07:53 +02:00
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-32103 completion: Allow instant completion updates. 2021-07-13 12:07:53 +02:00