WPIntell

Market

bandwith

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

42 / 42 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Competitors

1 shown
Zedna WP Image Lazy Load 300 installs · 4.5
praise owner
-100.0%momentum 63.7weakness 10/15pain/praise

Pain still appears around support, bugs despite praise for quality, performance.

mixed The new update is broken: create issues and have conflicts

The new update is broken: create issues and have conflicts: users show bugs, compatibility, missing feature pain that may indicate a product gap.

Zedna WP Image Lazy Load · The new update is broken: create issues and have conflicts Hi, after the new update released now my Loading page plugin stop to work https://it.wordpress.org/plugins/loading-page/ I really need remove this broken plugin version and go back to the previous who was working.
mixed Not progressive

Not progressive: users show bugs pain that may indicate a product gap.

Zedna WP Image Lazy Load · Also there’s a broken image in the menu backend.
complaint Not working for images placed in ACF

Not working for images placed in ACF: users show bugs, compatibility, support pain that may indicate a product gap.

Zedna WP Image Lazy Load · ACF is compatible with this plugin.
complaint Possible fix for slideshow style pages

Possible fix for slideshow style pages: users show bugs, compatibility, missing feature pain that may indicate a product gap.

Zedna WP Image Lazy Load · I noticed a site using your plugin had issues with not loading images.
complaint The latest release doesn’t work

The latest release doesn’t work: users show bugs, compatibility, support pain that may indicate a product gap.

Zedna WP Image Lazy Load · Thank you for your help.
mixed Skip-lazy-load class on parent not working after update from 1.6.1 to 1.6.3.2

Skip-lazy-load class on parent not working after update from 1.6.1 to 1.6.3.2: users show bugs, compatibility, missing feature pain that may indicate a product gap.

Zedna WP Image Lazy Load · //Check if element has some class that should be skipped function myClasses(element, skipClasses) { if (skipAllParent.length > 0 && $(element).parents().hasClass(skipAllParent) ) { return false; } if (element instanceof SVGElement === false) { var myClasses = element.className.split(' '); if (myClasses.some(function (v) { return skipClasses.indexOf(v) >= 0;
mixed It breaks the admin

It breaks the admin: users show bugs, compatibility, performance pain that may indicate a product gap.

Zedna WP Image Lazy Load · debug.log is empty In wp 4.9.1, the wordpress admin breaks (This page isn’t working) when trying to activate the plugin.
mixed Problem: a loading icon is showed

Problem: a loading icon is showed: users show bugs, compatibility, missing feature pain that may indicate a product gap.

Zedna WP Image Lazy Load · Problem: a loading icon is showed Hi, the plug-in is working very well but I have an issue in some page generated with https://it.wordpress.org/plugins/content-views-query-and-display-post-page/ As you can see at the bottom of the page: – https://www.peopleinside.it/video/musicali/ – http://www.marcoborla.it/blog/ in the footer near number of pages a loading
complaint Is there a placeholder option?

Is there a placeholder option?: users show compatibility, missing feature, support pain that may indicate a product gap.

Zedna WP Image Lazy Load · Is there a placeholder option?
complaint Lazy load on background images not working

Lazy load on background images not working: users show bugs, migration pain that may indicate a product gap.

Zedna WP Image Lazy Load · With F12, I can see that the “background-image: none !important” is set, but the images is still gets loaded on the network tab.
complaint Lazy loading background images

Lazy loading background images: users show support, setup pain that may indicate a product gap.

Zedna WP Image Lazy Load · I tried and tested your plugin, I made a setup like this http://prntscr.com/ndv9le just to be sure that images are being lazy loaded and they are but gtmatrix show different.
mixed Fade in load

Fade in load: users show missing feature, support, setup pain that may indicate a product gap.

Zedna WP Image Lazy Load · I gotta say, I love your plugin!
mixed CSS Background: Gradients

CSS Background: Gradients: users show compatibility, performance, migration pain that may indicate a product gap.

Zedna WP Image Lazy Load · CSS Background: Gradients Thank you for spending the time to create this plugin.
complaint Background images won’t lazy load

Background images won’t lazy load: users show compatibility, missing feature pain that may indicate a product gap.

Zedna WP Image Lazy Load · Background images won’t lazy load I saw this mentioned in another thread but thought I would offer more information.
complaint Lazy Loading WPBakery WP elements

Lazy Loading WPBakery WP elements: users show support, setup pain that may indicate a product gap.

Zedna WP Image Lazy Load · Lazy Loading WPBakery WP elements Hi, I’ve installed the plugin in order to lazy load the landing page of https://www.dangerpress.com It doesn’t seem to be having any effect.
complaint Printer-friendly

Printer-friendly: users show support pain that may indicate a product gap.

Zedna WP Image Lazy Load · The plug-in is great, but I need to create a printing-friendly website.
complaint Lazy load css background?

Lazy load css background?: users show support pain that may indicate a product gap.

Zedna WP Image Lazy Load · Do you support Lazy load css background images?
mixed Featured Photos no Showing

Featured Photos no Showing: users show bugs, missing feature, support pain that may indicate a product gap.

Zedna WP Image Lazy Load · Featured Photos no Showing So I guess it happened after the update.
mixed multiple css excludes

multiple css excludes: users show missing feature, support pain that may indicate a product gap.

Zedna WP Image Lazy Load · I excluded one parent css and got the page and post share icons back but the login ones wont coe back at all how do i add more than one parent to skip The page I need help with: [ log in to see the link] ok this breks the icons on Super Socializer.
mixed Will it work with Woocommerce?

Will it work with Woocommerce?: users show compatibility, missing feature pain that may indicate a product gap.

Zedna WP Image Lazy Load · Will it work with Woocommerce?
mixed background-image are downloaded twice

background-image are downloaded twice: users show bugs, migration pain that may indicate a product gap.

Zedna WP Image Lazy Load · if I set the image url in the background-image-backup tag everything works fine, but I would use style = “background-image: url (…)” ad usual.
mixed It works almost well

It works almost well: users show bugs pain that may indicate a product gap.

Zedna WP Image Lazy Load · It works almost well There are places on the page where the functionality of the page is stopped.
complaint not satisfactory

not satisfactory: users show performance pain that may indicate a product gap.

Zedna WP Image Lazy Load · I need for performance; I won’t use this plugin for the lazy style.
complaint Working only when i skip some class

Working only when i skip some class: users show bugs pain that may indicate a product gap.

Zedna WP Image Lazy Load · Working only when i skip some class It´s weird now it works only if i fill the “skip” fields with some word (with class that actually does not exist).
mixed IE error with arrow function

IE error with arrow function: users show bugs, support pain that may indicate a product gap.

Zedna WP Image Lazy Load · IE error with arrow function Please, change this: if (myClasses.some(v => skipClasses.indexOf(v) >= 0)) { to this: if (myClasses.some(function (v) { return skipClasses.indexOf(v) >= 0; })) { in image_lazy_load.js .
mixed Does not work any more

Does not work any more: users show bugs pain that may indicate a product gap.

Zedna WP Image Lazy Load · Does not work any more It stopped working in my site, it only works with posts of blog, category and archive pages but not with static pages and widgets (all of them with css background images).
mixed Some Pages throw JS Error

Some Pages throw JS Error: users show bugs pain that may indicate a product gap.

Zedna WP Image Lazy Load · Some Pages throw JS Error After the last update from 3 days ago it seems that there are a few things not working anymore as expected caused by a javascript error (Not on all pages, but on some).
question Background-image

Background-image: question conversation with limited structured signal.

Zedna WP Image Lazy Load · Background-image Hello, Is there a filter so that it is only enabled in background images? Tks Hello, Is there a filter so that it is only enabled in background images? Tks Hi @marcosalexandre there is no such filter. But you can use custom css class to skip images and other elements. Hi @marcosalexandre there is no such filter. But you can use custom css cl
mixed plugin not working

plugin not working: users show bugs pain that may indicate a product gap.

Zedna WP Image Lazy Load · plugin not working It stopped working in my site, it only works with posts of blog, category and archive pages but not with static pages and widgets (all of them with css background images).
praise Perfect, thank you!

Perfect, thank you!: users show missing feature, support, migration pain that may indicate a product gap.

Zedna WP Image Lazy Load · Perfect, thank you!
praise Works Great with Woocommerce too

Works Great with Woocommerce too: users show compatibility, missing feature, support pain that may indicate a product gap.

Zedna WP Image Lazy Load · Works Great with Woocommerce too One of few plugins that support woocommerce shops!
praise it really helps

it really helps: users show support pain that may indicate a product gap.

Zedna WP Image Lazy Load · it really helps it helped my website to load 60% faster it helped my website to load 60% faster
praise Well done Zedna!!

Well done Zedna!!: users show performance pain that may indicate a product gap.

Zedna WP Image Lazy Load · This plugin is excellent.
praise This one is the real duel.

This one is the real duel.: users show performance pain that may indicate a product gap.

Zedna WP Image Lazy Load · This one really boost the website speed.
praise A Lazy Load Plugin that actually improves Page Speed

A Lazy Load Plugin that actually improves Page Speed: users show performance pain that may indicate a product gap.

Zedna WP Image Lazy Load · A Lazy Load Plugin that actually improves Page Speed My site moved from 2.6 seconds to 1.7 Seconds.
praise Perfect

Perfect: users praise quality, which suggests what competitors already do well.

Zedna WP Image Lazy Load · Perfect its perfect, it worked for me.
praise Good plugin

Good plugin: praise conversation with limited structured signal.

Zedna WP Image Lazy Load · Good plugin Plugin reduced page size over 70% and minimized requests over 30% in GTmetrix test. Plugin reduced page size over 70% and minimized requests over 30% in GTmetrix test.
praise This one just works!

This one just works!: users praise reliable, performance, which suggests what competitors already do well.

Zedna WP Image Lazy Load · This one just works!
praise Best lazy load plugin for visual composer

Best lazy load plugin for visual composer: users praise reliable, quality, which suggests what competitors already do well.

Zedna WP Image Lazy Load · Best lazy load plugin for visual composer Thanks, I try a coupple of plugins and it it,s the best for me, works fine with visual composer.
praise Job done

Job done: praise conversation with limited structured signal.

Zedna WP Image Lazy Load · Job done It does his job. More is not needed… It does his job. More is not needed…