Open
Description
Currently we score:
- 61% for mobile,
- 79% for desktop.
I bet we can do better! ;)
There are some things that can be fixed quite easily:
- enable compression/minimize
socket.io.js
, - set some simple rules for caching,
- move JS from
<head>
to<body>
(possibly more complicated), - UnCSS in grunt (See Grunt/Gulp UnCSS #412).
I wouldn't bother with above-the-fold stuff as that's the first thing anyone using this generator will change (unless there's a grunt plugin that can handle that somehow).
Also is https://fullstack-demo.herokuapp.com kept up-to-date with releases? @DaftMonk since you're the maintainer, how about adding buildcontrol:heroku
task to generator's Gruntfile?