eupolicy.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This Mastodon server is a friendly and respectful discussion space for people working in areas related to EU policy. When you request to create an account, please tell us something about you.

Server stats:

240
active users

#http3

3 posts2 participants2 posts today

How browsers REALLY load Web pages

When browsers load a Web page and its subresources, A LOT happens under the hood. They need to take into account render/parsing blocking resources, use a preload scanner, listen to resource hints (like preload/preconnect), loading modifiers (async/defer/module), fetchpriority, responsive images, and much more. […]

📺 fosdem.org/2025/schedule/event

fosdem.orgFOSDEM 2025 - How browsers REALLY load Web pages
#video#web#browser
Continued thread

Scheduling HTTP Streams
by Alexander Krizhanovsky.

Understand how a web server manages millions of concurrent web requests.
* Differences in treatment for progressive JPEG vs a PNG.
* Resilient against DDoS attacks and other vulnerabilities.
* Compare Nginx, Envoy, Apache.

fosdem.org/2025/schedule/event

Live stream:
live.fosdem.org/watch/ua2220

Continued thread

How browsers REALLY load Web pages by Robert Marx @programmingart

Browsers go through great lengths to workaround the fact that most web servers and major CDN provides do not honour the HTTP fetch priority correctly.

The same page has a very different waterfall in Firefox, Chrome, and Safari.

fosdem.org/2025/schedule/event

Live stream:
live.fosdem.org/watch/ua2220

Une explication détaillée de HTTP3. La principale différence est qu'il utilise UDP + QUIC + TLS au lieu de TCP + TLS.

QUIC vise à moderniser et remplacer TCP, mais pour garder une compatibilité maximale avec les équipements réseau (routeurs, firewalls, etc.) UDP est nécessaire.

smashingmagazine.com/2021/08/h

Smashing Magazine · HTTP/3 From A To Z: Core Concepts — Smashing MagazineWhat exactly is HTTP/3? Why was it needed so soon after HTTP/2 (which was only finalized in 2015)? How can or should you use it? And especially, how does this improve web performance? Let’s find out.

I wrote about Wikipedia's HTTP/2 and SPDY deployment to its CDN and the regressions and benefits we found in page load time and other performance metrics.

It took place back in 2016, but the topic came up recently and the caveats at scale are still somewhat undocumented. Enjoy!

techblog.wikimedia.org/2022/11

techblog.wikimedia.orgHTTP/2 performance revisited – [[WM:TECHBLOG]]
#webperf#http2#spdy