#lazy-loading

[ follow ]
Web development
fromjQuery Script
3 weeks ago

Lazy Load Images in Bootstrap Carousel for Faster Page Loads

Lazy-load-bootstrap-carousel for Bootstrap 5 improves load times by fetching images only when their corresponding slide is active.
jQuery
fromjQuery Script
2 months ago

Lazy Load Scripts To Speed Up Webpages - jQuery lazyloadscripts

Lazyloadscripts plugin increases website performance by loading scripts only when they are needed.
It is particularly useful for heavy libraries like Google Maps or Disqus Comments.
fromInfoQ
4 months ago

Inertia 2.0 Released, Now Supports Asynchronous Requests

Inertia 2.0 introduces asynchronous requests, allowing for lazy loading, infinite scrolling, and improved application responsiveness, enhancing user experience with seamless data handling.
React
fromCodeuptoday - New Way To Go Ahead
4 months ago

Boosting Performance with Lazy Loading in React - Codeuptoday

Lazy loading is a strategy where components, images, or other assets are loaded only when they enter the viewport or are required by user interaction.
React
[ Load more ]