Skip to content

Commit 49e1027

Browse files
Update README.md
1 parent fae6d95 commit 49e1027

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ https://wp-rocket.me/blog/reduce-http-requests-speed-wordpress-site/
1010
+ Deleting and Optimizing Images
1111
+ Evaluating and Reducing External Scripts
1212

13+
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.
1326

1427
## Content Delivery Network
1528

0 commit comments

Comments
 (0)