Exclude Background Images from Lazy Loading

Enabling this option ensures that background images are excluded from lazy loading. This allows background images to load immediately, ensuring they are displayed without delay, which is especially important for maintaining visual consistency and providing a seamless user experience. This feature is ideal for pages where background images play a critical role in design or […]

Read More…

What exactly does W3Speedster do?

W3Speedster is a WordPress performance optimization plugin with many features: CDN Integration Optimize images Lazy Loading WebP Support Minify CSS Minify JavaScript Defer parsing of JavaScript Serve scaled images Avoid CSS @import Exclusions Debug Site Google Fonts Optimization Delay JS How to find the best settings for your site? So, you’ve activated W3Speedster. And now […]

Read More…

Enable Audio lazy Load

Enable lazy loading for audio using the W3Speedster Plugin. This feature loads audio content only when it becomes necessary, helping to speed up your site’s initial load time and provide a better performance overall. […]

Read More…

Uninstalling W3Speedster

Identify the Extension First, confirm that the W3Speedster extension is installed by checking the Magento extension list: php bin/magento module:status Look for an entry like W3Speedster_W3Speedster (or similar). This confirms the extension is installed and enabled. Disable the Extension To prepare for uninstallation, disable the extension: php bin/magento module:disable W3Speedster_W3Speedster Replace W3Speedster_W3Speedster with the actual […]

Read More…

W3speedster exclude page from JS optimization

Function: w3ExcludePagefromJsOptimization Description: W3Speedster allows you to exclude the pages from the JS Optimization. if you wish to exclude your pages from JS optimization. (like cart/login pages). Parameter: $html = Page viewsources content. Return: True – it will exclude the page from optimization. False – it will not exclude the page from optimization. function w3ExcludePagefromJsOptimization($html){ […]

Read More…

W3speedster exclude from page CSS optimization

Function: w3ExcludePagefromCssOptimization Description: W3Speedster allows you to exclude the pages from the CSS Optimization. if you wish to exclude your pages from CSS optimization. (like cart/login pages). Parameter: $html = Page viewsources content. Return: True – it will exclude the page from optimization. False – it will not exclude the page from optimization. function w3ExcludePagefromCssOptimization($html){ […]

Read More…

Load Combined Javascript

Load the minified and combined js ‘on page load’ or ‘after page load’. Use after page load to score better on google page speed insights or other speed tools. However please use the ‘after page load’ option very carefully. […]

Read More…

Enable Video lazy Load

Enable lazy loading for videos using the W3Speedster Plugin. This feature loads video content only when it becomes necessary, helping to speed up your site’s initial load time and provide a better performance overall. […]

Read More…

Enable Iframe lazy Load

With the W3Speedster Plugin, you can also enable lazy loading for iframes. By delaying the loading of iframes until they are needed, your site can load faster, offering a smoother and more efficient user experience. […]

Read More…

Enable Image lazy Load

The W3Speedster Plugin allows you to enable lazy loading for images. This feature ensures that images are loaded only as they come into the user’s viewport, significantly improving your site’s performance and reducing initial load times. […]

Read More…