#870 enable http pipelining for the wiki
Closed: Fixed None Opened 15 years ago by till.

Currently loading a wiki page takes still very long. It looks to me that for every page at least 15 http connections need to be opened (one for the page, 9 for css stylesheets and 5 for javascript). Given that all connections use https (which is a good thing), it would be nice if the webserver / proxy would support http pipelining, i.e. keep the connection open and allow the browser to send more than one request through each connection. Currently the server response always includes a "Connection: close" header, which makes this impossible.


Currently the wiki does not send a "Connection: close" header and the wiki loads a lot faster here, thank you very much!

Login to comment on this ticket.

Metadata