CHT10

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…

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…