Description
Overview
Static assets not versioned causing cache invalidation issues.
Background
Users seeing stale CSS/JS after deployments.
Specifications
- Implement asset versioning with content hash
- Configure long-term caching headers
- Add cache busting for updates
Tasks:
- Configure build tool for hashed filenames
- Update asset references
- Add cache headers
Impacted Files:
- next.config.js (or equivalent)
- src/lib/assets/*/.ts
Labels: priority-medium, performance, devops
Acceptance Criteria
Assets cached indefinitely with proper invalidation
🙆Contribution Guidelines:
Assignment required before PR submission
Timeframe: 48-72 hours
PR description must include: Close #issue no
Star the repo⭐
Description
Overview
Static assets not versioned causing cache invalidation issues.
Background
Users seeing stale CSS/JS after deployments.
Specifications
Tasks:
Impacted Files:
Labels: priority-medium, performance, devops
Acceptance Criteria
Assets cached indefinitely with proper invalidation
🙆Contribution Guidelines:
Assignment required before PR submission
Timeframe: 48-72 hours
PR description must include: Close #issue no
Star the repo⭐