Does Lighthouse clear the browser's cache ,when it runs testing? #11758
-
Does Lighthouse clear the browser's cache ,when it runs testing? |
Beta Was this translation helpful? Give feedback.
Answered by
patrickhulce
Dec 3, 2020
Replies: 3 comments 1 reply
-
Yep! The |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
patrickhulce
-
When I use Lighthouse in Chrome DevTools, how can I config that Lighthouse clear the cache ,when it runs testing? |
Beta Was this translation helpful? Give feedback.
1 reply
-
disable lighthouse from running |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yep! The
--disable-storage-reset
flag and unchecking the "Clear storage" box in DevTools can turn this behavior off.