Enable PNG Webp support

This feature will convert and render your PNG images in the WebP format. To use it, make sure to start image optimization in the Image Optimization tab. The W3Speedster Plugin will handle the optimization for all PNG images, enhancing your site’s performance […]

Read More…

Enable JPG Webp support

This feature will convert and render your JPG images in the WebP format. To use it, make sure to start image optimization in the Image Optimization tab. The W3Speedster Plugin will handle the optimization for all JPG images, enhancing your site’s performance […]

Read More…

Installation W3Speedster

Unzip the Magento archive you have and start the installation process of the Magento extension by uploading the complete extension folder using FileZilla Software. Make sure your uploaded folder must go in the /root/app/code. Once you upload your Magento extension, you’ll now have to run the below commands through the terminal in the extension root […]

Read More…

Loading secondary CSS

Loading secondary CSS after page load prioritizes critical content, speeding up initial rendering. Loading it on page load ensures all styles are immediately available, enhancing the user experience. […]

Read More…

Delay google fonts by

Delaying Google Fonts improves initial page load speed by reducing render-blocking requests, enhancing perceived performance and user experience, especially on slower connections. […]

Read More…

Cache Path

The cache of the W3Speedster Plugin is automatically generated inside the cache folder of the WP Content Folder and if you wish to change the path you can change it by putting the full path in this section. […]

Read More…

W3speedster Customize Add Settings

Function: w3SpeedsterCustomizeAddSettings Description: If you wish to change in variables and paths (URL), W3Speedster allows you to make changes in variables and paths with the help of this plugin function. Parameter: $add_settings- settings of the plugin. Return: :$add_settings – reflect the changes made in variable and path. function w3SpeedsterCustomizeAddSettings($add_settings){ $add_settings = str_replace(array(“mob.css”),array(“mobile.css”), $add_settings); return $add_settings; […]

Read More…