Skip to content

Navigation Menu

Sign in
Sign up

Repository files navigation

network-priority.com

A spec-aligned engineering reference for browser resource loading and network priority optimization.

🌐 Live site: www.network-priority.com

Modern browsers are sophisticated network schedulers, juggling dozens of concurrent requests to paint the page as fast as possible. This site explains β€” precisely, with runnable code and hand-drawn diagrams β€” how that scheduler works and how to influence it, so frontend developers and performance engineers can ship top-percentile Core Web Vitals.

What it covers

The reference is organized into four connected areas:

  • Core Browser Loading Mechanics β€” priority queues, the fetchpriority attribute and Priority Hints, render-blocking resources, the network waterfall, cache and stale-while-revalidate behaviour, and mapping third-party impact.
  • Resource Hint Implementation β€” preload, prefetch, preconnect, dns-prefetch, modulepreload, the Speculation Rules API, font-loading / FOUT & FOIT control, and dynamic hint injection.
  • HTTP/2 & HTTP/3 Multiplexing β€” stream prioritization, head-of-line blocking, 103 Early Hints, connection coalescing vs domain sharding, and CDN/QUIC edge tuning (0-RTT resumption, Alt-Svc rollout).
  • Framework Loading Strategies β€” how Next.js, Nuxt, and Astro emit (or fight) the browser's scheduler: next/image priority, next/script strategies, NuxtLink prefetching, and Astro island client directives.

Every page pairs spec-level explanation with production-ready code, a verification workflow in Chrome DevTools / WebPageTest / Lighthouse, and the edge cases that bite in production.

Who it's for

Frontend developers, performance engineers, webmasters, and agency teams who need to diagnose and fix real loading problems β€” a lazy-loaded LCP image, a priority inversion, a font that double-fetches, a route that fires forty prefetches into a mobile connection β€” not just read generic advice.

Tech

A static site built with Eleventy and deployed to Cloudflare Workers with static assets. It ships as an installable PWA, is fully responsive, and every page is tuned against a WCAG 2 AA and Lighthouse performance budget.

Contributing

Found an inaccuracy or have a loading pattern worth documenting? Open an issue β€” code snippets are the primary trust signal here, so corrections to spec details or browser behaviour are especially welcome.


Β© network-priority.com β€” www.network-priority.com

About

Spec-aligned engineering reference on browser resource loading, fetch priority, resource hints, HTTP/2 & HTTP/3, and framework loading strategies.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /