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. […]
Doc Category: Symfony
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 […]
Uninstalling W3Speedster
Disable the bundle: Remove the bundle from root directory of your project. Remove the added files: Remove the W3speedster/EventListener folder from the src folder within the project root directory. Comment on the config: Remove or comment on the config line added while installing in services.yaml file from the project_root_directory/config folder Test application: Verify that your […]
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, […]
Exclude Background Images from Lazy Loading
Feature: The Exclude Background Images from Lazy Loading feature in W3Speedster ensures that background images defined via CSS or inline styles are loaded immediately, bypassing the plugin’s lazy loading mechanism. This is essential for preserving the visual continuity, branding, and first-impression impact of websites where background imagery plays a key design or functional role. Why […]
Clear Cache when Page or Post is Updated
Feature: Ensures cached content stays synchronized with updates to your website. Functionality: When a page, post, or custom post type is updated, published, or deleted, W3Speedster: Automatically removes the corresponding cached HTML file. Generates and stores a fresh cache version upon the next visit. Extended Cache Clearing: W3Speedster also clears associated cache files to maintain […]
What exactly does W3Speedster do?
W3Speedster is a WordPress performance optimization package with many features: CDN Integration HTML Caching Optimize images Lazy Loading WebP Support Minify CSS Minify JavaScript Defer parsing of JavaScript Serve scaled images Avoid CSS @import Exclusions Debug Site Google Fonts Optimization Delay JS How to find the best settings for your site? So, you’ve activated W3Speedster. […]
Calculate Image
The module will analyze and identify the images within the specified directory that require optimization. Once the directory path is provided, it will evaluate all images contained in the directory to determine which ones can be optimized for better performance. This process ensures that only relevant images are selected for optimization, streamlining the workflow and […]
Upload Directory Path for Images
Please enter the folder path where you have the images you want to optimize. Once you enter the folder path, all images in the directory will be processed and optimized automatically. This way, images are reduced in size without any loss of quality, making them more efficient for use in web or other applications. […]
Exclude pages from HTML caching
Feature: The “Exclude Pages from HTML Caching” feature in W3Speedster empowers developers to bypass static HTML caching for specific URLs. This ensures that selected pages are always delivered dynamically from the server, rather than from a cached version. This is critical for pages that involve personalized content, real-time data, or session-dependent logic. Why We Need […]