Once W3Speedster is successfully installed in your Core PHP project, 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.com/?admin=1&page=w3_speedster You will see the W3Speedster login interface. 2. Log in Using Default Credentials Default Email: admin@example.com […]
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: admin@example.com Default […]
Separate CSS cache for mobile
Feature: The “Separate CSS Cache for Mobile” feature in W3Speedster ensures that mobile users receive optimized CSS files specifically tailored for mobile devices, distinct from the desktop version. This is crucial when separate files for mobile and desktop are required. because mobile and desktop layouts typically require different styles for optimal performance and responsiveness. Why […]
Unistalling W3Speedster
Uninstalling W3Speedster in CodeIgniter 3 (CI3) Revert W3Speedster Configuration and Images Revert Image Optimization: Go to the Image Optimization tab in the W3Speedster panel. Click on “Restore Original” to revert all images to their original state. Disable All Active Settings: Navigate through the W3Speedster configuration panel. Disable modules like: HTML Caching, Image Optimization, JavaScript and […]
Uninstalling W3Speedster
1. Uninstall via Composer Run the Composer command to remove the package and clean up autoload mappings: composer remove w3speedster/w3speedster This command: Deletes the package files from the vendor/ directory. Updates composer.lock and autoload references. 2. Clean Up Laravel Configuration Clear Application Cache – To fully detach the package from Laravel’s internal references: php artisan […]
Load Critical CSS
Feature: “Load Critical CSS” is a crucial performance optimization technique that identifies and loads only the essential CSS needed to render above-the-fold content during the initial page load. This allows browsers to quickly display visible content without waiting for the entire CSS file to download, significantly enhancing perceived load speed and visual responsiveness. W3Speedster automates […]
Uninstalling W3Speedster
Identify the Extension First, confirm that the W3Speedster extension is installed by checking the Magento extension list: php bin/magento module:status Look for an entry like W3Speedster_W3Speedster (or similar). This confirms the extension is installed and enabled. Disable the Extension To prepare for uninstallation, disable the extension: php bin/magento module:disable W3Speedster_W3Speedster Replace W3Speedster_W3Speedster with the actual […]
Minify HTML
Enabling HTML minification reduces the size of your HTML files by removing unnecessary characters, such as whitespace, comments, and line breaks, without affecting the functionality or appearance of the content. This results in faster page load times and improved site performance by decreasing the amount of data that needs to be transferred between the server […]