Document Caching Issue in Remix #8432
-
We added caching header, in one of the routes of our Remix app. Even after adding the We are trying to enable document caching on one of our frequently visited routes and followed this blog for achieving the same: ![]() |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Are you reloading the document? The browser ignores the cache when you do that, instead open a new tab, open the devtools, and then access to your URL by typing it in the browser. You should now see the document being cached. |
Beta Was this translation helpful? Give feedback.
Are you reloading the document? The browser ignores the cache when you do that, instead open a new tab, open the devtools, and then access to your URL by typing it in the browser. You should now see the document being cached.