Optimize asset bundling and caching for core pages #81

Open
opened 2026-07-01 01:03:36 +00:00 by manlycucumber · 0 comments
manlycucumber commented 2026-07-01 01:03:36 +00:00 (Migrated from github.com)

Problem

Launch traffic demands fast, cache-friendly pages. Assets must be minimized and cached aggressively at the edge.

Acceptance criteria

  • CSS/JS bundles are minified, split sensibly, and fingerprinted for long-term caching
  • Core pages meet a defined performance budget (e.g. Lighthouse/CWV thresholds)
  • Static assets are served with correct cache headers via Cloudflare
  • No render-blocking third-party scripts are introduced
## Problem Launch traffic demands fast, cache-friendly pages. Assets must be minimized and cached aggressively at the edge. ## Acceptance criteria - [ ] CSS/JS bundles are minified, split sensibly, and fingerprinted for long-term caching - [ ] Core pages meet a defined performance budget (e.g. Lighthouse/CWV thresholds) - [ ] Static assets are served with correct cache headers via Cloudflare - [ ] No render-blocking third-party scripts are introduced
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Directorium/Site#81
No description provided.