FlyingPress - Taking WordPress To New Heights v3.6.0

virgilio183

Well-known member
☆☆ Special ☆☆
☆ Pro ☆
Master
Joined
May 16, 2021
Messages
25,956
Reaction score
36,743
Points
113
NullCash
636,304
demo.png
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
 

Attachments

  • flying-press.zip
    237.4 KB · Views: 1
Top