How lighthouse detect resource caching? #15036
Unanswered
inikonorov
asked this question in
Q&A
Replies: 1 comment 1 reply
-
What URL are you testing on? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone. My page has some static files (js, in generally), which are not cached by "cache-control" header. In Lighthouse report I see, that these resources are not cached (seems to be true, because I don't set "cache-control" header), but in the network I see, that the same resources are loaded from disk/memory cache. What's going on? How does it work?
Beta Was this translation helpful? Give feedback.
All reactions