Feature Defines the location on your server where cached files (static HTML, JavaScript, CSS, etc.) are stored for improved performance. Default Behavior: Cache Path Management: W3Speedster automatically manages the cache path. Default Location: Cached files are stored in the wp-content/cache folder. Custom Cache Path Customizable Option: W3Speedster allows you to specify a custom cache path […]
Archives: W3Speedster Docs
Documentation for W3Speedster
Load SVG Inline Tag as URL
Feature: The “Load SVG Inline Tag as URL” option in W3Speedster determines how SVG images are rendered. Instead of embedding the full SVG code inline in the HTML (which increases DOM complexity), this setting enables loading SVGs as external files via standard <img> tags. Why This Setting is Important Improved Page Performance: Prevents HTML bloat […]
Enable Core Web Vitals Logs
Feature: The “Enable Core Web Vitals Logs” feature in W3Speedster activates real-time tracking of critical user experience metrics, including: Largest Contentful Paint (LCP): Measures page loading performance. First Input Delay (FID): Measures interactivity responsiveness. Cumulative Layout Shift (CLS): Measures visual stability and layout shifts. These logs provide developers with valuable insights into how real users […]
W3speedster Seprate Critical Css For Category
Function: W3speedsterCriticalCssOfCategory Description: W3Speedster Create seprate critical css for categories pages. Parameter: $separate_cat_css- Array of Category. Return: $separate_cat_css – create separate critical css for each category and tag. function W3speedsterCriticalCssOfCategory($separate_cat_css){ $separate_cat_css = array(‘category’,’tag’,’custom-category’); return $separate_cat_css; } function W3speedsterCriticalCssOfCategory($separate_cat_css){ $separate_cat_css = array(‘category’,’tag’,’custom-category’); return $separate_cat_css; } […]
Debug Logs
Feature: The Debug Logs tab shows a read-only view of Critical CSS and Optimize with AI log output. It appears only after Enable Logs is turned on under General. How to Access Enable Logs under General and save. Open W3Speedster Dashboard → Debug Logs. Copy the log file path or log text if you need […]
Nginx Cache Support
Feature: On Nginx servers, Apache .htaccess rules cannot serve HTML cache by themselves. When W3Speedster detects Nginx, it provides a ready-made nginx.conf snippet so cached HTML can be served from the site root. How to Access Open W3Speedster Dashboard → HTML Cache and enable HTML Caching. If Nginx is detected, the tab shows a notice […]
W3speedster Change Video To Videolazy
Function: w3SpeedsterVideoToVideoLazy Description: Change video tag to videolazy tag Parameter: $videolazy- 0(default) || 1 Return: 1 – Change video tag to videolazy tag. function w3SpeedsterVideoToVideoLazy($videolazy){ $videolazy= 1; return $videolazy; } function w3SpeedsterVideoToVideoLazy($videolazy){ $videolazy= 1; return $videolazy; } […]
Import / Export
[…]
Change Logs
Feature: The Change Logs functionality in W3Speedster provides a detailed audit trail of all configuration changes made within the plugin. It tracks which user performed what action, along with timestamps, ensuring complete transparency and accountability over optimization settings. Why We Need It Accountability: Tracks individual user actions, helping teams identify who made specific changes. Audit […]
W3speedster Change Iframe To Iframlazy
Function: w3SpeedsterIframetoIframelazy Description: Change iframe tag to iframlazy tag. Parameter: $iframelazy- 0(default) || 1 Return: 1 – Change iframe tag to iframlazy tag. function w3SpeedsterIframetoIframelazy($iframelazy){ $iframelazy = 1; return $iframelazy; } function w3SpeedsterIframetoIframelazy($iframelazy){ $iframelazy = 1; return $iframelazy; } […]
Christmas Mega Sale – Enjoy Up to 50% OFF on Every Plan! 
