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

fix: undo timeout change to fix performance regression #28075

Closed
wants to merge 2 commits into from

Conversation

ryanthemanuel
Copy link
Collaborator

Additional details

We introduced a regression by bumping up the timeout on proxy correlation. The thought was that the majority of requests should be correlated quickly and for the occasional ones that take a while, it is more important to actually correlate for things like assets in test replay and intercepts. Unfortunately, there are still bugs in the proxy correlation logic that cause some requests to never be able to be correlated. Specifically requests that come from service workers. We originally thought this would be a fairly fast fix to this problem; however it ended up being more nuanced than we thought so we are backing out the change that caused the regression while we work on a more robust solution.

Steps to test

n/a

How has the user experience changed?

n/a

PR Tasks

@ryanthemanuel
Copy link
Collaborator Author

Will be addressed with: #28060

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

Successfully merging this pull request may close these issues.

Loading webassembly dlls is a lot slower after updating Cypress V13.3.0 to V13.3.1
2 participants