- Contributors: pluginkollektiv
- Tags: lazy, load, loading, performance, images
- Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LG5VC9KXMAYXJ
- Requires at least: 3.6
- Tested up to: 4.3
- Stable tag: trunk
- License: GPLv2 or later
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
Lazy load images. Simple to use: activate, done. Search engine and noscript user friendly.
Crazy Lazy helps increasing the performance of your blog or website by displaying images efficiently. When a page would usually display some images, Crazy Lazy will prevent those images to load. Only when a user scrolls down the page and reaches the position where an image actually should be displayed, that particular image will be loaded from the server.
By loading images only when needed, Crazy Lazy will reducing page loading times and (potentially costly) traffic.
This Lazy Load plugin is structured very lean and does not require any settings: activate, done. Depending on the theme or the usage of jQuery Crazy Lazy optionally will utilze a modified version of the jQuery plugin Unveil.js, or the native JavaScript library lazyload.js.
Crazy Lazy übernimmt die effiziente Anzeige der Artikelbilder im WordPress-Blog. Um die Performance der Blogseiten zu steigern, werden nicht alle Bilder sofort vom Server angefordert, sondern nach Bedarf: Erst beim Erreichen der Scroll-Position lädt Crazy Lazy das entsprechende Bild nach.
Durch die Nachlade-Technik lassen sich Ladezeiten verkürzen und der Traffic reduzieren.
Das Lazy Load Plugin ist simpel aufgebaut und benötigt keinerlei Einstellungen: Aktivieren, läuft. Je nach Theme bzw. die jQuery-Nutzung verwendet Crazy Lazy wahlweise das modifizierte jQuery Plugin Unveil.js oder die JavaScript-native Bibliothek lazyload.js.
Placeholders for images can be styled, i.e. like this:
img[src*='data:image/gif;base64'] { border: 1px dashed #dbdbdb; }
img.crazy_lazy { background: url(/wp-includes/images/wpspin-2x.gif) no-repeat center center; background-size: 16px 16px; }
- Back-end: ~ 0,01 MB
- Front-end: ~ 0,04 MB
- Author: Sergej Müller
- Maintainers: pluginkollektiv
- If you don’t know how to install a plugin for WordPress, here’s how.
All images that have been uploaded into your media library, including featured images.
Usually no. If Crazy Lazy doesn’t work out of the box, check your active theme’s footer.php
template file. There should be a line calling wp_footer()
in it which is required for Crazy Lazy to work properly.
Crazy Lazy will work with every caching plugin, including our own Cachify.
- fixed a bug in the regex
- translated README
- updated plugin authors
- Removed support for WordPress’ native galleries after some users had reported issues
- Support zu WordPress 4.0
- Lazy Loading für WordPress-Bildergalerien
- Weiches Einblenden der Bilder (FadeIn)
- Modifizierung der Unveil.js-Bibliothek
- Unterstützung weiterer Formate des img-Tags
- Hot Fix für fehlerhafte WordPress-Funktion
wp_script_is
- Fallback aus purem JavaScript
- Umzug to WordPress.org
- Mehr auf Google+