The technique of 'lazy loading' is primarily used to optimize ___ on a webpage.
- Memory Usage
- Loading Time
- Script Execution
- Network Bandwidth
Lazy loading is a strategy used to optimize loading time on a webpage. It defers the loading of non-essential resources, improving initial page load performance.
Loading...
Related Quiz
- What Bootstrap class is typically used to create a basic alert box?
- Describe a scenario where alternating Containers and Jumbotrons create an engaging layout for a website.
- How do you combine CSS animations with Bootstrap components for complex animation effects?
- How does jQuery's AJAX functionality integrate with Bootstrap's forms for real-time data processing?
- The primary Sass file in Bootstrap, typically named ___, imports all other Sass files required.