I was working on a page the other day for optimisation - 97/100 score now.
The main issues that remain are to do with FB, Google
- serve images from a consistent domain,
- leverage browser caching,
- minify javascript (that's a Google problem, I mean, really?!),
- ga.js and plusone causing reflows
- script serialisation
Doesn't appear there's much to be done about these from an end user perspective but they're not major slow downs as the page is well above the median load speed for similar pages.
The main issues that remain are to do with FB, Google
- serve images from a consistent domain,
- leverage browser caching,
- minify javascript (that's a Google problem, I mean, really?!),
- ga.js and plusone causing reflows
- script serialisation
Doesn't appear there's much to be done about these from an end user perspective but they're not major slow downs as the page is well above the median load speed for similar pages.