python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Lighthouse CI failing with cryptic errors on Azure DevOps pipeline
I'm running Lighthouse CI with a Azure DevOps YAML pipeline on a Windows agent and am getting cryptic errors. I run this command: npx lhci autorun and get this result:
Starting: Lighthouse Testing (wi...
BobtheMagicMoose
Votes: 0
Answers: 2
How to get width and height attributes on img element using Next/Image
The image is working just fine. Here is the code
<Image
layout="fixed"
src="/images/example.jpeg"
alt="Example image"
width="140"
height="140&...
jonask
Votes: 0
Answers: 2
chrome-aws-lambda + lighthouse always results in NO_SCREENSHOTS
I am trying to run Lighthouse via Puppeteer in a public.ecr.aws/lambda/nodejs Docker image using chrome-aws-lambda, and no matter what website I send to Lighthouse, I always get errors like this:
Chr...
Tyler V.
Votes: 0
Answers: 1
How to fix Image elements do not have explicit width and height in gatsby?
PageSpeed Insights warning me: Set an explicit width and height on image elements to reduce layout shifts and improve CLS.
Kowsigan Atsayam
Votes: 0
Answers: 1