Implementing __________ in Bootstrap reduces the initial load time by delaying the loading of non-critical resources.

  • Lazy Loading
  • Preloading
  • Async Loading
  • Deferred Loading
Implementing Deferred Loading in Bootstrap involves delaying the loading of non-critical resources until after the initial page content has loaded. This can improve the perceived performance of the website, as non-essential resources are loaded in the background.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *