1. Log In to Joomla Administrator Navigate to: https://yourdomain.com/administrator Enter your admin username and password to access the Joomla Control Panel. 2. Access the Extensions Manager From the side navigation menu, go to: System > Install > Extensions 3. Choose One of the Installation Methods Joomla offers multiple installation options for extensions like W3Speedster: Upload […]
Archives: W3Speedster Docs
Documentation for W3Speedster
Installing W3Speedster
1. Access the Module Manager Open your PrestaShop Admin Panel. Navigate to the following: Modules > Module Manager 2. Upload the Module In the Module Manager, click on: “Upload a Module” (usually at the top right). Drag and drop or manually select the downloaded W3Speedster zip file. PrestaShop will automatically extract and install the module. […]
Way to 90+ in Google PSI
BASIC SETTINGS The Basic Settings section acts as the master control panel for core performance enhancements in the W3Speedster. Enabling it automatically activates critical features like: Full-page HTML Caching (Read In Detail) Optimization for pages with query parameters (Optimize Pages with Query Parameters) The master toggle for site-wide Optimization (Turn on Optimization) These settings provide […]
Lazyload Javascript
Feature: Lazyload JavaScript is a performance-enhancing technique used by W3Speedster that delays the loading of non-critical JavaScript files until after the page’s primary content is displayed or the user interacts with the page (e.g., scroll, click, mouse movement). This method reduces render-blocking behavior and improves load times, especially on mobile devices and slower networks. W3Speedster […]
Installing W3Speedster
You can install W3Speedster using one of the two methods: Automatic Installation (Recommended) This is the easiest and fastest way to install the plugin. Log in to your WordPress Admin Dashboard. Go to Plugins > Add New. Click on Upload Plugin at the top. Click Choose File, then select the w3speedster.zip file you downloaded. Click […]
Installation W3Speedster
Unzip the Magento extension archive on your local system. Open FileZilla Software (or any FTP client) to connect to your Magento server. Upload the entire extension folder to the following directory: /root/app/code (Ensure that the vendor/module folder structure is preserved correctly.) After successful upload, access your server terminal or SSH. Navigate to your Magento root […]
Export Settings
Feature: The Export Settings functionality in W3Speedster allows developers and site administrators to save their complete performance optimization configuration as a structured JSON file. This export acts as a reliable backup or a transferable configuration package—ideal for environment synchronization, migration, or collaborative development workflows. Why We Need It Configuration Backup: Preserves all customized optimization settings […]
Installing W3Speedster
Installing in CI3 Download the Package zip: Download the zip provided on my account page of W3Speedster. Installing: Extract the zip file in the /project_root_directory/application/libraries directory. Add the required files: Then copy W3speedsterOptimizer.php and paste the file into the project_root_directory/application/hooks directory. Config the package: Then go to /project_root_directory/application/config directory find the hooks.php file and add […]
Installing W3Speedster
To ensure stable and effective performance improvements while using W3Speedster, it is strongly recommended to follow this step-by-step testing approach: 1. Create Directory Structure for the Package Navigate to Your Laravel Project Root: cd /path/to/your/project Create a Directory for Custom Packages: mkdir packages Add W3Speedster in Package: upload the zip file in the package folder […]
Enable Caching for Logged-in Users
W3Speedster enhances performance for authenticated users by enabling caching during logged-in sessions. This reduces the need to dynamically generate pages with each request: Upon login, the plugin continues to cache pages for authenticated sessions if caching for logged-in users is enabled. By default, many caching solutions disable this to avoid delivering personalized or sensitive data […]
