Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/spec/performance/cache-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ status: required
order: 50
appliesTo: [all]
relatedSlugs: [compression, core-web-vitals, no-vary-search, conditional-requests, compression-dictionary-transport]
updated: "2026-06-08T20:15:00.000Z"
updated: "2026-08-01T00:00:00.000Z"
sources:
- title: "RFC 9111 — HTTP Caching"
url: "https://www.rfc-editor.org/rfc/rfc9111"
Expand All @@ -19,7 +19,7 @@ sources:
url: "https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cache-Control"
publisher: "MDN"
- title: "MDN — HTTP caching"
url: "https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching"
url: "https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Caching"
publisher: "MDN"
- title: "MDN — Vary"
url: "https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Vary"
Expand Down
6 changes: 3 additions & 3 deletions src/content/spec/performance/font-loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ status: recommended
order: 70
appliesTo: [all]
relatedSlugs: [preload-prefetch-preconnect, critical-css, core-web-vitals, text-wrap]
updated: "2026-05-29T20:27:54.000Z"
updated: "2026-08-01T00:00:00.000Z"
sources:
- title: "MDN — @font-face"
url: "https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face"
url: "https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/At-rules/@font-face"
publisher: "MDN"
- title: "web.dev — Best practices for fonts"
url: "https://web.dev/articles/font-best-practices"
publisher: "web.dev"
- title: "MDN — font-display"
url: "https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display"
url: "https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/At-rules/@font-face/font-display"
publisher: "MDN"
- title: "web.dev — Avoid invisible text during font loading"
url: "https://web.dev/articles/avoid-invisible-text"
Expand Down
6 changes: 3 additions & 3 deletions src/content/spec/performance/scroll-driven-animations.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ status: optional
order: 125
appliesTo: [all]
relatedSlugs: [view-transitions, core-web-vitals, visibility-aware-rendering, reduced-motion]
updated: "2026-05-29T16:40:22.000Z"
updated: "2026-08-01T00:00:00.000Z"
sources:
- title: "CSS Scroll-driven Animations Module Level 1"
url: "https://drafts.csswg.org/scroll-animations-1/"
publisher: "W3C"
- title: "MDN — CSS scroll-driven animations"
url: "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_scroll-driven_animations"
url: "https://developer.mozilla.org/en-US/docs/Web/CSS/Guides/Scroll-driven_animations"
publisher: "MDN"
- title: "MDN — animation-timeline"
url: "https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/animation-timeline"
publisher: "MDN"
- title: "Chrome for Developers — Scroll-driven animations"
url: "https://developer.chrome.com/articles/scroll-driven-animations"
url: "https://developer.chrome.com/docs/css-ui/scroll-driven-animations"
publisher: "Google"
---

Expand Down
Loading