Skip to content
  • sam marshall's avatar
    MDL-55628 Completion: Use simpledata for completion cache · 5c2ef08f
    sam marshall authored
    The completion cache is currently not marked as simpledata. On the
    course page it is frequently retrieved hundreds of times which results
    in many calls to the slow unserialize function. By making a slight
    change to the data format (using arrays instead of objects) we can
    mark it as simpledata, which will avoid using unserialize.
    5c2ef08f