You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lighthouse reports that the start URL does not load offline but the current page does.
You can observe that in the offline pass, the desktop version of the page is loaded, and upon inspecting lighthouse internals see that the fromServiceWorker and fromDiskCache flags on all network requests are false. This shouldn't be possible when offline.
What is the expected behavior?
Lighthouse reports that the start URL loads offline. A page like the below should be visible during the offline pass, not the desktop version of the site.
Provide the steps to reproduce
What is the current behavior?
Lighthouse reports that the start URL does not load offline but the current page does.
You can observe that in the offline pass, the desktop version of the page is loaded, and upon inspecting lighthouse internals see that the
fromServiceWorker
andfromDiskCache
flags on all network requests arefalse
. This shouldn't be possible when offline.What is the expected behavior?
Lighthouse reports that the start URL loads offline. A page like the below should be visible during the offline pass, not the desktop version of the site.
Environment Information
Related issues
brought over from #2688 (comment)
The text was updated successfully, but these errors were encountered: