Giter VIP home page Giter VIP logo

lazy_load's Introduction

lazy_load

Implements lazy loaded images in elgg

Lazy loading of images is the opposite of pre-loading. Images are held as a placeholder until the page has fully rendered, then are filled in dynamically after the page has loaded. Images in the viewport are loaded first, followed by images up to 200px below the viewport.

As the user scrolls down the page missing images are filled in on an as-needed basis.

This can result in slightly faster page load times, as well as saved bandwidth and server resources as images aren't served if the user doesn't scroll down the page.

Instructions

Install plugin to mods/lazy_load Enable plugin from the administration plugin page

Problems to look for:

  1. Columns where images don't load until you scroll to the bottom of first column.
  2. Elements with internal scroll bars

If images don't load properly in these elements, enter jquery selectors for these elements into the plugin settings. One selector per line.

eg.

#wire_div1 #wire_div2

lazy_load's People

Contributors

beck24 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.