August 2017
Intermediate to advanced
278 pages
8h 53m
English
Using Google's PageSpeed Insights, we can see the out-of-the-box score for the website without any optimization enabled:

Obviously, 51/100 isn't a great score; this is due to multiple CSS and JS files that haven't been minified, are not compressed, and use no explicit browser caching. With ngx_pagespeed enabled, we get a much better result:

This has instantly given the website a boost in performance, but the simple score doesn't tell the whole story. When comparing the differences in the number of requests, the total has nearly ...
Read now
Unlock full access