Optimize CSS
- Generate critical and used CSS
- Load unused CSS asynchronously/interaction
Font Optimization
- Self-host, inline & combine Google Fonts
- Add fallback fonts while loading (display swap)
- Preload fonts
Page Caching
- Generates static HTML pages
- Preload cache
- Configures Nginx/Apache/LiteSpeed to serve cache
- Preload pages in browser on mouse hover
- Varnish integration
Image Optimization
- Adding missing height and width attributes
- Preload critical images
Defer JavaScript
- Remove render-blocking JavaScripts
- Delay scripts until user interaction
- Fix render-blocking jQuery scripts
Lazy Loading
- Lazy load images & iFrames
- Native or JavaScript lazy loading
- Exclude above fold images
- Lazy load any background images
Minify CSS and JavaScript
- Minify CSS & JS files in the server or via CDN
Database Cleaner
- Delete unnecessary entries and optimize tables
Requires at least: 4.7
Tested up to: 6.4
Requires PHP: 7.4
Stable tag: 4.9.2
== Changelog ==
= v4.9.2 - 16 January, 2024 =
- Improvement: HTML elements finding is 2000% more faster
- Improvement: Google fonts are now downloaded separately for enhanced efficiency and compatibility
info: https://flyingpress.com