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: YII
Exclude Background Images from Lazy Loading
Enabling this option ensures that background images are excluded from lazy loading. This allows background images to load immediately, ensuring they are displayed without delay, which is especially important for maintaining visual consistency and providing a seamless user experience. This feature is ideal for pages where background images play a critical role in design or […]
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 […]
Uninstalling W3Speedster
Delete the extension folder from the root directory. Remove or comment out any related configuration in config/web.php. […]
Updating W3Speedster
Manual Update: Download the latest version of the extension. Replace the existing extension files in the extensions/ or vendor/ directory. […]
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’ => […]
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
Excluding specific pages from HTML caching ensures that these pages are always fetched directly from the server rather than from a cache. This approach is particularly useful for pages with dynamic content that changes frequently, user-specific pages, and sections of your site that must always display the most current data. […]