I noticed the lighthouse is built in on the chrome dev tool. Like press F12 will get the access to this speed test tool. What’s the best use case and how to understand the result?
Hi @WingSpan
This is David from SearchPie here.
The built-in Lighthouse tool is best used for immediate feedback, like running a “before and after” test when you install a new app or change your theme code.
Focus on LCP (Largest Contentful Paint), which tells you how fast your main content loads, and CLS (Cumulative Layout Shift), which measures if your page jumps around visually. If you see a high TBT (Total Blocking Time), it almost always means you have too many apps running scripts in the background.
Run a few test with Google PageSpeed Insights should also do you some wonders!
Hope this helps!