#lazy-loading

[ follow ]
fromFrontendmasters
3 weeks ago

Performance-Optimized Video Embeds with Zero JavaScript

Every embedded video comes with a real cost to page load performance. Each player loads extra resources, whether the user ever hits play or not, as Chris Coyier noted in his blog post on "YouTube Embeds are Bananas Heavy and it's Fixable". The approach of using in that article works well when the video appears further down on the page and loads outside of the initial viewport. If the video is directly in the initial viewport, it can still cause a cumulative layout shift (CLS).
Web development
#jquery
fromjQuery Script
1 month ago
jQuery

Scrolling Photo Gallery with Image Lazy Load - jQuery Photocols.js

jQuery.photocols.js is a lightweight jQuery plugin that creates continuously scrolling, responsive photo grids with lazy loading, GPU-accelerated animations, and variable parallax speeds.
fromjQuery Script
9 months ago
jQuery

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.
Web development
fromjQuery Script
7 months 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.
[ Load more ]