moodle/completion/classes
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
..
external MDL-71235 webservices: add activity completion data to web services 2021-04-29 13:52:52 +10:00
privacy MDL-64782 core_completion: Performance improvement 2019-04-23 17:01:48 +10:00
activity_custom_completion.php MDL-71189 core_completion: Implementing custom completion sort ordering 2021-05-03 13:42:23 +08:00
api.php MDL-68645 output: Do not apply filters when creating calendar events 2020-05-13 10:03:01 +02:00
bulkedit_form.php MDL-58138 completion: mform wants 0-based indexes for arrays 2017-04-20 13:49:56 +08:00
cm_completion_details.php MDL-71899 performance: Improve activity completion data caching 2021-09-09 10:03:53 +07:00
defaultedit_form.php MDL-58138 completion: Fixes for a number of small issues. 2017-04-19 11:41:57 +08:00
edit_base_form.php MDL-61205 completion: allow expected completion to support time 2018-01-11 21:30:13 -05:00
external.php MDL-71235 webservices: add activity completion data to web services 2021-04-29 13:52:52 +10:00
manager.php MDL-59287 core_completion: Bulk completion now updates events. 2017-07-10 09:40:02 +08:00
progress.php MDL-64898 core_completion: no progress for untracked users 2019-03-15 14:32:50 +11:00