Is there a problem with my Keep Alive settings?
|
09-26-2019, 01:19 PM
Post: #1
|
|||
|
|||
Is there a problem with my Keep Alive settings?
I am struggling to understand this ...
When I run a test for one of my test websites, I am seeing that keep-alive is enabled. https://www.webpagetest.org/result/19092...032508e59/ https://i.ibb.co/ZV7d9MX/keep-alive-1.png But when I take a look at the connection view, https://www.webpagetest.org/result/19092...1/details/ I see that there are several TCP connections being made for the domain. https://i.ibb.co/zrQj8rv/keep-alive-2.png I am trying to understand why several TCP connections are being made although keep-alive is enabled. And what can be done to ensure that only one TCP connection is made? Thanks! |
|||
09-28-2019, 12:52 AM
Post: #2
|
|||
|
|||
RE: Is there a problem with my Keep Alive settings?
Browser will open multiple connections even with keep-alive so they can pipeline requests and avoid idle time. To get most of the requests going over a single connection you need to support HTTP/2 (which requires HTTPS)
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)