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. […]
Archives: W3Speedster Docs
Documentation for W3Speedster
Installation W3Speedster
Go to Extend: Log in to your Drupal site as an administrator. Navigate to Manage > Extend. Install New Module: Click on the Install new module button. upload it from your computer. Click on Install. Enable the Module: Once installed, you will be redirected back to the Extend page. Find the newly installed module in […]
Enable Javascript Optimization
Enable this box to start JavaScript minification, a feature provided by the W3Speedster Plugin that optimizes your site’s performance. […]
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 […]
JPG/PNG Image Quality
The W3Speedster Plugin maintains a standard image quality of 90% to preserve the clarity of your images. However, you can adjust this setting to meet your preferences, balancing image quality with file size according to your needs. […]
Updating W3Speedster
Manual Update: Download the latest version of the extension. Replace the existing extension files in the extensions/ or vendor/ directory. […]
Updating W3Speedster
You can manually update the bundle. Remember, if your license has expired, you can renew it on your account page. Go to your account and download the latest version of W3Speedster Unzip the archive and then upload the ‘w3speedster’ folder to the ‘root’ directory and overwrite the existing folder […]
Combine Google fonts
The W3Speedster Plugin loads and combines all Google Fonts used on your site and loads it together preventing multiple requests. If critical css is generated, all required google fonts are loaded instantly and rest are lazyloaded ie. loads on user interaction. If you still want to load any font upfront and then you can write […]
Exclude Images from Lazy Loading
To prevent specific images from being lazy-loaded, you can exclude them by providing their URL, class name, ID, or alt attribute in the designated section. For example, you can enter “xyz.png” for a specific image or “nolazy” for images with a particular class name. This allows those images to load normally while others benefit from […]
Custom JavaScript to Load on Page Load
If you wish to preload any JavaScript, add the code in this section without including the <script> tags. Enter the JavaScript code that needs to be loaded before the page fully loads. You have two options for loading: As File: Loads the script as a file. Defer: Defers loading of the script until after the […]