Enable this box to start JavaScript minification, a feature provided by the W3Speedster Plugin that optimizes your site’s performance. […]
Archives: W3Speedster Docs
Documentation for W3Speedster
Installing W3Speedster
Download W3Speedster Once you have bought W3Speedster, you can download the zip file from your W3Speedster account page. Note: If you use Safari, it might be automatically unzipping the file on download. Installing W3Speedster The manual installation involves uploading all the files to your web server through FTP software. Unzip the archive, then upload the […]
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. […]
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, […]
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’ => […]
Getting Started
Getting Started […]
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. […]
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. […]
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
W3Speedster generates and stores static HTML versions of dynamic Website pages. These cached HTML files are served directly to visitors without executing PHP or MySQL queries, thereby reducing server load and speeding up page delivery. Upon the first request to a page, the plugin processes the page normally and generates a static HTML version. This […]