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
On LR (and extension to some degree), we've been seeing trace retrieval taking a lot of time.
Here's a timing breakdown when getTrace takes 14sec:
Brendan's idea is to race our streaming JS parser and fetching the next chunk of the trace.
Adds some complexity to the async handling, but the perf win would be ~2100ms on this recording.
The text was updated successfully, but these errors were encountered:
brendankenny
Successfully merging a pull request may close this issue.
On LR (and extension to some degree), we've been seeing trace retrieval taking a lot of time.
Here's a timing breakdown when getTrace takes 14sec:
Brendan's idea is to race our streaming JS parser and fetching the next chunk of the trace.
Adds some complexity to the async handling, but the perf win would be ~2100ms on this recording.
The text was updated successfully, but these errors were encountered: