Questions tagged [lighthouse]

Lighthouse is an open-source, automated tool for improving the quality of web pages. You can run it against any web page, public or requiring authentication. It has audits for performance, accessibility, progressive web apps, and more.

You can run Lighthouse from the command line, as a Chrome Extension, or as a Node module. You give Lighthouse a URL to audit, it runs a series of audits against the page, and then it generates a report on how well the page did. From there, use the failing audits as indicators on how to improve the page. Each audit has a reference doc explaining why the audit is important, as well as how to fix it.

756 questions
-1
votes
1 answer

Bulk stop watching tickets on Lighthouse?

Via the Lighthouse user interface, is there any way to bulk stop watching tickets? I have more than 150 tickets on a project I want to stop watching, and would just as soon not go into each and every one of them. I thought the bulk edit command…
T.J. Crowder
  • 1,031,962
  • 187
  • 1,923
  • 1,875
-2
votes
0 answers

Need Advice on Optimizing Page Speed for Next.js Project, Particularly for Mobile

Hello fellow developers, I've been working on a Next.js project and have been striving to optimize the page speed for better user experience. Currently, I'm using Lighthouse for performance measurement, and I've noticed that my scores are around…
Sharjeel
  • 7
  • 4
-2
votes
1 answer

How to fix Lighthouse “Links do not have a discernible name”

I have an error : Links do not have a discernible name. Error Links do not have a discernible name
-2
votes
3 answers

Lighthouse PWA Audit fail "does not register a service worker that controls page and start_url"

I am getting the above failure in my lighthouse audit. Having looked through SO and here it "should" be working. There are no errors in the console. This is the Manifest: - { "short_name": "Brotkrumen", "name": "Brotkrumen Web App", "description":…
-2
votes
1 answer

Angular - How to improve lighthouse performance score

I have a very basic app with angular and firestore. Upon checking the performance in lighthouse of the app, it states Minimize Critical Requests Depth This is primarily on the angular bundle files. Is there a solution to solving this particular…
Que
  • 957
  • 2
  • 14
  • 35
1 2 3
50
51