Magento Expert Forum - Improve your Magento experience

Results 1 to 3 of 3

Better image performance in Magento 2 using lazy loading

  1. #1
    Junior Member James's Avatar
    Join Date
    Jan 2016
    Posts
    663
    Thanks
    2
    Thanked 13 Times in 12 Posts

    Default Better image performance in Magento 2 using lazy loading

    Normally, a web page will load images in the Magento site and it often takes much time to load all of them which may cause some limitations in site performance and customer experience. Therefore, to improve image performance, we use Lazy Load Extension for Magento 2 to delay loading image until we scroll down the page.

    • Instead of loading all image at the same time, Lazy Load for Magento 2 allows loading images only when customers scroll down the page, which can help to reduce loading time effectively

      Name:  magento_2_lazy_load_image.png
Views: 55
Size:  76.3 KB
    • Reduce server requests and save internet bandwidth
    • SEO-friendly: Google, Bing and Yahoo can index lazy load images, so Lazy Load for Magento 2 never affects to SEO
    • Control lazy image loading on pages with ease


    Let's check it out for better performance!

    View more threads in the same category:


  2. #2
    Junior Member stefan68's Avatar
    Join Date
    Jul 2016
    Posts
    115
    Thanks
    27
    Thanked 2 Times in 2 Posts

    Default

    Hi James, thanks for your sharing. Does this extension support feature which can display images on the screen before scrolling as I wish?

  3. #3
    Junior Member James's Avatar
    Join Date
    Jan 2016
    Posts
    663
    Thanks
    2
    Thanked 13 Times in 12 Posts

    Default

    Quote Originally Posted by stefan68 View Post
    Hi James, thanks for your sharing. Does this extension support feature which can display images on the screen before scrolling as I wish?
    hi stefan68,
    Yes, it does support this feature called Threshold. If you want your images to load earlier, let's set number of pixel before they appear on the screen.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •