-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lighthouse network-requests audit results are not same for every run #6727
Comments
We'll need more specifics here to be able to help. What URLs are you monitoring? What requests are missing? If a request isn't in the |
@patrickhulce I am using Lighthouse API for monitoring our product in the test environment. so it can't be accessible outside. Those requests are not inside an iframe. This issue happening in the random run. |
OK, well without more information and repro steps I'm afraid we can't really do anything about it :/ |
@patrickhulce ,Below is the JSON result of network-request audit of that request . This may helps. why it's status is "-1" and mimeType is empty. |
That just means Chrome never got a response. It didn't know the status code/mime type/transfer size because there was no response :) |
I am using lighthouse CLI to monitor some set of URLs in my product. The results of "Network-requests" are not the same for every run, even there is no code change those pages.
Some network requests are missing and for some N/w requests, getting size as 0 Bytes. (these are random issues for the next run I am getting the size and request also available)
The text was updated successfully, but these errors were encountered: