[wp-trac] [WordPress Trac] #57768: avoid creating tcp connection every time
WordPress Trac
noreply at wordpress.org
Tue Mar 7 19:37:28 UTC 2023
#57768: avoid creating tcp connection every time
-------------------------+------------------------------
Reporter: sophygsf | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Resolution:
Keywords: | Focuses: performance
-------------------------+------------------------------
Changes (by oglekler):
* focuses: => performance
* component: Help/About => General
Comment:
Hi @sophygsf,
can you provide a background of what you are doing/investigating? It isn't
clear if your question is related to WordPress at all, or is about server
settings and existing protocols limitations. WordPress (or any PHP script)
is not handling network and security protocols, we can set headers and
this is our limit.
This Trac is for improving and developing WordPress itself and if your
issue is beyond it, the ticket should be closed as invalid, if there is
something you see it's possible to improve in the WordPress itself to
achieve better performance, we need clear understanding of the issue.
"Connection: Keep-Alive" is indeed invalid for HTTP/2 and HTTP/3
protocols.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Keep-Alive
The major advantage of h2 protocol is an ability to get multiple files
simultaneously, so, even if we are spending additional time to establish a
secure connection, it should benefit in speed as the result.
I don't see how the question is connected to Help/About component of the
WordPress, either, so, I will remove it.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/57768#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list