Skip to content
  • Huong Nguyen's avatar
    MDL-71899 performance: Improve activity completion data caching · 31506121
    Huong Nguyen authored
     - 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()
    31506121