Skip to content

Is there a way to disable extensions for the sole purpose of running Lighthouse tests from inside of DevTools? #16109

Answered by connorjclark
rachelslurs asked this question in Q&A
Discussion options

You must be logged in to vote

The only option available today is to prefer incognito (or an otherwise fresh chrome profile).

#4878 (comment)

Lighthouse doesn't exclude them from table results, but we can't truly exclude their impact and our policy has been to therefore not hide them.

We consider them as third-party in the "third party results" toggleable filter, but that only shows when there are 3p AND non-3p results in an audit (so in your example it doesn't display...)

We do emit this warning when we can detect that a lot of time was spent in extension code:

Chrome extensions negatively affected this page's load performance. Try auditing the page in incognito mode or from a Chrome profile without extensions.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rachelslurs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants