Skip to content

discussions Search Results · repo:GoogleChrome/lighthouse language:Handlebars

Filter by

236 results
 (62 ms)

236 results

inGoogleChrome/lighthouse (press backspace or delete to remove)

I have a requirement for client side performance, where my application is a mix of Angular and React code modules. I need to do client side performance testing only specific to the React module, and because ...

I am using timespan mode for my application, and the score is 16/19 and is in amber, where all the metrics (TBT, CLS, and IP) are green. Ideally, when all the metrics are green, my score should also be ...

I recently noticed some of my extensions showing up in my Lighthouse report as being unminified. Is there a setting I can use to ignore these when running in my Chrome DevTools? Screenshot 2024-07-11 ...

I want to measure the lighthouse score for a collection of webpages which all feature nested iframes. Let s imagine it s a stack like A-B-C-some_times_even_D. Whilst I can remove A I cannot remove B. But ...

In simulated throttling run, we get Observedfcp, observedlcp, observedsi, observedcls, Is there an option to get observedperformancescore?

Can i set the up and down throttling and cpu slowdown multiplier when using throttling method as simulated ?

I have been using lighthouse quite extensively for the past couple of years for measuring performance of my web applications. I understand that in Simulated throttling, the metrics reported by LH are based ...

Hi I am trying to use lighthouse together with puppeteer. I want to deactivate throttling completely. It is explained how this works on the CLI but I have not found anything to solve this differently ...

I read through some links, could not understand the difference between 1. setting throttlingMethod as devtools and setting throttling.requestLatencyMs=0 \ --throttling.downloadThroughputKbps=0 \ ...

I let LH process a website (local only, can t share it) and it was done doing its thing in about 10 seconds. Fairly normal. And then it manages to report a LCP of 82 seconds. So the question is hopefully ...