lazy-loading
Installation
SKILL.md
Lazy Loading
Overview
Load data when needed, not before. Don't fetch what you might not use.
Upfront loading wastes bandwidth, memory, and time. Load on demand for better performance and user experience.
When to Use
- Dashboard loads all data at once
- Page fetches data for hidden tabs
- Loading "just in case" data
- Initial load is slow