Top "Lighthouse" questions

Lighthouse is an open-source, automated tool for improving the quality of web pages.

How to fix "Lighthouse returned error: NO_FCP." when running Google Page Speed Test?

I am running the Google Page Speed test for https://www.oceanluxe.com.au and get the following message: > …

lighthouse
How to fix Lighthouse "Links do not have a discernible name"

Lighthouse suggesting to fix my a href text I have a html like that <a href="https://twitter.com/@…

html css lighthouse
Does not use passive listeners to improve scrolling performance (Lighthouse Report)

A recent Lighthouse Report flagged the following issue. Does not use passive listeners to improve scrolling performance It also mentions... …

javascript jquery lighthouse
Progressive Web App "does not work offline" error

I have written a progressive web app, following all available guides and examples, but for some reason when I click …

javascript android google-chrome progressive-web-apps lighthouse
Preloading Google Fonts

Light House audit is suggesting that I preload key requests, specifically the two google fonts that I'm using in my …

javascript html css reactjs lighthouse
Label not associated to input

Using the built in Chrome Lighthouse to run accessibility audit on a WP site showed the signup field as being …

html accessibility forms html-validation lighthouse
Manifest start_url is not cached by a Service Worker

I'm using Lighthouse to audit my webapp. I'm working through the failures, but I'm stuck on this one: Failures: Manifest …

service-worker progressive-web-apps manifest.json lighthouse
Objective-c HTTP Basic authentication

How would i go about replicating this in objective-c curl -u [email protected]:mypassword http://foo.lighthouseapp.com/projects.…

objective-c authentication httpwebrequest lighthouse
Next.js PWA (Service Worker + Manifest.json)

I am using Next.js to develop a Server Side Rendering website and I want to make it a Progressive …

manifest service-worker progressive-web-apps next.js lighthouse
How can I preload fonts on wordpress?

Running Pagespeed on a wordpress i'm working on it says 4.5sec are taken by this resource: /wp-content/themes/dt-the7/fonts/…

html wordpress pagespeed preload lighthouse