Perfmatters – Lightweight WordPress Performance Plugin – Version –...

= 2.6.2 – 04.29.2026 =
* Added support to automatically optimize and lazy load Elementor Atomic YouTube elements and legacy video widgets when Perfmatters iframe lazy loading is turned on. YouTube preview thumbnails are also supported, as well as Elementor image overlays if set for the video.
* Added request-level caching to excluded and forced lazy loading attribute arrays to prevent unnecessary calls.
* Added multiple stripos and str_contains (PHP 8) checks in lazy loading image and iframe functions to prevent expensive regex scans if tags don’t exist on the page.
* Added new should_skip_request method in core LazyLoad class with request-level caching to prevent duplicate checks for WooCommerce pages and post-specific meta options.
* Added support to various General class functions to respect ?perfmattersoff.
* Added filters back to turn off WordPress’ lazy loading and auto sizing styles when Perfmatters lazy loading is turned on.
* Added built-in JS and CSS exclusions for Woocommerce’s dynamically added woocommerce-js body class.
* Refactored LazyLoad class into multiple subclasses for better maintainability.