1 second latency issues. (TCP retransmission?) #4811
Unanswered
TomerHeber
asked this question in
Q&A
Replies: 1 comment
-
|
Very hard to tell without assembling a lab and inspect. My recommendation is to check the keepalive timeout on both sides |
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.
-
I send fetch requests from SvelteKit to a backend.
Most requests (99.999) average around 20ms, but only a very small percentage exceed 1 second.
I suspect it's a TCP retransmission issue (it's very rare, but I really hate seeing the latency).
Are there any recommendations (configurations) I can use to avoid that?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions