Enabling Core Web Vitals logs allows you to track and record data related to the Core Web Vitals metrics, which include Largest Contentful Paint (LCP), First Input Delay (FID), and Cumulative Layout Shift (CLS). These metrics are essential for assessing your site’s performance and user experience. By logging this data, you can analyze performance issues, […]
Archives: W3Speedster Docs
Documentation for W3Speedster
Optimize Images via wp-cron
Enabling this option allows images to be optimized using wp-cron. The plugin will optimize one image attachment per minute to ensure that server performance remains unaffected. If you need faster optimization, click the “Start Optimization” button in the ‘Image Optimization’ tab to accelerate the process. […]
W3speedster Seprate Critical Css For Post Type
Function: w3SpeedsterCreateSeprateCssOfPostType Description: By default our plugin creates a single critical css for post but If you wish to generate separate critical CSS for post. W3Speedster allows you to create critical CSS separately post-wise. Parameter: $separate_post_css- Array of post types. Return: $separate_post_css – create separate critical css for each post and page. function w3SpeedsterCreateSeprateCssOfPostType($separate_post_css){ $separate_post_css […]
Cache Path
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 […]
Import / Export
[…]
Optimize Images on the Go
This feature automatically optimizes images as site pages are crawled. The W3Speedster Plugin captures unconverted and unoptimized images when you visit a page and optimizes them in the background. This ensures that all images used on the site are prioritized for optimization. However, it is recommended to turn off this feature after the initial crawl […]
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; } […]
Automatically Optimize Images on Upload
This feature automatically optimizes and converts new images to WebP format as soon as they are uploaded. If you notice that image uploads are taking longer than expected, you may want to turn off this feature. Ensure that the settings for image optimization and WebP conversion are also enabled to use this feature effectively. […]
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; } […]
Responsive Images
The W3Speedster Plugin creates responsive images that adjust the background image of your webpage based on the user’s screen size, such as mobile, tablet, or desktop. This ensures that your images look optimal on all devices. […]