Use Cases

  • Login is too slow
    • On user login, some authz and other things are cached via Session
      • In Registry PE, only thing put in Session is user identifier
      • Stuff should move to something like RoleComponent or equivalent, and caching can be handled there
  • Enrollment Flows
    • This isn't necessarily caching, per se, but more CO-1663 (Streamline Enrollment Flow Redirects)
  • CO Themes
    • Can this be cached across page loads, eg via Cake's Cache backend?


  • No labels