You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.
I'm unsure whether to add a Cache-Control header on the route / or on /index.html.
I'm having issues with users seeing older versions of the app. I want to ensure that on subsequent load of the app - they get the latest version without sacrificing the performance of the app as mentioned in #52.
Should I add the "Cache-Control" header for the root / or /index.html?
I'm unsure whether to add a Cache-Control header on the route
/
or on/index.html
.I'm having issues with users seeing older versions of the app. I want to ensure that on subsequent load of the app - they get the latest version without sacrificing the performance of the app as mentioned in #52.
Should I add the "Cache-Control" header for the root
/
or/index.html
?Option 1
Option 2
The text was updated successfully, but these errors were encountered: