Performance and Speed of Clipper
Hi Dev team.
Could you consider the improvement of the Performance and Speed of Clipper :
- - Remove unused CSS
Remove dead rules from stylesheets and defer the loading of CSS.
Many css are loaded and aren't used in all pages.
- /dashicons.min.css?ver=5.2.2
- /style.min.css?ver=2.0.4
- /foundation.min.css?ver=6.4.3
- /jquery-ui.min.css?ver=1.11.2
- /font-awesome.min.css?ver=4.7.0
- /style.min.css?ver=5.2.2
- /.......and others.
- - Eliminate render-blocking resources
Resources are blocking the first paint of your page.
- /jquery.js?ver=1.12.4-wp
- /blue.css?ver=5.2.2
- /foundation.min.css?ver=6.4.3
- /dashicons.min.css?ver=5.2.2
- - Minimize main-thread work
- Consider reducing the time spent parsing, compiling and executing JS.
- Includes front-end JavaScript libraries with known security vulnerabilities