We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a bug that's difficult to describe - I'm noticing that the Perf tool is incorrectly reporting wasted time even though the DOM did change.
To reproduce:
K
Only up the Javascript Console, and you'll notice that "wasted time" was reported, even though no time should've been wasted.
If you continue to play around, you'll notice inconsistencies. You may have to click several times during recording to get "wasted" time.
(original fiddle http://jsfiddle.net/tfKYJ/58/)
The text was updated successfully, but these errors were encountered:
Perhaps a dupe of #1931.
Sorry, something went wrong.
Ah, looks like it may be very well a dupe. Sorry, should've checked!
No branches or pull requests
This is a bug that's difficult to describe - I'm noticing that the Perf tool is incorrectly reporting wasted time even though the DOM did change.
To reproduce:
K
to start Perf recordingK
to stop Perf recordingOnly up the Javascript Console, and you'll notice that "wasted time" was reported, even though no time should've been wasted.
If you continue to play around, you'll notice inconsistencies. You may have to click several times during recording to get "wasted" time.
(original fiddle http://jsfiddle.net/tfKYJ/58/)
The text was updated successfully, but these errors were encountered: