- Fix: User roles cookie was not getting removed for logged-out users in some cases, causing incorrect cached file generation.
- Fix: Force disable browser cache when serving cached pages.
- Fix: Incorrect apache fallback configuration for cached pages.
- Improvement: htaccess rules added before WP rules to avoid overriding custom rules.
- Improvement: Better object caching compatibility during cache preloading.
- Improvement: WooCommerce assets retained on the account page.
- Improvement: Improved archive page auto-purging.
- Fix: Pages now cached with KBoard plugin active.
- Fix: Translated URLs cached with TranslatePress.
- Fix: Fixed deferral of stylesheets without media attributes.
- Fix: A browser console warning regarding preloaded images not being promptly utilized for third-party CDNs post v4.16
- New: Filter hooks to exclude JS files from delay and defer (for third-party plugin developers)
- Improvement: A remarkable 80% reduction in CPU usage during cache preloading for sites with large number of pages
- Improvement: Enhanced compatibility with the SureCart plugin
- Improvement: Enable defer inline by default when defer JavaScript is enabled
- Improvement: Cache was not purged properly when ACF option pages are updated in certain cases
- Improvement: CORS compliant image preloading to ensure efficient resource reuse for better performance
- Improvement: Do not optimize images inside `template` tags for broader compatibility
- Fix: A PHP notice triggered by early textdomain loading in WP v6.7.1
- Improvement: Display alerts after importing configurations and activating license
- Improvement: Simplify smart link preloading for enhanced performance
- Fix: The admin bar was not displaying for logged-in users in certain cases when FlyingCDN is active
- Improvement: Prevent pages from downloading as gzip on OpenLiteSpeed servers
- Improvement: Refactor WPML integration to improve performance
- Improvement: Preload pages with appropriate user agent for greater compatibility
- Fix: Remove unwanted encoded string from `cache_bust` query parameter that caused invalid URLs
- Improvement: Use mime module as a fallback to prevent pages from downloading as gzip
- Fix: A warning about an undefined array key `HTTP_HOST` while purging FlyingCDN cache in the CLI context
- Fix: Element attribute values were incorrectly captured by the HTML parser in certain cases
- Improvement: Further enhancements to reduce the negative impact of third-party scripts on overall performance
- Improvement: Removed htaccess rule to conditionally check for legacy cached files
- Improvement: Ensure responsive attributes are added only if `srcset` is correctly generated for an image
- Improvement: Leverage WordPress native way to add query parameters to a URL for enhanced compatibility
- Fix: Third-party scripts negatively impacted the pagespeed scores in certain scenarios