Skip to content

Cache dashboard issues with apollo-cache-persist

Coung Ngo requested to merge 410670-cache-dashboard-issues into master

What does this MR do and why?

This MR adds caching to the dashboard issues with apollo-cache-persist

Behind feature flag frontend_caching

Screenshots or screen recordings

Screen_Recording_2023-06-02_at_11.14.12_am

How to set up and validate locally

  1. In rails console enable the feature flag
    Feature.enable(:frontend_caching)
  2. Visit the dashboard issues page (http://127.0.0.1:3000/dashboard/issues)
  3. Refresh and see the issues instantly appear from the cache

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #410670 (closed)

Edited by Coung Ngo

Merge request reports