Skip to content
  • Shamim Rezaie's avatar
    MDL-60188 groups: cache user's groups and groupings · 0897d658
    Shamim Rezaie authored
    The function groups_get_user_groups is called too often both before rendering the page and after the page is rendered (using ajax).
    The function was executing a query joining 3 tables in each call. The plementation of the function has now modified to store the
    query result in a request cache.
    0897d658