[wp-trac] [WordPress Trac] #57768: avoid creating tcp connection every time
WordPress Trac
noreply at wordpress.org
Mon Feb 20 09:17:28 UTC 2023
#57768: avoid creating tcp connection every time
-------------------------+-----------------------------
Reporter: sophygsf | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Help/About | Version:
Severity: normal | Keywords:
Focuses: |
-------------------------+-----------------------------
Every time when I send a php request of page , initial connect value will
over 700ms but the Waiting for server response just 500ms even though the
same uri. Does it mean creating a new tcp connection every time? The
request has setted header with Keep-Alive: timeout=5, max=100 and response
setted Connection: Keep-Alive but seen invalid. How Can I avoid initial
connection each time?
Thank you for your time!
--
Ticket URL: <https://core.trac.wordpress.org/ticket/57768>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list