Description
Overview
PrefetchingEngine runs on every page load without considering network conditions.
Background
Prefetches resources even on slow connections, wasting bandwidth.
Specifications
- Check network conditions before prefetching
- Use Save-Data header
Tasks:
- Integrate isSlowConnection check
- Add user preference toggle
- Optimize prefetch strategy
Impacted Files:
- src/components/performance/PrefetchingEngine.tsx
- src/utils/performanceUtils.ts
Labels: frontend, performance, priority-medium
Acceptance Criteria
Smart prefetching based on conditions
🙆Contribution Guidelines:
Assignment required before PR submission
Timeframe: 48-72 hours
PR description must include: Close #issue no
Star the repo⭐
Description
Overview
PrefetchingEngine runs on every page load without considering network conditions.
Background
Prefetches resources even on slow connections, wasting bandwidth.
Specifications
Tasks:
Impacted Files:
Labels: frontend, performance, priority-medium
Acceptance Criteria
Smart prefetching based on conditions
🙆Contribution Guidelines:
Assignment required before PR submission
Timeframe: 48-72 hours
PR description must include: Close #issue no
Star the repo⭐