Import Settings

To import settings into the W3Speedster Plugin, enter the exported JSON code from the plugin’s import/export page. This allows you to apply previously saved configuration settings to your current setup, ensuring consistency and saving time when transferring settings between different sites or environments. […]

Read More…

Optimize JPG/PNG Images

Enable image optimization by clicking the button. Once activated, images will be optimized in the background through wp-cron, provided the ‘Optimize Images via wp-cron’ option is enabled. This process helps improve your site’s performance by compressing images without losing quality. […]

Read More…

Installing W3Speedster

Download the extension zip: Download the zip provided on my account page of W3Speedster. Installing: extract the zip in the root directory of your project. Add the required files: Next, copy the W3speedster/EventListener folder and paste it into the src folder within the project root directory. Config the bundle: Then, navigate to the project_root_directory/config folder, […]

Read More…

Installing W3Speedster

Manual Installation: Download the W3Speedster extension zip files from my account page on W3Speedster site Extract zip file in the project root directory Then goes to config directory and find the web.php file in the config directory. Configuration: Add and item setting in the config array $config = [      ‘as W3speedster’ => [        ‘class’ => […]

Read More…

Enable CSS Optimization

Enable this to start CSS optimiation. All css optimization like minification, critical css generation, custom css etc will show only when this option is turned on. […]

Read More…

Preload Resources

If you want to preload resources such as images, CSS, JavaScript, or fonts, simply enter the complete URL of each resource in the ‘Preload Resources’ section. Each URL should be on a separate line. This ensures that the specified resources are loaded ahead of time, which can improve your site’s performance. […]

Read More…

Custom CSS to Load on Page Load

If you wish to preload any custom CSS that should be applied immediately when the page loads, add it in this section without including the <style> tags. This CSS will only take effect when CSS optimization is enabled, ensuring that your custom styles are loaded efficiently along with the optimized CSS. […]

Read More…

Enable HTML Caching

Turning on HTML caching allows the W3Speedster Plugin to store and reuse static versions of your web pages. This reduces the need for generating pages dynamically each time they are requested, resulting in faster page load times and reduced server load. It is especially useful for improving performance and efficiency on high-traffic sites. […]

Read More…