Cypress 8.5.0 browser resolves http calls extremely slow #18279
Unanswered
alexandersels
asked this question in
Questions and Help
Replies: 1 comment
-
I have been experiencing a similar issue and It seems that the cypress runner is using HTTP 1.1, which is limited to 6 TCP connections per origin. However, outside cypress, apps may use HTTP 2.0, which does not limit connections. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When trying to visit a page in the browser that cypress is spinning up the average response time of my http calls are +- 20s. When I open my native Chrome browser, the website loads under a second.
In the provided screenshot you can see calls that go over 27s of response time ... It seems to be an issue in the browser opened by Cypress (and any browser for that matter).
Anyone able to give me some advice?
Kind regards,
Beta Was this translation helpful? Give feedback.
All reactions