Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frontend Caching Has Bugs #7

Open
michaeltoohig opened this issue Feb 11, 2023 · 0 comments
Open

Frontend Caching Has Bugs #7

michaeltoohig opened this issue Feb 11, 2023 · 0 comments

Comments

@michaeltoohig
Copy link
Owner

Latest sprint of work included less nested resources in API responses which is good overall. But on the front end it requires a great deal of more work and means the vuex store becomes a new caching layer and brings all the difficulty of cache invalidation.

I need to add more liberal usage of cache clearing and always allow user to clear their vuex cache by refreshing the page. When the user reloads the page I should be respecting their decision to reload the page and ensure every app restart clears all vuex stores. If I want performance or offline support use the service worker as it is intended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant