Ghostery's Purple Box is appearing in Lighthouse reports #683
Comments
|
Thanks for the submitting. I ran a few Lighthouse reports and I see the same thing. Honestly, that purple box code is pretty old and we've been slowly phasing out that feature. I'm hesitant to start messing with the code because it's relatively stable and its been known to break websites due to CSS collisions. It would be great if there was something like |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The purple box is appearing in reports when running Lighthouse in Chrome. This is not a major issue, but it would be nice to not have the purple box influencing Lighthouse reports. I know there are many alternatives such as running Lighthouse elsewhere, using other website testers that also run Lighthouse, and/or disabling the extension from running in incognito mode, but I wanted to note this minor issue here. I also know that the CLS score increased by 0 from Ghostery, but it isn't about the score/rating, just that it is appearing.
I'm also not advocating for the purple box to be removed either. I think if it had some minor different CSS and composite animations that would do the trick to make Lighthouse stop complaining about it.
Expected Behavior
Ghostery's Purple Box would ideally not appear in Lighthouse reports.
Actual Behavior
Note that (I believe) the "unsupported CSS property: height" is indicating that animating the
heightis non-composite (as opposed to, for example, animating thescaleYvia a transform is composite and preferable).Steps to Reproduce
Versions
The text was updated successfully, but these errors were encountered: