Google Analytics suggests the following speed improvements: - Should fix - [x] Mark `<script>` tags `async` (or copy/paste them into the HTML) so the page can be rendered before the script downloads - Consider fixing - [ ] Mark JS and CSS as cacheable (is this possible?) - [x] Compress and shrink `img/logo.png` so it downloads faster - [ ] Consider copy/pasting stylesheets into the HTML - [x] Minify JS so it loads/downloads faster - [ ] Minify CSS so it loads/downloads faster
Google Analytics suggests the following speed improvements:
<script>tagsasync(or copy/paste them into the HTML) so the page can be rendered before the script downloadsimg/logo.pngso it downloads faster