a3 Lazy Load

Description

a3 Lazy Load is a Mobile Oriented, very simple to use plugin that will speed up sites page load speed. The more content heavy your site the better the plugin will perform and the more you will see the improvements in performance. See this demo of a page with 1,000 images (yes 1,000 images) to load.

a3 Lazy Load is inspired by and powered by the ressio Lazy-Load-xt JavaScript.

100% COMPATABLE WITH WORDPRESS 6.0

WordPress 5.5 introduced lazy loading for all images uploaded to a sites media library and 5.7 introduces Core lazy load for iframes and 5.9 contained performance enhancements. a3 Lazy Load Image options work side-by-side with these, but then enhances it by lazy loading all the images loaded from outside of the media library, or on older browsers that do not support the new WP attribute and any iframes or videos that are not lazy loaded by WordPress.

DISABLE WORDPRESS LAZY LOAD

The plugin includes an option to completely disable WordPress Core Lazy Load if that is what you want to do.

IMAGE LAZY LOAD

For more flexibility when ON you can choose to ON | OFF lazy load all images that are not loaded from the WordPress media Library in:

  • Post, Pages and Custom Post Types (All Content areas)
  • Widgets (Sidebar, header and footer)
  • Apply to post thumbnails
  • Apply to gravatars

HORIZONTAL SCROLL

Supports lazy loading of images in containers that use horizontal scroll. The admin Images options has a section where you enter the classname or ID of the container that uses horizontal scroll.

VIDEO LAZY LOAD

From the a3 lazy Load admin panel turn Video Support ON | OFF. When ON you can choose to ON | OFF lazy load for videos in

  • Video embeded by URL in Post and Pages (All Content areas)
  • Video in Widget types, Text Widget and HTML Widgets.

iFRAME LAZY LOAD

a3 Lazy Load has built in support for content that is added by iframe from any source in content and widgets and will lazy load any iframe that WordPress core does not load. Examples

  • WordPress embedded media
  • Facebook Like boxes with profiles, Like buttons, Recommend
  • Google+ Profile
  • Google Maps

POST EMBED

  • Fully compatible with WordPress embed post on any site feature introduced in version WP version 4.4
  • Makes embed post load much faster

WORDPRESS AMP

  • Built in auto support for WordPress AMP plugin
  • Built in support for Better AMP plugin
  • There are no setting options for exclude /amp – Lazy Load is just never applied to the /amp endpoint
  • When the url is loaded in browser without /amp Lazy Load is applied

JETPACK SITE ACCELERATOR (Photon)

This is an option that you turn on as the Jetpack Accelerator (Photon CDN images) has its own lazy load feature that needs to be OFF first to be able use a3 Lazy Load as your lazy Load engine. Some users prefer to use a3 Lazy Load as it applies Lazy Load to videos and iframes as well as images.

WebP IMAGES

a3 Lazy Load has built in automatic support for WebP images. There are no settings for this as a3 Lazy Load will automatically detect if an image has a WebP version and lazy load the WebP version. If no WebP image exists, the appropriate jpg or png version will be lazy loaded. Also fully support browser detection of WebP.

LAZY LOAD EFFECTS

a3 Lazy Load gives you the option to lazy load images with a FADE IN or SPINNER effect

  • FADEIN see demo
  • SPINNER see demo
  • Option to create a custom Lazy Load pre-load background colour

PERFORMANCE TWEAKS

a3 Lazy Load gives you the option to load its script from your sites HEAD or from the FOOT.

  • Note that your theme must have the wp_footer() function if you select FOOTER load.
  • Note the plugin CSS is always loaded from the HEAD.

EXCLUDE IMAGES & VIDEO

a3 Lazy Load allows you to easily exclude any image or video by class name from having the Lazy Load effect applied. See FAQ’s

JAVASCIPT DISABLED FALLBACK

a3 Lazy Load has built in Noscript fallback if user has JavaScript turned off in their browser. Developers who use underscore.js in their applications can use the Noscript parameter to exclude their plugins content from Lazy Load.

THEME & PLUGIN COMPATIBILITY

a3 Lazy Load works with any WordPress theme that follows the WordPress Theme Codex. However, many Theme & Plugin developers will use a custom written function to add objects, example the theme has a home page with layout created by a custom function they have written. a3 Lazy Load cannot know what these functions are and so cannot apply to the objects loaded by that custom function.

If your images or objects not being Lazy Loaded in a certain section of your site, but are Lazy Loaded everywhere else you will know this is the cause. Please if this happens raise a support ticket with the developer, explaining that they just need to add a simple tag to their custom functions so that a3 Lazy Load apply to their custom function and be fully compatible. Here is a list of a3 lazy Load filter tags to include in your ticket to make it easy for the developer.

Don’t forget when a developer does add full compatibility with a3 Lazy Load please let us know via a support ticket on this forum and we will add them to the list below.

These are just some of the more popular plugins that are either tested 100% compatible with a3 Lazy Load or tags has been added for 100% compatibility.

  • Plugin – Advanced Custom Fields (Free and Premium)
  • Plugin – WooCommerce
  • Plugin – JetPack
  • Plugin – Elementor (Free and Pro)
  • Plugin – WP Offload
  • Plugin – WP Super Cache, W3 Total Cache, Autoptimize
  • Plugin – Youtube Embed
  • Plugin – WordPress AMP
  • Plugin – WPTouch. Note – Set to not apply on Mobiles if WPTouch is installed
  • Plugin – MobilePress – Set to not apply on Mobiles if MobilePress is installed
  • WebP Plugins – Smush, EWWW Image Optimizer, Imagify, WebP Express
  • Plugins – Will not conflict with any plugin that has lazy load built in
  • CDN’s – JetPack Accelerator, Cloudfront, Cloudflare and all other known CDN architecture.

MORE FEATURES

  • Full support of jQueryMobile framework
  • WordPress Multi site ready.
  • Backend support for RTL display.
  • Translation ready

JOIN THE a3 LAZY LOAD COMMUNITY

When you download a3 lazy Load, you join our community. Regardless of if you are a WordPress newbie or experienced developer if you are interested in contributing to a3 Lazy Load development head over to the a3 Lazy Load GitHub Repository to find out how you can contribute.
Want to add a new language to a3 Lazy Load? Great! You can contribute via translate.www.remarpro.com

USAGE

  1. Install and activate the plugin
  2. Open WordPress Settings menu
  3. Click on a3 Lazy Load menu
  4. Turn ON Lazy Load and all preferred settings
  5. Save Changes and enjoy the improved performance Lazy Load will give your site

Screenshots

  • a3 lazy Load Dashboard
  • a3 lazy Load Image Setting Options
  • a3 lazy Load Video and iframe settings

Installation

Minimum Requirements

  • PHP version 7.4 or greater is recommended
  • MySQL version 5.6 or greater is recommended

FAQ

How do I exclude individual objects from Lazy Load?

Images, Videos / iframes can be excluded from Lazy Load by existing classnames or if none exist exclusions can be done manually via exclusion skip-lazy classname or data-skip-lazy attribute. Examples
Exclude by classname <img class="skip-lazy"> , <video class="skip-lazy">
Exclude by attribute <img data-skip-lazy> , <video data-skip-lazy>

Why are some images, videos, objects not Lazy Loaded?

a3 Lazy Load can only be applied to objects that are added using core WordPress functions. If your theme or a plugin developer adds objects such as images or videos via a custom written function, a3 lazy Load cannot know what that custom function is and hence cannot Lazy Load the object.

So if you see object not being lazy loaded please check first if those objects are loaded by the theme or a plugin. If they are, you can be confident that they are loaded by a custom function.

If this is the case, please help yourself and other a3 lazy Load users by raising a support ticket with the developer and ask them to add an a3 Lazy Load filter tag to their function to allow a3 Lazy Load to find it and apply to the object.

Below is a list of available a3 Lazy Load filters to use and pass onto the developer.

Filter tags to apply lazy load

Apply lazy load for images in content.
a3_lazy_load_images
Example:
apply_filters( ‘a3_lazy_load_images’, $your_content, null );

Apply lazy load for videos and iframe from content.
a3_lazy_load_videos
Example:
apply_filters( ‘a3_lazy_load_videos’, $your_content, null );

Apply lazy load for all images, videos and iframe from content
a3_lazy_load_html
Example:
apply_filters( ‘a3_lazy_load_html’, $your_content, null );

Filter Tags to Exclude by Theme Class name

Filter tags to add to class name of theme to exclude lazy load on images or videos.
a3_lazy_load_skip_images_classes
a3_lazy_load_skip_videos_classes

Reviews

September 21, 2024
Brought my Lightspeed performance score from a 75 to a 99 with a Vimeo video embed. Thanks!!
June 18, 2024 1 reply
I tried a large number of plugins, inserted the code manually – Your plugin just helped me out! I installed it and everything works as I wanted! Thank you very much for such a functional solution!
December 9, 2022
Thank you for the amazing plugin. It helps my website load much faster, both mobile and desktop. It’s simple to use, no need to do anything to config. Just install the plugin and all the default settings will do the job
Read all 143 reviews

Contributors & Developers

“a3 Lazy Load” is open source software. The following people have contributed to this plugin.

Contributors

“a3 Lazy Load” has been translated into 6 locales. Thank you to the translators for their contributions.

Translate “a3 Lazy Load” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

2.7.3 – 2024/07/15

  • This release has various tweaks for compatibility with WordPress 6.6
  • Tweak – Tested for compatibility with WordPress 6.6

2.7.2 – 2024/02/06

  • This release has a fix for conflict with WordPress expand on click feature in the image block.
  • Fix – Update lazy load work compatibility with Expand on Click feature from core image block

2.7.1 – 2023/11/23

  • This maintenance release has plugin framework updates for compatibility with PHP 8.1 onwards, plus compatibility with WordPress 6.4.1
  • Tweak – Test for compatibility with WordPress 6.4.1
  • Framework – Set parameter number of preg_match function from null to 0 for compatibility with PHP 8.1 onwards
  • Framework – Validate empty before call trim for option value

2.7.0 – 2023/01/03

  • This feature release removes the fontawesome lib and replaces icons with SVGs plus adds Default Topography option to font controls.
  • Feature – Convert icon from font awesome to SVG
  • Feature – Update styling for new SVG icons
  • Plugin Framework – Update typography control from plugin framework to add support for Default value
  • Plugin Framework – Default value will get fonts set in the theme.
  • Plugin Framework – Change generate typography style for change on typography control
  • Plugin Framework – Remove fontawesome lib

2.6.1 – 2022/10/04

  • This maintenance release has a security vulnerability patch, please run this update.
  • Security – This release has a patch for a security vulnerability identified by Wordfence scan

2.6.0 – 2022/07/20

  • This release adds the option to switch OFF WordPress Core Lazy Load.
  • Feature – Add Option to completely disable WordPress Core Lazy Load.
  • Tweak – Add the new option switch to the Lazy Load Activation option box.
  • Tweak – Updated the plugins description to include the new option to disable WordPress Core Lazy Load.

2.5.1 – 2022/06/07

  • This maintenance release fixes a critical error when updating the plugin settings
  • Fix – Add missed $ to _POST constant from textarea control type

2.5.0 – 2022/05/24

  • This release is for compatibility with WordPress major version 6.0 plus includes various tweaks to harden the plugins security.
  • Tweak – Test for compatibility with WordPress 6.0
  • Framework – Upgrade Plugin Framework to version 2.6.0
  • Security – Various code hardening tweaks.
  • Security – Escape all $-variable
  • Security – Sanitize all $_REQUEST, $_GET, $_POST
  • Security – Apply wp_unslash before sanitize

2.4.9 – 2022/01/21

  • This is a maintenance release for compatibility with WordPress major version 5.9
  • Tweak – Test for compatibility with WordPress 5.9
  • Framework – Update a3rev Plugin Framework to version 2.5.0

2.4.8 – 2021/11/20

  • This maintenance release has check for compatibility with PHP 8.x
  • Tweak – Test for compatibility with PHP 8.x

2.4.7 – 2021/07/19

  • This maintenance release has code tweaks for WordPress 5.8 compatibility plus Security hardening.
  • Tweak – Test for lazy load work correctly with new WebP extension that WordPress 5.8 support
  • Tweak – Test for compatibility with WordPress 5.8
  • Security – Add more variable, options and html escaping
  • Security – Get variable via name instead of use extract

2.4.6 – 2021/06/08

  • This maintenance release has code tweaks to resolve conflicts with third party plugs that use data-src and data-poster attributes, plus compatibility with WordPress 5.7.2
  • Tweak – Check if data-src attribute exists on image tags, if so, then lazy load placeholder image for src attribute
  • Tweak – Check if data-poster attribute exists on video tags, if so, then lazy load placeholder image for poster attribute
  • Tweak – Test for compatibility with WordPress 5.7.2

2.4.5 – 2021/03/17

  • This maintenance release updates 23 deprecated jQuery functions for compatibility with the latest version of jQuery in WordPress 5.7
  • Tweak – Update JavaScript on plugin framework for compatibility with latest version of jQuery and resolve PHP warning event shorthand is deprecated.
  • Tweak – Replace deprecated .change( handler ) with .on( ‘change’, handler )
  • Tweak – Replace deprecated .change() with .trigger(‘change’)
  • Tweak – Replace deprecated .focus( handler ) with .on( ‘focus’, handler )
  • Tweak – Replace deprecated .focus() with .trigger(‘focus’)
  • Tweak – Replace deprecated .click( handler ) with .on( ‘click’, handler )
  • Tweak – Replace deprecated .click() with .trigger(‘click’)
  • Tweak – Replace deprecated .select( handler ) with .on( ‘select’, handler )
  • Tweak – Replace deprecated .select() with .trigger(‘select’)
  • Tweak – Replace deprecated .blur( handler ) with .on( ‘blur’, handler )
  • Tweak – Replace deprecated .blur() with .trigger(‘blur’)
  • Tweak – Replace deprecated .resize( handler ) with .on( ‘resize’, handler )
  • Tweak – Replace deprecated .submit( handler ) with .on( ‘submit’, handler )
  • Tweak – Replace deprecated .scroll( handler ) with .on( ‘scroll’, handler )
  • Tweak – Replace deprecated .mousedown( handler ) with .on( ‘mousedown’, handler )
  • Tweak – Replace deprecated .mouseover( handler ) with .on( ‘mouseover’, handler )
  • Tweak – Replace deprecated .mouseout( handler ) with .on( ‘mouseout’, handler )
  • Tweak – Replace deprecated .keydown( handler ) with .on( ‘keydown’, handler )
  • Tweak – Replace deprecated .attr(‘disabled’, ‘disabled’) with .prop(‘disabled’, true)
  • Tweak – Replace deprecated .removeAttr(‘disabled’) with .prop(‘disabled’, false)
  • Tweak – Replace deprecated .attr(‘selected’, ‘selected’) with .prop(‘selected’, true)
  • Tweak – Replace deprecated .removeAttr(‘selected’) with .prop(‘selected’, false)
  • Tweak – Replace deprecated .attr(‘checked’, ‘checked’) with .prop(‘checked’, true)
  • Tweak – Replace deprecated .removeAttr(‘checked’) with .prop(‘checked’, false)

2.4.4 – 2021/03/09

  • This maintenance release is for compatibility with WordPress 5.7
  • Tweak – Test for compatibility with WordPress 5.7
  • Tweak – Tweak for compatibility with WordPress 5.7 iframes lazy load feature
  • Tweak – Update the plugins description

2.4.3 – 2020/12/30

  • This is an important maintenance release that updates our scripts for compatibility with the latest version of jQuery released in WordPress 5.6
  • Tweak – Update JavaScript on plugin framework for work compatibility with latest version of jQuery
  • Fix – Replace .bind( event, handler ) by .on( event, handler ) for compatibility with latest version of jQuery
  • Fix – Replace :eq() Selector by .eq() for compatibility with latest version of jQuery
  • Fix – Replace .error() by .on( “error” ) for compatibility with latest version of jQuery
  • Fix – Replace :first Selector by .first() for compatibility with latest version of jQuery
  • Fix – Replace :gt(0) Selector by .slice(1) for compatibility with latest version of jQuery
  • Fix – Remove jQuery.browser for compatibility with latest version of jQuery
  • Fix – Replace jQuery.isArray() by Array.isArray() for compatibility with latest version of jQuery
  • Fix – Replace jQuery.isFunction(x) by typeof x === “function” for compatibility with latest version of jQuery
  • Fix – Replace jQuery.isNumeric(x) by typeof x === “number” for compatibility with latest version of jQuery
  • Fix – Replace jQuery.now() by Date.now() for compatibility with latest version of jQuery
  • Fix – Replace jQuery.parseJSON() by JSON.parse() for compatibility with latest version of jQuery
  • Fix – Remove jQuery.support for compatibility with latest version of jQuery
  • Fix – Replace jQuery.trim(x) by x.trim() for compatibility with latest version of jQuery
  • Fix – Replace jQuery.type(x) by typeof x for compatibility with latest version of jQuery
  • Fix – Replace .load( handler ) by .on( “load”, handler ) for compatibility with latest version of jQuery
  • Fix – Replace .size() by .length for compatibility with latest version of jQuery
  • Fix – Replace .unbind( event ) by .off( event ) for compatibility with latest version of jQuery
  • Fix – Replace .unload( handler ) by .on( “unload”, handler ) for compatibility with latest version of jQuery

2.4.2 – 2020/12/08

  • This maintenance release has tweaks and bug fixes for compatibility with WordPress major version 5.6, PHP 7.4.8 and WooCommerce 4.7.1
  • Tweak – Test and Tweak for compatibility with PHP 7.4.8
  • Tweak – Test for compatibility with WordPress 5.6
  • Tweak – Test for compatibility with WooCommerce 4.7.1
  • Fix – Attached ajaxComplete to document instead of window
  • Fix – Replace old isFunction by typeof check function

2.4.1 – 2020/08/17

  • This maintenance release resolves a conflict with jQuery helper plugin and WordPress 5.5
  • Fix – Update plugin framework script, remove jQuery.browser is deprecated to resolve conflict with jQuery Migrate Helper plugin

2.4.0 – 2020/08/08

  • This feature release has full compatibility with WP 5.5 core image lazy loading. Just Update and a3 Lazy Load will work side-by-side with the WP core image lazy load. No settings to update and a3 lazy load will enhance it by lazy loading images the new core feature misses and on older browsers that do not support the new feature.
  • Feature – Full compatibility with WordPress 5.5 core image lazy load feature
  • Tweak – Test for compatibility with WordPress 5.5
  • Tweak – Test for compatibility with WooCommerce 4.3.1
  • Tweak – Update plugins description with notes about WP 5.5 compatibility
  • Tweak – Update plugins Image Options help text about WP 5.5 compatibility

2.3.3 – 2020/07/17

  • This maintenance release is compatibility with WordPress 5.4.2 and a bug fix for a conflict with the latest version 4.3 of WooCommerce
  • Tweak – Test for compatibility with WordPress 5.4.2
  • Tweak – Test for compatibility with WooCommerce 4.3.0
  • Fix – Support lazy load for WC Product Images

2.3.2 – 2020/03/17

  • This maintenance release has compatibility for WordPress 5.4, WooCommerce 4.0, full compliance with WordPress PHP coding standards plus a typo fix.
  • Tweak – Test for compatibility with WordPress 5.4
  • Tweak – Test for compatibility with WooCommerce 4.0
  • Tweak – Run Tavis CI unit build tests for PHP compatibility issues with PHP 7.0 to 7.4
  • Tweak – Update Jetpack Photon typo

2.3.1 – 2020/02/29

  • This maintenance release contains various PHP code updates to resolve PHP warnings and depreciations in PHP 7.0 to 7.4
  • Fix – Update global ${$this- to $GLOBALS[$this to resolve 7.0+ PHP warnings
  • Fix – Update global ${$option} to $GLOBALS[$option] to resolve 7.0+ PHP warnings
  • Fix – Update less PHP lib that use square brackets [] instead of curly braces {} for Array , depreciated in PHP 7.4
  • Fix – Validate for do not use get_magic_quotes_gpc function for PHP 7.4

2.3.0 – 2020/02/25

  • This feature release adds support for horizontal scroll images plus a bug fix for compatibility with Revolution Slider
  • Feature – Add support for lazy loading images in a container that have horizontal scroll
  • Feature – Add Horizontal Scroll section to the Lazy Load Images option box on the admin panel
  • Feature – Apply Horizontal Scroll lazy load to any container by classname or ID
  • Fix – Compatibility with Revolution slider. Their JS has changed in a resent update causing a conflict which meant that the slider images did not show with a3 Lazy Load activated.

2.2.2 – 2020/01/18

  • This maintenance release is to update incorrect help text regarding usage of the new class and attribute exclusion strings
  • Tweak – Update incorrect FQA help text on plugins description
  • Tweak – Update admin panel option box image and video exclusion class and attribute help text.

2.2.1 – 2020/01/16

  • This maintenance release adds support for the Lazy Load exclusion attribute ‘data-skip-lazy’
  • Tweak – Add support for lazy load exclusion by attribute ‘data-skip-lazy’
  • Tweak – Update the plugins readme description about support for exclusion attribute
  • Tweak – Update plugins admin Image and Video options boxes with help text about exclusion by attribute

2.2.0 – 2020/01/13

  • This feature release completes the full refactor (frontend and backend) of the plugins PHP to Composer plus introduces new standardized skip-lazy exclusion class with backward compatibility support for a3-notlazy class
  • Feature – Plugin Framework fully refactored to Composer for cleaner code and faster PHP code
  • Tweak – Update plugin for compatibility with new version of plugin Framework
  • Dev – Add standardized skip-lazy exclusion class thanks to Frank Goossens for initiating this.
  • Dev – Retain backward compatibility support for old a3-notlazy class for existing users
  • Tweak – Add using new skip-lazy class instructions to the plugins admin menus
  • Tweak – Update the plugins description FQAs about the skip-lazy class

2.1.0 – 2020/01/02

  • This feature release adds support for WebP images (this support is automatic there are no settings for it), plus compatibility with WordPress 5.3.2
  • Feature – Add auto support WebP images
  • Tweak – Update lazyloadxt.srcset for WebP image support
  • Tweak – Update lazy style for WebP image support
  • Tweak – Test for compatibility with WordPress 5.3.2

2.0.0 – 2019/11/19

  • This feature release has a lot. PHP is upgraded to Composer PHP Dependency Manager, Compatibility with Jetpack Accelerator, a full security review, and compatibility with with WordPress 5.3.0
  • Feature – Plugin fully refactored to Composer for cleaner and faster PHP code
  • Feature – Add Jetpack Accelerator (Photon CDN images) compatibility. Props @ KZeni
  • Tweak – Define new option box so that you can turn ON|OFF Jetpack Compatibility
  • Tweak – Remove the hard coded PHP error_reporting display errors false from compile sass to css
  • Tweak – Test for compatibility with WordPress 5.3.0
  • Tweak – Support for backward compatibility for 3rd party plugin use some functions from old class A3_Lazy_Load
  • Tweak – Allow the “skip” class to have single or double quotes. Props @joneslloyd
  • Dev – Support new filter tag ‘a3_lazy_load_placeholder_url’ for change value of placeholder_url Props @joneslloyd
  • Dev – Support new filter tag ‘a3_lazy_load_iframe_placeholder_url’ for change value of iframe_placeholder_url
  • Dev – Replace file_get_contents with HTTP API wp_remote_get
  • Dev – Ensure that all inputs are sanitized and all outputs are escaped

1.9.3 – 2019/06/29

  • This is a maintenance upgrade to fix a potentially fatal error conflict with sites running PHP 7.3 plus compatibility with WordPress 5.2.2
  • Fix – PHP warning continue targeting switch is equivalent to break for compatibility on PHP 7.3

1.9.2 – 2019/01/02

  • This maintenance update is for compatibility with WordPress 5.0.2 and PHP 7.3. It also includes performance updates to the plugin framework.
  • Tweak – Test for compatibility with WordPress 5.0.2 and WordPress 4.9.9
  • Tweak – Create new structure for future development of Gutenberg Blocks
  • Framework – Performance improvement. Replace wp_remote_fopen with file_get_contents for get web fonts
  • Framework – Performance improvement. Define new variable is_load_google_fonts if admin does not require to load google fonts
  • Credit – Props to Derek for alerting us to the framework google fonts performance issue
  • Framework – Register style name for dynamic style of plugin for use with Gutenberg block
  • Framework – Update Modal script and style to version 4.1.1
  • Framework – Update a3rev Plugin Framework to version 2.1.0
  • Framework – Test and update for compatibility with PHP 7.3

1.9.1 – 2018/08/10

  • This maintenance update resolves 2 issues from the v 1.9.0 upgrade
  • Fix – Set min-width of placeholder to resolve any image tag that does not have width or height not showing the spinner effect. Example Gutenberg image block.
  • Fix – Update Lazy Load extra script to resolve duplicated call time for images, iframe, videos on viewport

1.9.0 – 2018/08/06

  • This feature upgrade is focused on adding a number of new options for excluding Lazy Load from sections of a site. Compatibility with WordPress 4.9.8, Gutenberg 3.4.0 and WooCommerce 3.4.4
  • Feature – Add exclude from Lazy Load by URI
  • Feature – Add exclude from Lazy Load by Page types
  • Feature – Add support for using Wildcards in images and videos skipped classes
  • Tweak – Upgrade lazyloadxt lib to latest version 1.1.0
  • Tweak – Rename jquery.lazyloadxt.js to jquery.lazyloadxt.extra.js
  • Tweak – Add new Exclude by URI’s and Page Types Options box and help text
  • Tweak – Test for compatibility with WordPress 4.9.8
  • Tweak – Test for compatibility with WooCommerce 3.4.4
  • Tweak – Test for compatibility with Gutenberg 3.4.0
  • Fix – Make Skip Classes feature work when have entered it to that list
  • Credit – Props to Kurt @AMPERAGE-Marketing for his contribution to this release

1.8.9 – 2018/06/04

  • This Maintenance update has 2 code tweaks for compatibility with themes and plugins that load images via the wp_kses_post sanitizer as WooCommerce does since version 3.4.0 with widgets and on Cart page.
  • Tweak – Append lazy attributes to attribute list of allowed post tags list so that lazy load can run on frontend when that content is output via wp_kses_post
  • Tweak – Add noscript tag to allowed post tags list to resolve duplicate image if that image is output via wp_kses_post
  • Tweak – Test for compatibility with WooCommerce version 3.4.1

1.8.8 – 2018/05/26

  • This maintenance update is for compatibility with WordPress 4.9.6 and the new GDPR compliance requirements for users in the EU
  • Tweak – Test for compatibility with WordPress 4.9.6
  • Tweak – Check for any issues with GDPR compliance. None Found

1.8.7 – 2018/03/24

  • Maintenance Update. 2 code tweaks to enhance the lazy loading of images, video and iframe added by third party shortcodes in the content
  • Tweak – Increase lazy load filter priority value so that lazy load is applied to images loaded by the shortcode function do_shortcode
  • Tweak – Increase lazy load filter priority value so that lazy load is applied to video and iframe loaded by the shortcode function do_shortcode

1.8.6 – 2018/03/24

  • Maintenance Update. 1 bug fix from this morning 1.8.5 major maintenance release. A small piece of new code in v 1.8.5 was written on PHP v7 and is not compatible with PHP version 5.6 If you are running v PHP 5.6 please run this update to fix it
  • Fix – PHP Fatal Error Call instance a3_lazy_load instead of us $this is not an object caused by incompatibility with PHP version 5.6

1.8.5 – 2018/03/23

  • Maintenance Update. Refactor of Lazy Load on Widgets, Full Compatibility with the Advanced Custom Fields plugin, optimization tweaks and 3 bug fixes.
  • Refactor – Apply lazy load to all widgets instead of Text Widget and HTML widget from WordPress
  • Refactor – Remove the code that hook to tag ‘wp_get_attachment_image_attributes’ which was required to add support for lazy load for [gallery] shortcode. Redundant after WP version 4.6.0 and now removed.
  • Tweak – Add filter to acf_the_content tag for apply lazy load on the Content from ACF plugin. Kudos to @ondoheer for creating full compatibility with ACF Free and Premium version.
  • Tweak – Disable load new google fonts via API. Google fonts not used and saves 4 calls to database on each page load. Thanks to Robert Harm for reporting the issue
  • Tweak – Optimized loading gif compression for even faster load. Thanks @jasom for the suggestion
  • Tweak – Remove duplicate parameters from plugin scripts. Thanks to @galbaras for reporting the issue
  • Tweak – Add new FAQs tab to plugins page with Add Lazy Load Tags to custom Function description and exclude Lazy Load Class name for easy reference.
  • Tweak – Update plugins description
  • Framework – Define filter tag for enable OR disable load new google fonts via API
  • Framework – Update plugin framework to new version 2.0.3
  • Fix – Turn Image in Widget OFF option which had stopped working. Thanks to @japenz and @dimitar-koev for reporting and confirming the bug
  • Fix – If videos embed have preload=none do not call video load from a3 Lazy Load. Thanks to Celso Azevedo @celsoazevedo for an excellent bug report which enabled us to replicate the issue.
  • Fix – Remove src with placeholder image url for iframe

1.8.4 – 2018/02/13

  • Maintenance Update. Under the bonnet tweaks to keep your plugin running smoothly and is the foundation for new features to be developed this year
  • Framework – Update a3rev Plugin Framework to version 2.0.2
  • Framework – Add Framework version for all style and script files
  • Tweak – Update for full compatibility with a3rev Dashboard plugin
  • Tweak – Test for compatibility with WordPress 4.9.4

1.8.3 – 2018/01/19

  • Tweak – Tested for compatibility with WordPress 4.9.2
  • Fix – Remove redirect to plugins admin panel when activate the plugin for the first time with WordPress 4.9.2

1.8.2 – 2017/06/02

  • Tweak – Tested for compatibility with WordPress major version 4.8.0
  • Tweak – Add Lazy Load support for new WordPress 4.8.0 Image, Video and Media widgets
  • Tweak – Updated Skip Image Classes and Skip Video Classes help text for better clarity
  • Fix – WordPress Admin Tool Bar User Avatar conflict Issue #2

1.8.1 – 2017/05/31

  • Fix – Use correct object A3_Lazy_Load instead of ‘this’ as it was causing a fatal error

1.8.0 – 2017/05/30

  • Feature – Updated for compatibility with Better AMP plugin
  • Feature – Launched a3Lazy Load Github public Repository
  • Feature – WordPress Translation activation. Add text domain declaration in file header.
  • Tweak – Change global $$variable to global ${$variable} for compatibility with PHP 7.0
  • Tweak – Update a3 Revolution to a3rev Software on plugins description
  • Tweak – Update plugin framework to latest version
  • Tweak – Tested for full compatibility with WordPress version 4.7.5
  • Tweak – Tested for full compatibility with PHP 7.0
  • Fix – Exclude images by class

1.7.1

  • Tweak – Register fontawesome in plugin framework with style name is ‘font-awesome-styles’
  • Tweak – Update plugin framework to latest version
  • Tweak – Tested for full compatibility with WordPress major version 4.5

1.7.0 – 2016/03/01

  • Feature – Full compatibility with AMP plugin. No settings for it just hardcoded that Lazy Load is not applied for any url appended with /amp endpoint. Lazy load is applied to the url without the endpoint
  • Feature – Define new ‘Background Color’ type on plugin framework with ON | OFF switch to disable background or enable it
  • Feature – Define new function – hextorgb() – for convert hex color to rgb color on plugin framework
  • Feature – Define new function – generate_background_color_css() – for export background style code on plugin framework that is used to make custom style
  • Tweak – Saved the time number into database for one time customize style and Save change on the Plugin Settings
  • Tweak – Replace version number by time number for dynamic style file are generated by Sass to solve the issue get cache file on CDN server
  • Tweak – Define new ‘strip_methods’ argument for Uploader type, allow strip http/https or no
  • Tweak – Upgraded to the latest version of a3 plugin framework
  • Tweak – Tested for full compatibility with WordPress version 4.4.2
  • Tweak – Tested for full compatibility with WooCommerce version 2.5.2
  • Fix – Define new placeholder image data for iframe. Microsoft browsers smartscreen filter was blocking the .gif placeholder loading inside iframes and throwing an unsafe website message

1.6.0 – 2016/01/22

  • Feature – Add support for Lazy loading images, video or iframe inside content that is loaded by AJAX
  • Tweak – Full support for loading Product Thumbnails within the WooCommerce cart widget
  • Tweak – Tested for full compatibility with WordPress version 4.4.1
  • Tweak – Tested for full compatibility with WooCommerce version 2.5

1.5.2 – 2015/12/24

  • Tweak – Change on enqueue styles and scripts for faster load
  • Tweak – Register new script ‘jquery-lazyloadxt-srcset’ for enqueue when lazyload script is called , full support for WP 4.4 Responsive Images
  • Fix – Filter for change the ‘srcset’ attribute name to ‘data-srcset’ name to prevent browsers loading the image while page is loading
  • Fix – Create a new script for when image comes into view port that it changes ‘data-srcset’ to ‘srcset’ so image is loaded then by lazy load

1.5.1 – 2015/12/11

  • Tweak – Change the placeholder image name from ‘placeholder.gif’ to ‘lazy_placeholder.gif’ to avoid conflict if thumb image has name like placehoder.gif
  • Tweak – Change pattern parameter from “/data-src=[‘\”]/is” to “/ data-src=[‘\”]/is” to check ‘data-src’ exists as attribute of video, image, iframe, Solve the issue when 3rd party script adds attribute with format of name ‘***-data-src’ to html tag.
  • Fix – Use preg_match( “/src=.*lazy_placeholder.gif[‘\”]/s”, $imgHTML ) On themes that have loop code was causing loading of the placeholder instead of the image

1.5.0 – 2015/12/10

  • Feature – Change media uploader to New UI of WordPress media uploader with WordPress Backbone and Underscore
  • Feature – Apply Lazy Load for new Embed Post feature on WordPress 4.4
  • Tweak – Update the uploader script to save the Attachment ID and work with New Uploader
  • Tweak – Updated a3 Plugin Framework to the latest version
  • Tweak – Full compatibility with Responsive Image feature on WordPress 4.4
  • Tweak – Change the PlaceHolder image from data image to real image placeholder.gif for fix display on IE
  • Tweak – Tested for full compatibility with WordPress major version 4.4
  • Fix – Check if ‘HTTP_USER_AGENT’ is defined before call it from strpos

1.4.1 – 2015/08/22

  • Tweak – include new CSSMin lib from https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port into plugin framework instead of old CSSMin lib from https://code.google.com/p/cssmin/ , to avoid conflict with plugins or themes that have CSSMin lib
  • Tweak – make __construct() function for ‘Compile_Less_Sass’ class instead of using a method with the same name as the class for compatibility on WP 4.3 and is deprecated on PHP4
  • Tweak – change class name from ‘lessc’ to ‘a3_lessc’ so that it does not conflict with plugins or themes that have another Lessc lib
  • Tweak – Plugin Framework DB query optimization. Refactored settings_get_option call for dynamic style elements, example typography, border, border_styles, border_corner, box_shadow
  • Tweak – Tested for full compatibility with WordPress major version 4.3.0
  • Fix – Update the plugin framework for setup correct default settings on first installed
  • Fix – Update the plugin framework for reset to correct default settings when hit on ‘Reset Settings’ button on each settings tab

1.4.0 – 2015/06/17

  • Feature – Plugin framework Mobile First focus upgrade
  • Feature – Massive improvement in admin UI and UX in PC, tablet and mobile browsers
  • Feature – Introducing opening and closing Setting Boxes on admin panels.
  • Feature – Added Plugin Framework Customization settings. Control how the admin panel settings show when editing.
  • Feature – Added House Keeping – Clean up on Deletion function. ON | OFF switch is in the Plugin Framework Settings Box.
  • Feature – Added a 260px wide images to the right sidebar for support forum link, Documentation links.
  • Tweak – Tested for full compatibility with WooCommerce Version 2.3.11
  • Tweak – Removed Add-Ons Menu
  • Tweak – Moved plugin menu from WordPress Dashboard admin menu to a sub menu on the WordPress Settings menu
  • Tweak – Added Settings link to the plugins listing on plugin.php menu for easy access to plugin
  • Fix – Check ‘request_filesystem_credentials’ function, if it does not exists then require the core php lib file from WP where it is defined

1.3.0 – 2015/06/05

  • Feature – Added Image Load Threshold with set threshold pixel dynamic setting. Default is 0px
  • Credit – Thanks to Onisforos and Matt Pain for suggesting and explaining the new Threshold feature

1.2.2 – 2015/06/03

  • Tweak – Security Hardening. Removed all php file_put_contents functions in the plugin framework and replace with the WP_Filesystem API
  • Tweak – Security Hardening. Removed all php file_get_contents functions in the plugin framework and replace with the WP_Filesystem API

1.2.1 – 2015/05/26

  • Fix – Update url of dynamic stylesheet in uploads folder to the format //domain.com/ so it’s always is correct when loaded as http or https
  • Credit – Thanks to WordPress member hero12 for bringing the matter to our attention.

1.2.0 – 2015/05/18

  • Feature – Added new extend script to support event when click or tap on tab to load images without having to scroll to initiate load.
  • Tweak – Tested and Tweaked for full compatibility with WordPress Version 4.2.2
  • Tweak – Changed Permission 777 to 755 for style folder inside the uploads folder
  • Tweak – Chmod 644 for dynamic style and .less files from uploads folder

1.1.1 – 2015/04/21

  • Tweak – Tested and Tweaked for full compatibility with WordPress Version 4.2.0
  • Tweak – Update style of plugin framework. Removed the [data-icon] selector to prevent conflict with other plugins that have font awesome icons

1.1.0 – 2015/01/23

  • Feature – Added support for all WordPress video Embeds including Youtube, Vimeo and HTML5 video
  • Feature – Added support for content that is added by iframe from any source in post and page content and widgets
  • Feature – Added ON | OFF option for Noscript parameter for both images and video and iframes – fallback if user does not have JavaScript support turned on in browser.
  • Tweak – Reworked the plugins admin panel for new feature options. Separate settings for Images and Video / iframes
  • Tweak – Updated all the admin panel text and add new help text.
  • Tweak – Updated the plugins WordPress description with new features.
  • Tweak – Updated the plugins WordPress screenshot
  • Tweak – Updated the plugins WordPress banner image.
  • Dev – Updated ‘a3_lazy_load_enable’ function to edit …
VIP777 login Philippines Ok2bet PRIZEPH online casino Mnl168 legit PHMAYA casino Login Register Jilimacao review Jl777 slot login 90jili 38 1xBet promo code Jili22 NEW com register Agila Club casino Ubet95 WINJILI ph login WINJILI login register Super jili168 login Panalo meaning VIP JILI login registration AGG777 login app 777 10 jili casino Jili168 register Philippines APALDO Casino link Weekph 50JILI APP Jilievo xyz PH365 casino app 18JL login password Galaxy88casino com login superph.com casino 49jili login register 58jili JOYJILI apk Jili365 asia ORION88 LOGIN We1win withdrawal FF777 casino login Register Jiligo88 philippines 7777pub login register Mwgooddomain login SLOTSGO login Philippines Jili188 App Login Jili slot 777 Jili88ph net Login JILIMACAO link Download Gcash jili login GG777 download Plot777 app download VIPPH register Peso63 jili 365.vip login Ttjl casino link download Super Jili 4 FC178 casino - 777 slot games JILIMACAO Philippines S888 register voslot LOVE jili777 DOWNLOAD FK777 Jili188 app CG777 app 188 jili register 5JILI login App Download Pkjili login Phdream Svip slot Abcjili6 App Fk777 vip download Jili888 register 49jili VIPPH register Phmacao co super Taya777 link Pogo88 real money Top777 app VIP777 slot login PHMACAO 777 login APALDO Casino link Phjili login Yaman88 promo code ME777 slot One sabong 888 login password PHMAYA casino Login Register tg777 customer service 24/7 Pogibet slot Taya777 org login register 1xBet live Acegame888 OKBet registration JILIASIA Promotion Nice88 voucher code AgilaClub Gaming Mnl168 link Ubet95 free 50 PHMAYA casino login JLBET 08 Pb777 download 59superph Nice88 bet sign up bonus Jiliyes SG777 download apk bet88.ph login JILIPARK casino login Register Philippines PHMAYA APK CC6 casino login register mobile PHMACAO com download MWPLAY app JILIPARK Download Jili999 register link download Mnl646 login Labet8888 download 30jili jilievo.com login Jollibee777 open now LOVEJILI 11 18JL casino login register Philippines JILIKO register Philippines login Jililuck 22 WJPESO casino PHMAYA casino login Jili777 login register Philippines Ttjl casino link download W888 login Register Galaxy88casino com login OKBet legit tg777 customer service 24/7 Register ROYAL888 Plot777 login Philippines BigWin Casino real money PHLOVE 18JL PH 18JL casino login register Philippines SG777 Pro Taya777 pilipinong sariling casino Jiligames app MNL168 free bonus YesJili Casino Login 100 Jili casino no deposit bonus FC178 casino free 100 Mwcbet Download Jili888 login Gcash jili download JILIMACAO 123 Royal888 vip 107 Nice888 casino login Register FB777 link VIPPH app download PHJOIN 25 Ubet95 legit phcash.vip log in Rrrbet Jilino1 games member deposit category S888 live login FF777 download FC777 VIP APK ME777 slot Peso 63 online casino OKGames app Joyjili customer service superph.com casino FB777 Pro Rbet456 PH cash online casino Okbet Legit login taruhan77 11 VIPPH 777Taya win app Gogo jili 777 Plot777 login register Bet99 app download Jili8989 NN777 VIP JP7 fuel Wjevo777 download Jilibet donnalyn login Register Bossjili ph download 58jili login registration YE7 login register FC777 new link login 63win register Crown89 JILI no 1 app Jili365 asia JLBET Casino 77PH fun Jili777 download APK Jili8 com log in CC6 casino login register mobile ph365.com promotion phjoin.com login register 77PH VIP Login download Phdream live chat Jlslot2 Me777 download Xojili legit PLDT 777 casino login Super Jili Ace Phdream 44 login Win888 casino JP7 Bp17 casino login TTJL Casino register FB777 slot casino Jili games online real money phjoin.com login register BET99 careers ORION88 LOGIN Plot777 login Philippines Labet8888 login JILI Official Pogibet app download PH777 casino register LOVEJILI app Phvip casino VIP jili casino login PHMACAO app 777pnl legit YE7 casino online Okbet download CC6 bet app 63win club Osm Jili GCash LOVEJILI 11 Www jililive com log in Jili58 casino SuperAce88 JiliLuck Login Acegame 999 777pnl promo code MWPLAY good domain login Philippines Pogo88 app Bet casino login Superph98 18jl app download BET999 App EZJILI gg 50JILI VIP login registration Jilino1 new site pogibet.com casino Jili Games try out Gogojili legit 1xBet Aviator WINJILI ph login Jili168 register How to play Jili in GCash 777pnl PHDream register login JILISM slot casino apk FB777 c0m login EZJILI Telegram MWCASH88 APP download Jili88 vip03 APaldo download 1xBet 58JL Casino 58jl login register Jili scatter gcash OKJL slot jili22.net register login 10phginto APaldo 888 app download 1xBet live FC178 Voucher Code 58jl Jili888 ph Login 365 Jili casino login no deposit bonus JP7 VIP login PHBET Login registration 58jili login registration VVJL online Casino Club app download Jili77 login register Jili88 ph com download KKJILI casino WJ peso app Slot VIP777 BigWin69 app Download Nice88 bet Suhagame philippines Jiliapp Login register Qqjili5 Gogo jili helens ABJILI Casino OKJL download 1xBet login mobile Pogibet 888 777 game Okgames casino login Acegame888 Bet86 promotion Winph99 com m home login JP7 VIP login 20phginto VIPPH register KKJILI casino OKJILI casino Plot777 app download NN777 register bossphl Li789 login Jiligo88 app Mwcbet Download Betjilivip Https www BETSO88 ph 30jili Https www BETSO88 ph Jilievo Club Jili888 register Jili777 download APK JILI77 app download New member register free 100 in GCash 2024 Royal888casino net vip JOLIBET withdrawal MW play casino Jili365 login FB777 Pro Gold JILI Bet99 registration 55BMW red envelope Bet199 login philippines JILI188 casino login register download Phjoin legit or not Bigwin 777 Bigwin pro Apaldo PH pinasgame JILIPARK Login registration JiliApp ph04 Ph143 Jili168 login app Philippines MW Play online casino APK 77tbet register 8k8t Bigwin casino YE7 Download App Ph365 download apk Acejili Ph888 login S888 juan login 63win withdrawal Okbet cc labet 8888.com login password Mwbet188 com login register Philippines MNL168 net login registration kkjili.com download Jili888 Login registration Abc Jili com Download JILIPARK casino login Register Download AbcJili customer service live777. casino Jilievo casino jilievo APP live casino slots jilievo vip Jolibet legit PH888 login Register 888php register 55BMW win Mwbet188 com login register Philippines AbcJili customer service Jili88 ph com app 200Jili App MAXJILI casino ROYAL888 deposit mi777 Jili games free 100 ACEGAME Login Register Jilibet donnalyn login Voslot register Jilino1 live casino 18jl login app apk JILI Vip777 login Phtaya login Super Ace casino login Bigwin 777 Ubet95 free 190 superph.com casino Jili22 NEW com register SG777 win Wjpeso Logo 1xBet login mobile Jili88 casino login register Philippines sign up Okbet cc Agg777 slot login Phv888 login P88jili download jiliapp.com- 777 club Fish game online real money One sabong 888 login password QQJili Taya365 slot mnl168.net login Taya365 download Yes Jili Casino PHMACAO APK free download 365 casino login Bigwin 29 JILISM slot casino apk Wow88 jili777.com ph 888php login 49jili VIP Jilino1 legit SG777 slot Fish game online real money Voslot free 100 18jl login app apk OKJL app Jili22 NEW com register Nice88 free 120 register no deposit bonus Sugal777 app download 288jili PHJOIN VIP com Register Jl77 Casino login KKjili com login Lovejili philippines Pogo88 casino SLOTSGO VIP login password Jili22 net register login password Winph 8 we1win 100 Jili slot 777pnl promo code Sg77701 Bet88 download for Android PH365 casino Royal Club login Jili88 casino login register MWPLAY login register Jilibay Promotion 7SJILI com Register FC777 casino link download Royal meaning in relationship OKBET88 AbcJili customer service 777ph VIP BOSS JILI login Register 200Jili App KKJILI casino login register maxjili Mwcbet legit JILIASIA 50 login Milyon88 com casino login 8k8app17 Royal slot Login Phmacao rest 338 SLOTSGO Ph888 login PHGINTO com login YY777 app Phdream register Jili22 net register login password Lucky Win888 Jiligames API Agila club VIP 77PH VIP Login download Acegame888 register PHMAYA Download Jili88 online casino 7XM Lovejili philippines 63win register Jilimax VOSLOT 777 login 18JL Casino Login Register JILIASIA 50 login 50JILI VIP login registration 7XM com PH Nice888 casino login Register 58jl Jili168 casino login register download Timeph philippines 90jilievo Jili88 casino login register OKBet legit JILI slot game download Bet99 promo code 58jili app 55BMW com PH login password KKjili casino login bet999 How to play Jili in GCash BigWin69 app Download OKJL Milyon88 com casino login phdream 888php register Ph888 PH777 registration bonus JLBET Asia LOVEJILI download Royal Casino login 646 ph login Labet8888 review JLBET Casino Jili888 ph Login Wjpeso Wins JILIMACAO 666 Jiliplay login register JILIAPP com login Download JiliLuck download WIN888 PH JL777 app Voslot777 legit Pkjili login 20jili casino Jolibet login registration Phjoin legit or not Milyon88 com casino register JILI apps download 88jili login register Jili 365 Login register download 11phginto Jili777 vip login Ta777 casino online Swertegames Taya365 download 777PNL online Casino login Mi777 join panalo 123 JILI slot 18jili link Panalo lyrics Jiliplay login philippines yaman88 Bet88 login Jili888 Login registration FF777 TV Ok2bet app Pogibet casino philippines Www jilino1 club WOW JILI secret code AB JILI Jili168 online casino BET99 careers Go88 slot login JILI Vip777 login CG777 Casino link OKBet GCash www.50 jili.com login WINJILI download Lucky bet99 Acegame888 77ph com Login password ACEGAME Login Register ACEGAME casino Swerte88 login password Wj slots casino APALDO Casino Phjoin slot JLBET com JLBET ph Taya777 org login 49jili slot Svip slot Jili77 download APK 200jiliclub Bet199 philippines Jili888 Login registration 88jili withdrawal phjoin.com login register Swerte88 login registration Voslot777 legit Superph11 AAA JILI app download Www jililive com log in VIP777 Casino login download Jili77 download APK Jilibet donnalyn login Register JILICC sign up Pogibet app download www.mwplay888.com download apk Jili68 Jililuck App Download APK Yy777 apk mod Jili77 vipph.com login labet8888.com app Phdream live chat Ph646 login register mobile 7777pub download Jolibet Fortune Tree 90JILI app 18JL login Philippines JLSLOT login password 50JILI fun m.nn777 login 88jili withdrawal PH Cash Casino APK 888PHP Casino LINK Boss jili app download Jili999 login register FB777 download APK Free 100 promotion JILIPARK Download VIP PH casino JILIHOT ALLIN88 login 8K8 com login PHMAYA casino login 58jili withdrawal Ubet95 free 100 no deposit bonus KKJILI online casino M GG777 100jili APP JILI888 slot download PHBET88 Jili Games demo 1xBet OKJL Casino Login Nice888 casino login Register Betso88 App download APK VIP777 app Gcash jili register 1xBet registration 58jili withdrawal Jili63 Suhagame23 218 SLOTSGO AGG777 login Philippines Bay888 login JILIVIP 83444 PHCASH com casino login Jilievo 666 Jili 365 VIP register PHMAYA link PH cash VIP login register Yaman88 casino JP7 VIP We1Win download free rbet.win apk Jili168 casino login register download Milyon88 com casino register 18JL login app 88jili withdrawal AAA Casino jilibet.com register Winjili55 UG777 login app PH777 download Jili365 bet login app Osm Jili GCash 77tbet philippines GI Casino login philippines 88jili login FC178 casino free 100 SG777 Com Login registration Nice88 free 100 Oxjili Royal777 Top777 login FB777 live 200jili login Gogojili legit Yes Jili com login phcash.vip casino Sugal777 app download 58JL app Login Panalo login JILI games APK Lucky99 Slot login Jili scatter gcash 7XM APP download FB JILI casino login download PHMACAO app ROYAL888 Link Alternatif ACEPH Casino - Link 55bmw.com casino Timeph app Osm Jili GCash M GG777 Ubet95 login Jiligo88 CG777 Casino Philippines Tayabet login Boss jili app download YY777 app download Nice88 free 120 register no deposit bonus Bossjili7 XOJILI login 68 PHCASH login ezjili.com download apk Jili 365 VIP APK Milyon88 pro Jili88 casino login register download Jili online casino AgilaPlay Jili scatter gcash 7777pub login CC6 app bonus JK4 online PHJOIN casino Joyjili login register 22phmaya 5JILI Casino login register Betso88 VIP Winph 8 Phmacao rest JILI Slot game download free s888.live legit APALDO Casino link Plot 777 casino login register Philippines Ph646wincom Jili168 login app Philippines KKJILI casino Apaldo PH Phdream live chat Slot VIP777 PH888BET 22 phginto 50JILI APP MWPLAY login register Slotph We1Win apk VIP777 slot login Nice88 PRIZEPH online casino Jilipark App 7XM app for Android Jili58 Jili168 free 100 APALDO 888 CASINO login APaldo download Jiliasia8 com slot game phcash.vip casino OKJL Casino Login YY777 live Jili888 register Winjiliph QQ jili casino login registration Abcjili5 NN777 register Phvip casino Taya 365 casino login OKBet app Osm Jili GCash Nice88 free 100 5JILI Casino login register Bet88 app download 5 55bmw vip Jlph11 JILI slot casino login Nice88 bet sign up bonus JILI Slot game download for Android Abc Jili com Download FF777 TV Peso 63 online casino MILYON88 register free 100 7777pub JILIASIA 50 login CC6 online casino latest version Royal Club apk 1xBet login registration CG777 Casino Philippines 1xBet app Mwcbet net login Password LOVEJILI 21 FBJILI Now use Joyjili Promo code JILI188 casino login register download PHMACAO SuperPH login AGG777 login app Peso 63 online casino filiplay Sugal777 app download Galaxy88casino com login EZJILI Telegram JiliApp ph04 Jilino1 com you can now claim your free 88 PHP download 63win Coupon Code PHDream 8 login register Philippines MNL168 website CC6 online casino register login 3jl app download apk Jlph7 TA777 com Login Register password 5jili11 FF777 casino login Register KKJILI casino login register 10 JILI slot game 3JL login app Jili100 APP Winjili55 Milyon88 info Jilino1 VIP login YE7 bet sign up bonus Apaldo games Wj casino app AbcJili win.ph log in Jili22 VIP 204 SG777 Jl77 Casino login YY777 app download Jilimacao Okjl space Wjevo777 download Ubet95 free 100 no deposit bonus PHMAYA APK Xojili legit 77PH bet login Taya365 pilipinong sariling casino LOVEJILI AAAJILI Casino link Jollibee777 How to play mwplay888 18jl app download jilievo.com login password VIP PH casino mnl168.net login JiliLuck download Win2max casino 777PNL download app Ubet Casino Philippines Win888 Login Jili88 casino login register Philippines sign up Bet99 APK 18JL casino Login register Download Naga888 login JLPH login PHMACAO APK free download How to register Milyon88 Royal888ph com login JiliCC entertainment WINJILI customer service PHBET88 Jili888 Login Philippines SG777 slot FBJILI Jili365 bet login app Ubet95 free 100 no deposit bonus Taya 365 casino login LOVEJILI Jili777 free 150 YE7 casino login register download QQJili 58jili login Download S888 sabong Gi77 casino Login taya777 customer service philippines number 24/7 WINJILI customer service Https www wjevo com promocenter promotioncode Nice99 casino login Phdream 44 login Mi777app 777PNL online Casino login phjl.com casino JILILUCK promo code Pogibet 888 login BigWin Casino legit Jolibet app download Jilli pogibet.com casino JP7 VIP login Ug7772 Phjoy JILIMACAO 123 PH143 online casino jili365.bet download PH cash VIP login register Abc Jili Register Mwgooddomain login 58JL Casino link 365 Jili casino login no deposit bonus JILIEVO Casino 777 60win OKGames casino 49jili VIP kkjili.com app JILIPARK casino login Register Philippines Agila Club casino OKGames GCash OKBet casino online S888 juan login Yaman88 log in Winph99 com m home login Jili88 casino login register Winjiliph CG777 Casino LOGIN Register Ubet Casino Philippines Agilaclub review Is 49jili legit ph646 JLBET link JiliCC entertainment Jilicity withdrawal Ta777 casino online Jili777 login register Philippines JP7 coupon code Milyon88 one Ug7772 Jilibet casino 77PH VIP Login download Jili live login 68 PHCASH 7XM APP download Boss jili login MWCASH88 APP download Jilicity login Acegame888 real money LIKE777 JILILUCK app JiliBay Telegram Bet199 login philippines Ph646wincom PHJOIN login OKGames register JILIASIA withdrawal Panalo login 88jili Login Philippines Wjevo777 download phjl.com casino Fcc777 login Labet8888 login JILI8998 casino login PHJL Login password Jilibay Voucher Code 28k8 Casino P88jili download 49jili apps download Fk777city we1win CG777 Casino login no deposit bonus MW play casino FF777 casino login Register Philippines download JILIAPP com login Download Bet199 PHGINTO com login Bet88 bonus Sw888 withdrawal Vvjl666 Jiliapp 777 Login QQ jili login Jilicity download Jili188 login Philippines Timeph philippines Casino Club app download Nice88 bet login registration Bay888 login PH Cash casino download Jiliko777 Nice88 PH 777pnl Jiliplay login register JILI VIP casino cg777 mwcbets.com login Fbjili2 JILIAPP download 7xm login 77jl.com login JILI Slot game download for Android MWPLAY app superph.com casino Nice88 free 120 WJ peso app Jili58 register 3jl app download apk Betso88 link OKGames login free JILIASIA 888 login 58jl login register Jilibet888 68 PHCASH login Jili88ph net register 55BMW Casino app download APK Abc Jili com Download FB777 register login Philippines Jilievo org m home JiliLuck download jlbet.com login register Jp7 casino login 18JL Casino Login Register YE7 casino APK prizeph Boss jili login Royal logo FC178 casino - 777 slot games Taya777 pilipinong sariling casino Ph888 MWPLAY app @Plot777_casino CG777 login BOSS JILI login Register JILI PH646 login Vvjlstore Mi777 casino login Download Okgames redeem code 50JILI VIP login registration Bet88 login AGG777 login Philippines JILIMACAO Yesjili com legit P88jili com login OKBET88 Gold JILI VIP PH casino VIP PH log in bet88.ph legit kkjili.com app JiliLuck Login JILI Vip777 login 63win withdrawal bet999.ph login m.nn777 login 58JL 8k8app17