Replies: 3 comments 3 replies
-
How about running lighthouse on a kitchen sink page on the netlify deploy? |
Beta Was this translation helpful? Give feedback.
-
I guess I was thinking of a "micro" view rather than the "macro" view that the kitchen sink would be. Isolating the component so it's the only thing on the page. Also something pre-commit then after /shrug |
Beta Was this translation helpful? Give feedback.
-
Started looking around for examples of libraries that use this and stumbled upon https://github.com/blueprintui/web-test-runner-performance Tested it a bit with pfe-tooltip w/ the before and after on moving to @floating-ui and saw these results: With popperjs
With @floating-ui
The numbers aren't always consistent but the averaging helps to keep them in line at least, though I'm not sure what exactly our threshold would be outside of figuring it out component-by-component. |
Beta Was this translation helpful? Give feedback.
-
I'd like to do more performance testing on my components as I build. The developer demo view seems to really inhibit the testing of the component on its own. Large time to first contentful paint/ time to interactive. I'd like to start a conversation about ideas for where/how we can improve this to isolate the component to test it directly.
Beta Was this translation helpful? Give feedback.
All reactions