Replies: 1 comment 2 replies
-
You have given too little information. The browser follows this caching order when requesting resources:
e.g.:
That's how I ask the user to clear the cache if necessary. (You are not allowed to poke around in the user's browser cache for security reasons. Users can clear their browser's outdated cache. Of course there are more stylish ways to do this, but for the sake of simplicity, I'll show you the simplest way without styling.) :
Hope this helps you! |
Beta Was this translation helpful? Give feedback.
-
Hi All,
I not sure this question be ask before, but the issue I face is after I compile the code and deploy into nginx server. Every time I need to manual refresh the page to get the latest content. I feel is weird.
Normally once hit by the browser it should get the latest and not the previous copy.
I using gatsby 3.12.0
Thank you in advance for the helps.
Beta Was this translation helpful? Give feedback.
All reactions