Title: Picafto &#8211; One-click Lazy load images (ACF compatible)
Author: melmacaluso
Published: <strong>June 16, 2019</strong>
Last modified: June 20, 2019

---

Search plugins

![](https://ps.w.org/picafto/assets/banner-772x250.png?rev=2107075)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/picafto/assets/icon-256x256.png?rev=2107075)

# Picafto – One-click Lazy load images (ACF compatible)

 By [melmacaluso](https://profiles.wordpress.org/melmacaluso/)

[Download](https://downloads.wordpress.org/plugin/picafto.1.1.zip)

 * [Details](https://wordpress.org/plugins/picafto/#description)
 * [Reviews](https://wordpress.org/plugins/picafto/#reviews)
 *  [Installation](https://wordpress.org/plugins/picafto/#installation)
 * [Development](https://wordpress.org/plugins/picafto/#developers)

 [Support](https://wordpress.org/support/plugin/picafto/)

## Description

Instantly, automatically and painlessly make your website faster by reducing image
payload and lazy loading them.

### What

Picafto makes your website faster by loading images after the rest of the content
has been loaded. For the user it won’t make a noticeable difference but for Search
engines (Google, bing, yahoo etc.), it will.

In resume Picafto offers you:
 -Automatic image load optimisation for vanilla WordPress
editor. (whenever you upload an image in your page/post picafto will take care of
it and automatically enqueue the loading when is appropiate to improve your page
speed performance) -Same as above but for ACF fields (ACF being the main tool used
by WordPress theme developers when it comes to building your website, meaning that
if you had a website built by a dev this applies to you) -In addition you can add
your own Picafto lazy loaded images with the sintax down below.

### Why

One of the main ranking factors, is page speed. Meaning: if your website is slow
you won’t rank as you would if it was lightin fast.

If they told you that there’s a something that makes your website twice as fast (
if images are being used, that’s the main premise of the plugin) for free, in one
click, instantly…would you use it?

### Developer Friendly & ACF compatibile

Picafto does all the groundwork for you when it comes to lazy loading your images
in both the vanilla editor and the ACF WYSIWYG editor but say you want some images
to be lazy loaded the Picafto way? Well said? Done! Just swap the `src` with `data-
picafto-load` in your images and Picafto is going to take care of the rest:

Before:
 `<img src="https//google.com/image.png" alt="image" />`

After:
 `<img data-picafto-load="https//google.com/image.png" alt="image" />`

If needed you can opt-out of the lazy loading by simply placing `data-picafto-off`
as follows:

## Screenshots

 * [[
 * Instant performance increase tested with Google’s pagespeed insights.
 * [[
 * Instant performance increase tested with GTMetrix.
 * [[
 * Instant performance increase tested with Pingdom.

## Installation

 1. Upload the plugin files to the `/wp-content/plugins/picafto` directory, or install
    the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress

## FAQ

  How faster is my website going to be?

It depends on how image-heavy that specific page is. As you can see from the screenshots
the increase is substantial when the page is image-heavy on either size-wise or 
number-wise, as in big images or many images (or incrementally if both).

  What about search engines not being able to see the image before the page is loaded?

Guess what? They don’t “see” it and what really makes the difference is the alt 
attribute which will stay the same and untouched. Not to mention that if that claim
was remotely true, the page speed increase outweights by far the former thesis.

## Reviews

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

### 󠀁[Great plugin to improve website speed](https://wordpress.org/support/topic/great-plugin-to-improve-your-user-experience-2/)󠁿

 [Amit bhalani](https://profiles.wordpress.org/amit648/) June 25, 2019 1 reply

Hello, @melmacaluso Amazing Work, Sir and Great plugin to improve website speed.
Can you develop lazy load for iframe or background-image for custom style. thanks

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

### 󠀁[does it’s job](https://wordpress.org/support/topic/does-its-job-69/)󠁿

 [exades](https://profiles.wordpress.org/exades/) June 17, 2019

I tried it on my small blog, crosschecked the results in speed insights (from google)
and it seems to do the job as decribed. Thanks.

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

### 󠀁[Review plug](https://wordpress.org/support/topic/review-plug/)󠁿

 [ashjadar91](https://profiles.wordpress.org/ashjadar91/) June 16, 2019

Is a good plug. Good Work.

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

### 󠀁[increase of at least 30% in terms of page load](https://wordpress.org/support/topic/increase-of-at-least-30-in-terms-of-page-load/)󠁿

 [sanchiel](https://profiles.wordpress.org/sanchiel/) June 16, 2019

Beta tested the release on our network and the claim was true (kind of), we achieved
a rough increase of at least 30% in terms of page load with a single click installation.

 [ Read all 4 reviews ](https://wordpress.org/support/plugin/picafto/reviews/)

## Contributors & Developers

“Picafto – One-click Lazy load images (ACF compatible)” is open source software.
The following people have contributed to this plugin.

Contributors

 *   [ melmacaluso ](https://profiles.wordpress.org/melmacaluso/)

[Translate “Picafto – One-click Lazy load images (ACF compatible)” into your language.](https://translate.wordpress.org/projects/wp-plugins/picafto)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/picafto/), check out
the [SVN repository](https://plugins.svn.wordpress.org/picafto/), or subscribe to
the [development log](https://plugins.trac.wordpress.org/log/picafto/) by [RSS](https://plugins.trac.wordpress.org/log/picafto/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0

 * Initial Release.

#### 1.1

 * Switched behaviour to “scroll” to fetch lazy loaded images instead of on ‘load’
   event as google is not consistent in reports.
 * Widened the regex to catch also unclosed `<img>` tags.
 * Added `data-picafto-off` as an option to optout to lazy loading.

## Meta

 *  Version **1.1**
 *  Last updated **7 years ago**
 *  Active installations **10+**
 *  WordPress version ** 3.9 or higher **
 *  Tested up to **5.2.24**
 *  PHP version ** 5.2.4 or higher **
 * Tags
 * [lazy load](https://wordpress.org/plugins/tags/lazy-load/)[lazy load images](https://wordpress.org/plugins/tags/lazy-load-images/)
   [Optimize](https://wordpress.org/plugins/tags/optimize/)[Page Speed](https://wordpress.org/plugins/tags/page-speed/)
   [performance](https://wordpress.org/plugins/tags/performance/)
 *  [Advanced View](https://wordpress.org/plugins/picafto/advanced/)

## Ratings

 5 out of 5 stars.

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

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

[See all reviews](https://wordpress.org/support/plugin/picafto/reviews/)

## Contributors

 *   [ melmacaluso ](https://profiles.wordpress.org/melmacaluso/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/picafto/)