[0]: https://docs.google.com/document/d/1RNHkx_VvKWyWg6Lr8SZ-saqs...
The majority of Facebook's traffic now uses QUIC and HTTP/3
61–70 of 149 posts
Re: The majority of Facebook's traffic now uses QUIC and HTTP/3
#62Earlier quoted context omitted.
Interesting, it's very slow for me, and usually triggers warnings from Safari for excess resource consumption.
I think it's extra slow in Safari, for some reason. Just like Google Maps is also slower in Safari than in Chrome. However, overall I would say Safari is the fastest browser out there, based on my own browsing habits. Also most memory efficient.
Re: The majority of Facebook's traffic now uses QUIC and HTTP/3
#63Re: The majority of Facebook's traffic now uses QUIC and HTTP/3
#64Wow. Now if they could just figure out why my news feed has said "Something Went Wrong" at the bottom for about the last year or so.
Re: The majority of Facebook's traffic now uses QUIC and HTTP/3
#65Re: The majority of Facebook's traffic now uses QUIC and HTTP/3
#66Wow. Now if they could just figure out why my news feed has said "Something Went Wrong" at the bottom for about the last year or so.
Damn I thought it was just me becauseI thought that the Facebook algorithm doesn't have content for me because I don't have friends.
Re: The majority of Facebook's traffic now uses QUIC and HTTP/3
#67Earlier quoted context omitted.
I think it's extra slow in Safari, for some reason. Just like Google Maps is also slower in Safari than in Chrome. However, overall I would say Safari is the fastest browser out there, based on my own browsing habits. Also most memory efficient.
I've personally experienced this many times using Safari. Pages that take up a lot of memory just straight up freeze and start chugging.
Perhaps related to the const+let vs var bug the other day.
Re: The majority of Facebook's traffic now uses QUIC and HTTP/3
#68Earlier quoted context omitted.
I think it's extra slow in Safari, for some reason. Just like Google Maps is also slower in Safari than in Chrome. However, overall I would say Safari is the fastest browser out there, based on my own browsing habits. Also most memory efficient.
I've personally experienced this many times using Safari. Pages that take up a lot of memory just straight up freeze and start chugging.
Re: The majority of Facebook's traffic now uses QUIC and HTTP/3
#69Can HTTP/3 be enabled in nginx now? Should it be? Is it a simple config change? I assume that would take care of serving static assets, but would reverse-proxied apps behind nginx also need to be upgraded to HTTP/3?
Applications sitting behind a proxy wouldn't need to be updated. The core protocol semantics of HTTP are relatively unchanged between HTTP/1.1, HTTP/2, and HTTP/3.
[1] https://github.com/cloudflare/quiche
[2] https://www.nginx.com/blog/introducing-technology-preview-ng...
Re: The majority of Facebook's traffic now uses QUIC and HTTP/3
#70Earlier quoted context omitted.
Possibly, if something in your network is disallowing UDP traffic and the system has to fall back to HTTP over TCP.
oh, so it's fine to degrade HTTP v1 to make v3 look better ?
Nobody is trying to make v3 "look better." If you use v1, you can continue to use it for a very, very, very long time.