Replies: 1 comment 4 replies
-
This flag does the opposite actually. Lighthouse will clear the cache at the start of the run by default, and this flag will disable that behavior. In your case the second run could be pulling resources from the cache. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I am using a puppeteer script for my lighthouse tests. The problem is that when I measure the same page twice in the same test run I get different results. Second measurement is always faster. Seems like the page was cached or something like that. Also, I am using a --disable-storage-reset=true flag in my browser setting, which as I understand should disable cache. What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions