____________ is a technique used to delay the loading of non-critical CSS resources to speed up the initial page load time.

  • Async Loading
  • Deferred Loading
  • Lazy Loading
  • Preloading
Lazy loading is a technique where non-critical resources, such as images or CSS files, are loaded only when they are needed. This helps in speeding up the initial page load time by prioritizing the loading of essential content first.
Add your answer
Loading...

Leave a comment

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