18

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 version is 81.

What can i do to generate report?

Drew Reese
  • 165,259
  • 14
  • 153
  • 181
Banafshe Alipour
  • 1,041
  • 4
  • 12
  • 27

7 Answers7

22

I solve this problem by kill Chrome then open it again

lehanh
  • 569
  • 7
  • 22
20

One of the fastest solutions is typing this in the URL:

chrome://restart
user22041908
  • 209
  • 1
  • 3
5

it worked for me when I ran lighthouse audit for the same site on an Incognito Window

cmgchess
  • 7,996
  • 37
  • 44
  • 62
1

For me the problem was solved just by updating Chrome browser.

Mahdi
  • 1,778
  • 1
  • 21
  • 35
  • it solved my issue too, I was using v96+ but updating to the latest version has solved the problem. – nima Jul 13 '22 at 11:04
1

Disable these two options from chrome settings:

  • Continue running background apps when Google Chrome is closed
  • Use hardware acceleration when available

Relaunch chrome then try again

That works for me

Alaa.Kh
  • 151
  • 3
0

We faced the same issue. We once ran the lighthouse for www.google.com, to check its functionality, and then we lighthoused our sites. It audited the site and generated the report.

If you still face the same issue, start interacting with the site while lighthouse audits, this solves the issue.

helvete
  • 2,455
  • 13
  • 33
  • 37
-1

I have solution for this issue, please follow below steps...

  1. Open Task Manager (ctrl + alt + del)
  2. Select Google Chrome
  3. Click on "END TASK" button
  4. Reopen Google chrome and check lighthouse

It's work for me every time :) ------ I hope it's work for you !!!