Skip to content
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

PerformanceResourceTimings never published, nondeterministically #227

Closed
bmk5cc opened this issue Mar 31, 2020 · 1 comment
Closed

PerformanceResourceTimings never published, nondeterministically #227

bmk5cc opened this issue Mar 31, 2020 · 1 comment

Comments

@bmk5cc
Copy link

bmk5cc commented Mar 31, 2020

Not sure if this would be the place to open up this issue (perhaps it would go to individual browsers), but it seems like all browsers on iOS have a bug where the PerformanceResourceTimings never get published for a particular request, nondeterministically. This doesn't occur on Android. Also occurs on safari on desktop. Images below are from safari (had to block out some private info).

Screen Shot 2020-03-30 at 4 03 16 PM

In the image above, on the last line, we see the network request for 75cf70-fb77-8d5b-fbc4-25bfad86dba1-2

Note the -2

Screen Shot 2020-03-30 at 4 35 30 PM

We also see the performance timings for the -2 request in the network tab.

Screen Shot 2020-03-30 at 4 02 56 PM

Yet the performance timings are missing from `performance.getEntries()` which I output in the console (the blacked out stuff is the same between the console output and network tab). I have a loop running every second, checking if the timing exists, but even after over an hour it never appears. We can see in the timings array, the -1 appears, yet the -2 never appears. I have requests going from -0, -1, to -2.

This happens nondeterministically.

@rniwa
Copy link

rniwa commented Mar 31, 2020

All browsers on iOS use WebKit as the browser engine. Please report bugs on bugs.webkit.org.

This repository is to track the standards discussions of PerformanceResourceTimings, not bugs in particular implementations.

@rniwa rniwa closed this as completed Mar 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants