Title: Lazy Load
Author: Automattic
Published: <strong>24 Νοεμβρίου  2011</strong>
Last modified: 22 Νοεμβρίου  2018

---

Αναζήτηση πρόσθετων

Αυτό το πρόσθετο **δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress**.
Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας
με τις πιο πρόσφατες εκδόσεις του WordPress.

![](https://s.w.org/plugins/geopattern-icon/lazy-load.svg)

# Lazy Load

 Από [Automattic](https://profiles.wordpress.org/automattic/)

[Λήψη](https://downloads.wordpress.org/plugin/lazy-load.0.6.1.zip)

 * [Λεπτομέρειες](https://el.wordpress.org/plugins/lazy-load/#description)
 * [Κριτικές](https://el.wordpress.org/plugins/lazy-load/#reviews)
 *  [Εγκατάσταση](https://el.wordpress.org/plugins/lazy-load/#installation)
 * [Ανάπτυξη](https://el.wordpress.org/plugins/lazy-load/#developers)

 [Υποστήριξη](https://wordpress.org/support/plugin/lazy-load/)

## Περιγραφή

Lazy load images to improve page load times. Uses jQuery.sonar to only load an image
when it’s visible in the viewport.

This plugin is an amalgamation of code written by the WordPress.com VIP team at 
Automattic, the TechCrunch 2011 Redesign team, and Jake Goldman (10up LLC).

Uses [jQuery.sonar](http://www.artzstudio.com/files/jquery-boston-2010/jquery.sonar/)
by Dave Artz (AOL).

## Εγκατάσταση

 1. Upload the plugin to your plugins directory
 2. Ενεργοποιήστε το πρόσθετο μέσω του μενού “Πρόσθετα” στο WordPress
 3. Enjoy!

## Συχνές Ερωτήσεις

### How do I change the placeholder image

add_filter( ‘lazyload_images_placeholder_image’, ‘my_custom_lazyload_placeholder_image’);

function my_custom_lazyload_placeholder_image( $image ) { return ‘http://url/to/
image’; }

### How do I lazy load other images in my theme?

You can use the lazyload_images_add_placeholders helper function:

    ```
    if ( function_exists( 'lazyload_images_add_placeholders' ) )
        $content = lazyload_images_add_placeholders( $content );
    ```

Or, you can add an attribute called “data-lazy-src” with the source of the image
URL and set the actual image URL to a transparent 1×1 pixel.

You can also use output buffering, though this isn’t recommended:

    ```
    if ( function_exists( 'lazyload_images_add_placeholders' ) )
        ob_start( 'lazyload_images_add_placeholders' );
    ```

This will lazy load _all_ your images.

## Κριτικές

![](https://secure.gravatar.com/avatar/a4c002070c788f0406c427457533e2b3b756713b57293bf07b64ace13a908b0d?
s=60&d=retro&r=g)

### 󠀁[Remove it ASAP](https://wordpress.org/support/topic/remove-it-asap/)󠁿

 [radioparanormalium](https://profiles.wordpress.org/radioparanormalium/) 29 Απριλίου
2023

Having this plugin installed on my WordPress pages for some time resulted in having
them all malware-infected which happened literally yesterday. The plugin had its
name changed to some ‘WordPress CMS module’ and its directory name was changed as
well.

![](https://secure.gravatar.com/avatar/1b1a1d4cf59025a5f7d0d430b38acc4b8f118acc7334c6b2c6fd802a9d61ef0b?
s=60&d=retro&r=g)

### 󠀁[Conflict with Jupiter theme](https://wordpress.org/support/topic/conflict-with-jupiter-theme/)󠁿

 [gunterqb](https://profiles.wordpress.org/gunterqb/) 18 Νοεμβρίου 2019

It produces random grayed out pictures within Jupiter theme image galleries. The
galleries work like charm after disabling this bundled plugin.

![](https://secure.gravatar.com/avatar/8e2eed85aec3b0ea553f4459ff9fd7c7b2e49a028d1e1e6a4f2b788f2980d2d2?
s=60&d=retro&r=g)

### 󠀁[Did not work](https://wordpress.org/support/topic/did-not-work-120/)󠁿

 [Tom](https://profiles.wordpress.org/thommen/) 26 Ιουλίου 2019

For me, this plug does not work

![](https://secure.gravatar.com/avatar/d298e129237d066fb8ed7594af17b4a76e6faef51aeac3ed6029a398cb3580f5?
s=60&d=retro&r=g)

### 󠀁[Can’t tell if it’s working](https://wordpress.org/support/topic/cant-tell-if-its-working/)󠁿

 [highprrrr](https://profiles.wordpress.org/highprrrr/) 20 Μαρτίου 2019

I hate plugins that don’t have any sort of settings or anything. I can’t tell if
it’s actually doing anything. How can I check?

![](https://secure.gravatar.com/avatar/65e3701f907d849edb200260a02228f16e4a0f7be82df995ffb8dd88c03bc79c?
s=60&d=retro&r=g)

### 󠀁[Lazy loads some, not all](https://wordpress.org/support/topic/lazy-loads-some-not-all/)󠁿

 [Naoise Golden Santos](https://profiles.wordpress.org/ngolden/) 10 Φεβρουαρίου 
2019

Seems to work for some images but not for all, with no real explanation about why.
There are no configuration options so I couldn’t find a way to fine-tune it.

![](https://secure.gravatar.com/avatar/376aaca19875624806818805fe413c3a4e51e7719ea0c729ca0474ba5b9b3a59?
s=60&d=retro&r=g)

### 󠀁[messed up website](https://wordpress.org/support/topic/messed-up-website-3/)󠁿

 [arjanvr](https://profiles.wordpress.org/arjanvr/) 1 Νοεμβρίου 2018

The idea might be good but its messing up the entire websites, mostly on different
sliders.

 [ Ανάγνωση όλων των 53 κριτικών ](https://wordpress.org/support/plugin/lazy-load/reviews/)

## Συνεισφέροντες & Προγραμματιστές

“Lazy Load” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία
του.

Συντελεστές

 *   [ Automattic ](https://profiles.wordpress.org/automattic/)
 *   [ Mohammad Jangda ](https://profiles.wordpress.org/batmoo/)
 *   [ Jake Goldman ](https://profiles.wordpress.org/jakemgold/)
 *   [ 10up ](https://profiles.wordpress.org/10up/)

Το “Lazy Load” έχει μεταφραστεί σε 8 γλώσσες. Ευχαριστούμε τους [μεταφραστές](https://translate.wordpress.org/projects/wp-plugins/lazy-load/contributors)
για τις συνεισφορές τους.

[Μεταφράστε το “Lazy Load” στην γλώσσα σας.](https://translate.wordpress.org/projects/wp-plugins/lazy-load)

### Ενδιαφέρεστε για την ανάπτυξη;

[Περιηγηθείτε στον κώδικα](https://plugins.trac.wordpress.org/browser/lazy-load/),
ανατρέξτε στο [αποθετήριο SVN](https://plugins.svn.wordpress.org/lazy-load/) ή εγγραφείτε
στο [αρχείο καταγραφής αλλαγών ανάπτυξης](https://plugins.trac.wordpress.org/log/lazy-load/)
μέσω [RSS](https://plugins.trac.wordpress.org/log/lazy-load/?limit=100&mode=stop_on_copy&format=rss).

## Σύνοψη αλλαγών

#### 0.6.1

 * Security: XSS fix (reported by [Jouko Pynnöne](https://klikki.fi/)

#### 0.6

 * Filter to control when lazy loading is enabled

#### 0.5

 * Fix lazyload_images_add_placeholders by adding missing return, props Kevin Smith
 * Lazy load avatars, props i8ramin
 * Don’t lazy load images in the Dashboard
 * Better compatibility with Jetpack Carousel

#### 0.4

 * New helper function to lazy load non-post content
 * Prevent circular lazy-loading

#### 0.3

 * Make LazyLoad a static class so that it’s easier to change its hooks
 * Hook in at a higher priority for content filters

#### 0.2

 * Adds noscript tags to allow the image to show up in no-js contexts (including
   crawlers), props smub
 * Lazy Load post thumbnails, props ivancamilov

#### 0.1

 * Initial working version

## Μεταστοιχεία

 *  Version **0.6.1**
 *  Τελευταία ενημέρωση: **πριν από 8 έτη**
 *  Ενεργές εγκαταστάσεις: **10,000+**
 *  Έκδοση WordPress: ** 3.2 ή νεότερη **
 *  Δοκιμασμένο μέχρι: **5.0.25**
 *  Γλώσσα:
 * [Chinese (Taiwan)](https://tw.wordpress.org/plugins/lazy-load/), [Dutch](https://nl.wordpress.org/plugins/lazy-load/),
   [English (US)](https://wordpress.org/plugins/lazy-load/), [French (France)](https://fr.wordpress.org/plugins/lazy-load/),
   [Russian](https://ru.wordpress.org/plugins/lazy-load/), [Spanish (Chile)](https://cl.wordpress.org/plugins/lazy-load/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/lazy-load/), [Spanish (Venezuela)](https://ve.wordpress.org/plugins/lazy-load/)
   και [Ukrainian](https://uk.wordpress.org/plugins/lazy-load/).
 *  [Μεταφράστε στην γλώσσα σας](https://translate.wordpress.org/projects/wp-plugins/lazy-load)
 * Ετικέτες:
 * [front-end optimization](https://el.wordpress.org/plugins/tags/front-end-optimization/)
   [images](https://el.wordpress.org/plugins/tags/images/)[lazy load](https://el.wordpress.org/plugins/tags/lazy-load/)
 *  [Σύνθετη Προβολή](https://el.wordpress.org/plugins/lazy-load/advanced/)

## Αξιολογήσεις

 4 out of 5 stars.

 *  [  35 5-star reviews     ](https://wordpress.org/support/plugin/lazy-load/reviews/?filter=5)
 *  [  3 4-star reviews     ](https://wordpress.org/support/plugin/lazy-load/reviews/?filter=4)
 *  [  2 3-star reviews     ](https://wordpress.org/support/plugin/lazy-load/reviews/?filter=3)
 *  [  4 2-star reviews     ](https://wordpress.org/support/plugin/lazy-load/reviews/?filter=2)
 *  [  9 1-star reviews     ](https://wordpress.org/support/plugin/lazy-load/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/lazy-load/reviews/#new-post)

[Δείτε όλες τις κριτικές](https://wordpress.org/support/plugin/lazy-load/reviews/)

## Συντελεστές

 *   [ Automattic ](https://profiles.wordpress.org/automattic/)
 *   [ Mohammad Jangda ](https://profiles.wordpress.org/batmoo/)
 *   [ Jake Goldman ](https://profiles.wordpress.org/jakemgold/)
 *   [ 10up ](https://profiles.wordpress.org/10up/)

## Υποστήριξη

Έχετε κάτι να πείτε; Χρειάζεστε βοήθεια;

 [Φόρουμ υποστήριξης](https://wordpress.org/support/plugin/lazy-load/)