Answer
Lazy loading loads resources only when needed using dynamic imports, code-splitting, or IntersectionObserver for assets. Reduces initial page load time and improves performance.
Lazy loading loads resources only when needed using dynamic imports, code-splitting, or IntersectionObserver for assets. Reduces initial page load time and improves performance.
Sign in to access all features and personalize your learning experience.
Source: SugharaIQ