lighthouse Questions
4
I have a page which contains a list of items. Each item contains a 'Read more' link that points to a different page. But when I run the lighthouse tool on that page, it complains that links do not ...
Chrismatory asked 12/11, 2021 at 18:21
1
I want to improve Google Lighthouse score of a web application built using Vuetify.
To increase the performance score, I have been trying to get rid of the diagnostics:
Ensure text remains visible...
Ternion asked 3/11, 2019 at 15:2
0
When running a Next.js (v14) site through Google Lighthouse CSS files served on my App Router always get flagged as a render-blocking resource.
When using the Page Router this isn't an issue, as Ne...
Gazetteer asked 13/1, 2024 at 12:1
2
I am trying to use PageSpeed Insights in Google Search Console for Weebly/Square website and getting an error:
Lighthouse returned error: NOT_HTML. The page provided is not HTML (served as MIME typ...
Hebron asked 4/3, 2021 at 0:36
7
I built my first Progressive Web App (PWA) in react js. When I click on Generate report on Chrome's Audit tab in DevTools, it is showing the message lighthouse is warming up forever.
My chrome ver...
Poultry asked 18/4, 2020 at 8:24
2
I'm trying to integrate Lighthouse tests in Playwright with playwright-lighthouse package.
Unfortunately I get this error:
Error [ERR_REQUIRE_ESM]: require() of ES Module C:\pw-lhc-tests\node_modul...
Mexico asked 17/2, 2023 at 7:44
1
If we want to use different pictures of different sizes according to a screen break. What would be the best way to approach this?
For instance
<picture class="image-wrapper">
<s...
Dissolve asked 16/2, 2023 at 12:57
2
The image is working just fine. Here is the code
<Image
layout="fixed"
src="/images/example.jpeg"
alt="Example image"
width="140"
height="140&qu...
Downtown asked 4/4, 2022 at 17:56
2
One of the recommendations I get when I audit my website using https://web.dev/measure, is "Serves images in low resolution".
As you can see from the screenshot below, my displayed image ...
Insulator asked 3/7, 2021 at 9:5
7
I am running the Google Page Speed test for https://www.oceanluxe.com.au and get the following message:
> Lighthouse returned error: NO_FCP. Something went wrong with the recording
> the tra...
Unaunabated asked 24/4, 2019 at 9:27
2
Solved
I have a website that I'm trying to optimize lighthouse page speed ranking. I just switched from SSR with nginx caching to next export using exportPathMap and getInitialProps (also with nginx cachi...
Compel asked 27/4, 2020 at 1:0
3
Light House audit is suggesting that I preload key requests, specifically the two google fonts that I'm using in my React app. A Light House member suggested using:
<link rel="preload" as="styl...
Grazynagreabe asked 12/6, 2018 at 19:7
1
Solved
I displayed the svg logo using the Next.js Image tag.
import Image from "next/Image"
export default function Home() {
return (
<div>
<Image width={32} height={32} src="...
Waterside asked 11/2, 2022 at 10:27
1
I've been trying to optimize my webpage using lighthouse report.
one of the performance diagnostics says to increase caching lifetime for my static files.
The files indicated in report are main...
Morisco asked 17/8, 2018 at 8:16
2
Solved
I am trying to audit my application on Chrome Lighthouse, but I can't get Service Worker working. It is registered and running with no error, but when I try to run Lighthouse it gets stuck and cons...
Oglethorpe asked 27/10, 2021 at 14:24
2
Solved
Here are the steps I used to generate the report on which my question below derives:
Launch this url on chrome browser:
"https://www.americanexpress.com/us/credit-cards/business/" Open
d...
Barbette asked 30/10, 2020 at 20:28
3
Solved
I get the following from Lighthouse:
How do I change the Cache TTL on a Nuxt.js SSR website? I found some answers but nothing about Nuxt.js...
IMPORTANT: Deployed in Google App Engine
Hoist asked 7/5, 2020 at 16:25
1
When I run Lighthouse for the project I am working on, I get
chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/react_devtools_backend.js
as no1 causer of unused JS.
How is that making sens...
Bumf asked 7/4, 2021 at 14:18
4
I am using gulp for a project and I added lighthouse to the gulp tasks like this:
gulp.task("lighthouse", function(){
return launchChromeAndRunLighthouse('http://localhost:3800', flags, perfConf...
Business asked 13/9, 2017 at 13:41
2
Solved
I have this nextjs application and lighthouse keeps telling me to remove unused chunks.
…chunks/26c47f1….6971807….js
410.0 KiB
399.8 KiB
…chunks/25.91c4046….js
437.6 KiB
392.5 KiB
…chunks/30.3fdf5...
Deodorant asked 3/8, 2021 at 19:20
1
We are seeing very inconsistent performance scores in web.dev with our NextJS application. At first, we had around 30 performance so we started optimising. Now we are at around 90 with a margin of ...
Bowlin asked 14/7, 2021 at 11:32
0
I have this tab
How do I get rid of it or hide it?
Taxexempt asked 23/6, 2021 at 11:5
1
I'm preloading google fonts as follows
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preload" href="https://fonts.googl...
Ellington asked 23/12, 2020 at 14:15
1
Solved
I'm building a blogging plugin that enables commenting on specific pages. The way it works at the moment is that you include a js script in your html page, which then triggers at load time and adds...
Salesman asked 3/6, 2021 at 8:29
3
Lighthouse suggesting to fix my a href text
I have a html like that
<a href="https://twitter.com/@some-name-here" target="_blank" rel="noopener" class="social-icon twitter grayscale"></...
Fold asked 4/8, 2018 at 8:16
1 Next >
© 2022 - 2025 — McMap. All rights reserved.