Cache dashboard issues with apollo-cache-persist
What does this MR do and why?
This MR adds caching to the dashboard issues with apollo-cache-persist
Behind feature flag frontend_caching
- Issue: #410670 (closed)
- Continues the work done in !106004 (merged)
Screenshots or screen recordings
Screen_Recording_2023-06-02_at_11.14.12_am
How to set up and validate locally
- In rails console enable the feature flag
Feature.enable(:frontend_caching)
- Visit the dashboard issues page (
http://127.0.0.1:3000/dashboard/issues
) - 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.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #410670 (closed)
Edited by Coung Ngo