rocket-lazy-load icon indicating copy to clipboard operation
rocket-lazy-load copied to clipboard

Standalone LazyLoad plugin for WordPress (based on WP Rocket)

Results 30 rocket-lazy-load issues
Sort by recently updated
recently updated
newest added

- Update container and lazyload library to version 3 - Update plugin version to 3.0, minimum PHP to 7.0, minimum WP to 5.4 - Code cleanup

enhancement

Undefined variable: lazy_sources in Image.php on line 273 We need to either move `$lazy_sources = 0;` outside of `if ( preg_match_all()){}` or move `if ( 0 === $lazy_sources ){}` inside...

bug

Output source code: Browser output for users: This behaviour creates unnecessary paragraphs and if the paragraphs are formatted in CSS with padding/margin, for example, this creates unsightly empty blocks for...

Example - https://www.energyarts.com/ There's a video slider on the homepage. Press play on the 1st video, then press Pause. Navigate to another video in the slider. Press play, and you'll...

We don't minify the inline lazy-load-related scripts on the free lazy-load plugin. Doing the minification will save 1.5kb. It's not much, but it will make some users happy :) Compared...

`PHP Notice: Undefined variable: lazy_sources in /var/www/wp-content/plugins/rocket-lazy-load/src/Dependencies/RocketLazyload/Image.php on line 273`

It would be great if the options were global when the plugin is network activated. I want to use the same settings on all sites, and setting them up one-by-one...

I manage more than 30 sites and use wp-cli to automate tasks. When installing the plugin via wp-cli, I need to log in to admin to activate the options. An...

When a post is embedded by oEmbed (a URL mentioned in another post), no thumbnails are shown. It can be solved by this code in functions.php. `add_filter( 'do_rocket_lazyload', function ($r)...

Hello! `ROCKET_LL_ASSETS_URL` etc. URL-s are defined very early: thus [CDN MU/plugins](https://github.com/szepeviktor/tiny-cdn) are not able to alter the URL of e.g. `lazyload.min.js` Please use core functions (plugins_url, content_url) at the time...

bug