I tried running the site through Zoompf and found the resulting report to have predictable results given the issues that we already know about.
What was useful from it though was the scoring of defects by impact and ease of fix. This can then guide you towards the 'low hanging fruit', in this case:
- Turn compression on for favicon.ico
- Zoompf taking issue with an empty robots.txt
- Images without caching information - which should really be the next thing on the 'to-do' list
- Javascript without caching information
- HTML files that could be minified - ie. remove white space that improves readability but increases file size
- Style sheets without caching information - I'm starting to see a pattern here, caching is important
- Unoptimised images, either GIF with unused information or JPG with excessive quality.
So yes, there is still a fair bit of work to do