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. […]
Archives: W3Speedster Docs
Documentation for W3Speedster
W3 Speedster for Developers
W3 SPEEDSTER IS A FULL PAGE OPTIMIZATION PLUGIN FOR WORDPRESS THAT CAN DRAMATICALLY SPEED UP WEBSITE. […]
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. […]
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. […]
Installing W3Speedster
There are two W3Speedster installation options: Automatic or Manual. Download W3Speedster Once you have bought W3Speedster, you can download the zip file from your W3Speedster account page. or to use free version you can download it from plugins option in your Dashboard Note: If you use Safari, it might be automatically unzipping the file on download. […]
Delete HTML Cache
Delete the HTML cache whenever you make changes to your site to ensure that the latest updates are reflected. This helps maintain accurate and up-to-date content for your visitors. […]
W3speedster Pre Start Optimization
Function: w3SpeedsterPreStartOptimization Description: Modify page content pre optimization. Parameter: $html = Content visible in pages view source. Return: 1 – Reflect the changes done in html of the page. function w3SpeedsterPreStartOptimization($html){ $html = str_replace(‘Existing content’,’Changed content’,$html); return $html; } function w3SpeedsterPreStartOptimization($html){ $html = str_replace(‘Existing content’,’Changed content’,$html); return $html; } […]
License Key
To use your licensed plugin, you must enter a license key. This key is unique for each product and is automatically generated when your plugin order is completed. You will find the key in the “Order Completed” email from W3Speedster. Activating the key ensures you receive updates and access to all plugin features. […]
Enable Javascript Optimization
Enable this box to start JavaScript minification, a feature provided by the W3Speedster Plugin that optimizes your site’s performance. […]
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. […]