You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are also advanced file optimization options that can significantly improve site performance including:
14
+
15
+
Minify HTML – Minifying HTML removes whitespace and comments to reduce the size.
16
+
Combine Google Fonts files – Combining Google Fonts will reduce the number of HTTP requests.
17
+
Remove query strings from static resources – This removes the version query string from static files and encodes it into the filename instead, to help improve your GTMetrix score.
18
+
Minify CSS files – Minifying CSS removes whitespace and comments to reduce the file size.
19
+
Combine CSS files – This merges all your files into one, reducing HTTP requests.
20
+
Optimize CSS delivery – Optimizing CSS delivery eliminates render-blocking CSS on your website for faster perceived load time.
21
+
Minify JavaScript files – This setting removes whitespace and comments to reduce the file size.
22
+
Combine JavaScript files – Similarly to combining CSS files, combing your JavaScript files helps reduce HTTP requests by combining your site’s internal, third party and inline JavaScript.
23
+
Load JavaScript deferred – Loading JavaScript deferred eliminates render-blocking JavaScript on your site and can improve load time.
24
+
25
+
You can also integrate the CDN of your choice for even more caching superpowers. There are loads of options like Batman’s utility belt, except WP Rocket is so much easier to set up and implement.
0 commit comments