There are two methods to update the W3Speedster plugin: Automatic Update and Manual Update. Note: If your license has expired, you will not receive updates. Visit your W3Speedster Account Page to renew your license. Automatic Update (Recommended) To update W3Speedster through the WordPress Dashboard: Go to Plugins > Installed Plugins or directly visit: “https://yourdomain.com/wp-admin/plugins.php” Locate […]
Archives: W3Speedster Docs
Documentation for W3Speedster
Convert to WebP
Feature: The “Convert to WebP” feature in W3Speedster allows automatic conversion of JPG and PNG images into the WebP format — a modern, high-efficiency image format developed by Google. WebP delivers significant compression advantages while maintaining visual quality, resulting in faster page loads and lower bandwidth consumption without compromising user experience. Why We Need It […]
Optimize Pages For Logged-In Users
Feature: The “Optimize Pages When User Logged In” setting in W3Speedster enables the plugin to apply optimization techniques to pages viewed by authenticated (logged-in) users. Optimizing these pages can significantly improve performance in many PHP applications where it is safe and beneficial to do so under controlled conditions. How It Works: Enabled: When this setting […]
Accessing W3Speedster
Once W3Speedster is successfully installed in your YII2 application, follow the steps below to access and configure the admin panel securely. 1. Access the W3Speedster Admin Panel Open your browser and go to the W3Speedster login URL: https://your-site-domain/?admin=1&page=w3_speedster You will see the W3Speedster login interface. 2. Log in Using Default Credentials Default Email: [email protected] Default […]
Can’t upload/install W3Speedster
If you’re encountering issues uploading the W3Speedster plugin, it’s likely due to a server-side restriction. Below is a step-by-step guide to resolve it. Common Error Error Message: “The uploaded file exceeds the upload_max_filesize directive in php.ini.” Cause: This error occurs when your server’s PHP configuration limits file upload size. The W3Speedster plugin .zip file is […]
Enable Caching Page with GET Parameters
Feature: This option enables the caching of pages that include GET parameters in their URLs (e.g., example.com/page?param=value). Functionality: When enabled, W3Speedster generates and serves cached versions of pages based on unique GET parameter values. Enhances performance for dynamic and content-rich websites, such as: E-commerce platforms Blogs with filters or query-based navigation Dynamic listing directories W3Speedster […]
Accessing W3Speedster
Once W3Speedster is successfully installed in your Laravel application, follow the steps below to access and configure the admin panel securely. 1. Access the W3Speedster Admin Panel Open your browser and go to the W3Speedster login URL: https://your-site-domain/w3speedster-admin/login You will see the W3Speedster login interface. 2. Log in Using Default Credentials Default Email: [email protected] Default […]
Accessing W3Speedster
Once W3Speedster is successfully installed in your Cake PHP application, follow the steps below to access and configure the admin panel securely. 1. Access the W3Speedster Admin Panel Open your browser and go to the W3Speedster login URL: https://your-site-domain/?admin=1&page=w3_speedster You will see the W3Speedster login interface. 2. Log in Using Default Credentials Default Email: [email protected] […]
Exclude Link Tag CSS from Optimization
Feature: The “Exclude Link Tag CSS from Optimization” feature in W3Speedster empowers developers and site administrators to selectively exclude specific CSS files from being affected by optimization techniques such as minification, combination, and lazy loading. This capability is essential for maintaining layout consistency, preventing conflicts, and ensuring third-party compatibility in complex or legacy environments. Why […]
W3speedster Inner JS Customize
Function: w3SpeedsterInnerJsCustomize Description: If you want to make changes in your inline JavaScript, W3Speedster allows you to make changes in Inline JavaScript (for instance making changes in inline script you have to enter the unique text from the script to identify the script). Parameter: $script_text- The content of the script. Return: $script_text – Content of […]