Helper Lite for PageSpeed
Helper Lite for PageSpeed
Description
Speed up your site with attributes decoding=”async” & loading=”lazy” for <img> and <iframe>. Removes problem “Does not use passive listeners to improve scrolling performance”. Help to Up Your Google PageSpeed Insights Score. The main development is all going on GitHub.
Translations
Help translate Helper Lite for PageSpeed
- 🇷🇺 Русский (Russian) – seojacky
- 🇺🇦 Українська (Ukranian) – karenka
- 🇪🇸 Spanish (Spain) – Javier Esteban (nobnob)
- 🇲🇽 Spanish (Mexico) – Javier Esteban (nobnob)
- 🇻🇪 Spanish (Venezuela) – Javier Esteban (nobnob)
- 🇮🇹 Italiana (Italian)- gigaster, Lidia Pellizzaro
Contribution
Developing plugins is long and tedious work. If you benefit or enjoy this plugin please take the time to:
- Donate to support ongoing development. Your contribution would be greatly appreciated.
- Rate and Review this plugin.
- Share with us or view the GitHub Repo if you have any ideas or suggestions to make this plugin better.
Installation
From your WordPress dashboard
- Visit ‘Plugins > Add New’
- Search for ‘Helper Lite for PageSpeed’
- Activate Helper Lite for PageSpeed from your Plugins page.
- [Optional] Configure plugin in ‘WP Booster > PageSpeed Helper’.
From WordPress.org
- Download Helper Lite for PageSpeed.
- Upload the ‘helper-lite-for-pagespeed’ directory to your ‘/wp-content/plugins/’ directory, using your favorite method (ftp, sftp, scp, etc…)
- Activate Helper Lite for PageSpeed from your Plugins page.
- [Optional] Configure plugin in ‘WP Booster > PageSpeed Helper’.
Screenshots
Faq
- Adds decoding=”async” & loading=”lazy” attributes to all images on the page. It has been experimentally proven that the combination of these attributes speeds up page load by 0.1-0.2 seconds and increases Your Google PageSpeed Insights Score.
- Adds loading=”lazy” attributes to all <iframe> on the page.
- You can include a script that removes the Google PageSpeed Insights remark “Does not use passive listeners to improve scrolling performance”
By default, WordPress add a loading=”lazy” attribute to the following images:
* images within post content
* images within post excerpts
* images within text widgets
* avatar images
* template images using wp_get_attachment_image()
But WordPress does not add loading=”lazy” for custom images in the header and footer of the site! In this case, our plugin will help you.
The settings are located at the section of the admin panel WP Booster > PageSpeed Helper
- In the first tab ‘Settings’ you can choose how to add attributes.
- The first method ‘Filters’ is safe, but does not apply attributes to all images.
- The second method ‘Buffer’ will add attributes to all images, but may cause problems on some sites.
- You can choose what values set to attributes or turn off them at all.
- At the second tab ‘Scripts’ you can turn on a script,
which removes the Google PageSpeed Insights remark “Does not use passive listeners to improve scrolling performance”.
This PSI note, for example, may appear on pages where the comment-reply.min.js script is loaded. Several other scripts can also lead to this remark.
- Clear cache on your site
- The maximum effect will be on page with images. No images – no result
- Plugin does not affect images added to background via css, for the simple reason that it is impossible to add decoding=”async” and loading=”lazy” attributes to them. The plugin only works with images added via the <img> tag.
If you want to disable LazyLoad on a specific image, you can do so by adding the skip-lazy class to the <img> HTML tag.
LQIP (Low Quality Image Placeholders) – it is function which to enable webpages to load correctly in an orderly manner, displaying ultra small, blurry images while the actual version is loading, which works well with lazy loading in JavaScript. This effectively reduces LCP for mobile and desktop. This method only works for the first image on the page – Post Thumbnail.
Helper Lite for PageSpeed is now on GitHub. Pull Requests welcome.
Reviews
Сработало! 51->90
By narayadna on July 8, 2025
До плагина:
Мобилка:
51 -Производительность
ПК:
41 -Производительность
После плагина:
Мобилка:
90 -Производительность
ПК:
72 -Производительность
И это все, учитывая, что стоят скрипты яндекс метрики, Elementor, Marquiz.
Real site speed increase
By Alexander Dzhuninski (dzhuninski) on October 5, 2021
Perfect!
By dave8441 on November 6, 2020
Отличный плагин
By Opencrimea (trip2crimea) on November 6, 2020
Отличный плагин для ускорения )
By Oksana (qwerty100) on July 23, 2020
Отличный плагин!
By weboost9 on July 21, 2020
Awesome! Отличный плагин!
By serusok on July 20, 2020
Сайт стал быстрее работать!
By r_219 on July 19, 2020
Супер
By Nazarii Petreshak (petreshak) on July 17, 2020
Changelog
3.2.0 (10.03.2025)
- Added compatibility with WordPress 6.7.2
- Fixed notices
3.1.7 (15.11.2024)
- Added: Compatibility with WordPress 6.7
3.1.6 (22.04.2023)
- Fixed security issues
3.1.5 (20.04.2023)
- Added support for WordPress 6.2+
3.1.4 (30.04.2022)
- Updated readme
3.1.3 (21.11.2021)
- Fixed bugs
3.1.2
- Added compatibility with plugin WebP Express
3.1.1 (15.11.2021)
- Updated readme
3.1.0 (30.05.2021)
- Changed function LQIP
- Changed FAQ
- Added Donate link
- Changed Extra links
3.0.10 (20.05.2021)
- Added tab Images
- Added function LQIP
3.0.9 (12.02.2021)
- Added tab with our useful plugins
- Added support for WordPress 5.6+
3.0.8
- Updated description
- Fixed bugs
3.0.6
- Updated description
3.0.5
- Changed Setting page
- Added disable function for loading lazy in WP 5.5 and higher
- Added disable function for lazyload on specific images
3.0.4
- Added “More optimization” tab
- Deleted support chat link
3.0.3
- Fixed bugs
3.0.2
- Fixed bug with translations
3.0.1
- Fixed bugs
3.0
- Plugin structure fully rewritten
- Fix bug with double slash in script URL
- “Contacts” tab changed to “Help” tab
- Added little FAQ
- Added More contacts information
2.5.8
- Fixed incompatibility with plugin’s pro version
- Fixed WordPress Coding Standards
- Added new icon and cover
2.5.7
- Fixed bugs
2.5.6
- Added support attribute loading=”lazy” for iframe
- Added “iframe loading” on “Settings” page
2.5.4
- Plugin works only with GET requests due to Gutenberg’s issues
- Buffer doesn’t get clean after plugin’s work
- It’s possible now to select attributes value or turn off attribute at all
- Added “Settings” and “Author” links on plugins page
2.5.3
- Fixed unescaped double quotes in AJAX calls
- Passive events are applying only on “touchstart”, “scroll” and “wheel” events
- Fixed “undefined offset” warning
2.5.2
- Fixed problem “Does not use passive listeners to improve scrolling performance”
- Add Russian adn English language support
2.5.1
- Fixed WordPress Coding Standards
2.3.8 (17.07.2020)
- Fixed WordPress Coding Standards
2.3.7
- Fixed bugs
2.3.3
- Fixed bugs
2.2
- Fixed bugs
2.1
- Fixed bugs
2.0 (10.07.2020)
- Fixed bugs



