Feature: Improves caching and performance by removing unnecessary query parameters from file URLs. Functionality: Interception of File Requests: W3Speedster intercepts browser requests for CSS and JavaScript files. URL Normalization: Strips out query parameters (e.g., ?ver=5.7.1) from the file URLs. Optimized File Delivery: The resource is served from the cache or CDN without query parameters, improving […]
Doc Category: Cake PHP
Enable Gzip compression
Feature: Reduces the size of files transferred between the server and the visitor’s browser to improve page load times and reduce bandwidth usage. Functionality: Automatic Gzip Compression: When enabled, W3Speedster automatically compresses text-based resources (HTML, CSS, JavaScript, JSON) before they are sent to the browser. Requires Apache Server: This feature works only on servers running […]
Enable leverage browsing cache
Feature: Caches static resources in a visitor’s browser to speed up page load times and reduce server load. Functionality: Automatic Cache Control Headers: W3Speedster adds the necessary cache control headers to store static resources (like images, CSS, JS) in the browser cache for a specified duration. Optimized Server Configuration: Configures the server to support local […]
Exclude path from cdn
During the implementation of the CDN, our plugin provides a section to exclude the specific paths so that the work of the plugin is not hampered, for instance, excluding ‘/wp-includes/’. […]
Exclude file extensions from cdn
During the implementation of the CDN, our plugin provides a section to exclude the specific extensions so that the functionality of site is not hampered, for instance, excluding ‘Font Extensions’ like (.woff, .ttf, .eot, .woff2) might be required because cross origin request for fonts are not allowed in many sites and allowing of fonts from […]
CDN URL
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. […]
Separate javascript and CSS cache for mobile
This will create separate JavaScript and CSS cache for mobile. All css and javascript files will have mob.css at the end only for mobile(.css for desktop) and also separate Critical CSS will be created for Mobile and desktop. […]
Optimize pages when User Logged In
Enabling this option will optimize pages even when a user is logged in. Use this feature with caution, as it may affect the performance of dynamic or personalized content for logged-in users. Ensure that the optimization does not interfere with user-specific functionalities or content. […]
Optimize pages with Query parameters
This enables the optimization to be shown on the pages with query parameters when the optimization is live. For eg. https://www.example.com?nocache=1 will show optimized page if this setting is turned on. It is recommended only for servers with high performance. […]
Turn On Optimization
When you turn on this field, the W3Speedster Plugin will optimize your site by applying all the optimization settings. If this settings is turned off, no settings in w3speedster plugin will apply except html caching. […]