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 […]
Archives: W3Speedster Docs
Documentation for W3Speedster
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 […]
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 […]
Custom JavaScript to Load on Page Load
Feature: The “Custom JavaScript to Load on Page Load” feature in W3Speedster allows developers to inject JavaScript code early in the page lifecycle—ideal for initializing UI components, activating third-party integrations, or defining site-wide logic that must be available immediately. W3Speedster provides two flexible loading modes for custom scripts: As File – Load the script from […]
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 […]
Installing W3Speedster
To integrate W3Speedster into your CakePHP project for performance optimization, follow these steps: 1. Extract the Package into Your Project Locate the src/ directory in your CakePHP project root. Extract the contents of the downloaded .zip file directly into the src/ folder. Ensure that files are placed correctly without nesting inside additional subfolders. 2. Add […]
Custom JavaScript to Load After Page Load
Feature: The “Custom JavaScript to Load After Page Load” feature in W3Speedster enables developers to execute JavaScript only after the entire web page—including HTML, CSS, JavaScript, images, and other assets—has fully loaded. This is achieved by leveraging the window.onload event to defer non-critical scripts, ensuring a smoother initial render and improved performance. Why We Need […]
Updating W3Speedster
1. Download the Latest Version Log in to your W3Speedster account. Navigate to the Downloads section. Download the most recent version of the W3Speedster ZIP package. 2. Extract the Updated Files Open your CakePHP project directory. Locate the src/ folder. Extract the contents of the new ZIP directly into the src/ folder, replacing existing files. […]