Enter the CDN (Content Delivery Network) URL that you have purchased for your site. This URL will be used to serve static assets like images, CSS, and JavaScript files, helping to improve your site’s performance and load times by distributing content across multiple servers. […]
Archives: W3Speedster Docs
Documentation for W3Speedster
Installing W3Speedster
There are two W3Speedster installation options: Automatic or Manual. Download W3Speedster Once you have bought W3Speedster, you can download the zip file from your W3Speedster account page. or to use free version you can download it from plugins option in your Dashboard Note: If you use Safari, it might be automatically unzipping the file on download. […]
Installation W3Speedster
Log in to Joomla Administrator: Access the admin panel by navigating to yourdomain.com/administrator. Go to Extensions Manager: From the top menu, navigate to Extensions → Manage → Install. Choose the Installation Method: Upload Package File: Click the “Choose File” button, select the extension’s .zip file from your computer, and click Upload & Install. Install from […]
Installing W3Speedster
Download the module zip: Download the zip provided on my account page of W3Speedster. Installing: Got to module > module manager. upload the zip by clicking on ‘Upload a Module’. Config the Plugin: Click on config in the module manager. Verify Installation: run the module to verify if everything is working as fine. […]
Installing W3Speedster
Create a Directory for the Package Navigate to the Project Root: Open your terminal and go to your Laravel project directory. cd /path/to/your/project Create a packages Directory: This directory will hold your custom packages. mkdir packages Add the Package Code: Inside the packages directory, create the necessary folder structure for the w3speedster package: mkdir -p […]
W3speedster Pre Start Optimization
Function: w3SpeedsterPreStartOptimization Description: Modify page content pre optimization. Parameter: $html = Content visible in pages view source. Return: 1 – Reflect the changes done in html of the page. function w3SpeedsterPreStartOptimization($html){ $html = str_replace(‘Existing content’,’Changed content’,$html); return $html; } function w3SpeedsterPreStartOptimization($html){ $html = str_replace(‘Existing content’,’Changed content’,$html); return $html; } […]
Installing W3Speedster
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 the below […]
Delete HTML Cache
Delete the HTML cache whenever you make changes to your site to ensure that the latest updates are reflected. This helps maintain accurate and up-to-date content for your visitors. […]
Installing W3Speedster
Download the extension zip: Download the zip provided on my account page of W3Speedster. Installing: extract the zip in the src directory of your Cakephp project Add the required files: Add the ‘W3speedsterMiddleware.php’ file to your middleware folder in the src directory if it does not exist create a folder named Middleware and add the […]
Installation W3Speedster
Unzip the Magento archive you have and start the installation process of the Magento extension by uploading the complete extension folder using FileZilla Software. Make sure your uploaded folder must go in the /root/app/code. Once you upload your Magento extension, you’ll now have to run the below commands through the terminal in the extension root […]