Is Lazy load jquery function good for pagespeed

5 replies
Hi everyone, I am going to use Jquery lazy load funtion which helps in loading only viewable images so it save unnecessary loading of images. I want to know is it good for pagespeed or webpage overall performance. Please share your views and experience.

Thanks
#function #good #jquery #lazy #load #pagespeed
  • Profile picture of the author Michael71
    Signature

    HTML/CSS/jQuery/ZURB Foundation/Twitter Bootstrap/Wordpress/Frontend Performance Optimizing
    ---
    Need HTML/CSS help? Skype: microcosmic - Test Your Responsive Design - InternetCookies.eu

    {{ DiscussionBoard.errors[8075302].message }}
  • Profile picture of the author P4tch
    The thing with LazyLoad is that you're loading extra JavaScript. Now depending on how much stuff you're downloading anyway, this may be insignificant. However, in most cases images will be bigger than the JS anyway, so you should be using it.

    I've noticed that it's not supported with all browsers yet
    {{ DiscussionBoard.errors[8076085].message }}
  • Profile picture of the author mariya20
    you can check this : https://github.com/sebarmeli/JAIL it's interesting!
    {{ DiscussionBoard.errors[8078353].message }}
  • Profile picture of the author ThePooh
    Lazy loading means " Load it when I need it " when most of the time scripts are just made with " Load it ".

    So obviously Lazy Load always improve performance (For instance Lazy Load in model when talking about MVC for example)
    {{ DiscussionBoard.errors[8079218].message }}
    • Profile picture of the author Michael71
      Originally Posted by ThePooh View Post

      Lazy loading means " Load it when I need it " when most of the time scripts are just made with " Load it ".

      So obviously Lazy Load always improve performance (For instance Lazy Load in model when talking about MVC for example)
      This is NOT really true.

      If you have a site with a lot of images and thumbnails ... then it is improving.

      If you have a "normal" website it is not really improving. If it would be an improvement for every website... every website would use it.

      As I said, it makes sense when you have a site like... a wallpaper site or stuff like that.
      Signature

      HTML/CSS/jQuery/ZURB Foundation/Twitter Bootstrap/Wordpress/Frontend Performance Optimizing
      ---
      Need HTML/CSS help? Skype: microcosmic - Test Your Responsive Design - InternetCookies.eu

      {{ DiscussionBoard.errors[8081896].message }}

Trending Topics