This repository displays how to get a perfect PageSpeed Insights score with a Bootstrap example.
UPDATE: Check out this comment that highlights the correct mod_pagespeed settings to automate the steps below!
# | Commit | Mobile Score | Desktop Score |
---|---|---|---|
1 | Bootstrap off the shelf | 77 | 90 |
2 | Enable mod_pagespeed | 80 | 93 |
3 | Minify CSS | 80 | 94 |
4 | Remove render blocking JS | 91 | 98 |
5 | Leverage browser caching | 92 | 98 |
6 | Remove render blocking CSS | 100 | 100 |