haxe.io
haxe.io copied to clipboard
Optimisations
- [ ] WebFonts from Google Fonts can take a
?text=
param with the characters required on the page, create tuli plugin to do this automatically, or do what smashing magazine has done. - [ ] Create optimised images as everything is currently high res. Parse the css to create images based on break points?
- [ ] Use CloudFronts new content negotiation to serve the best images & video to the user.
- [x] Pre gzip files before upload.
- [ ] Above the fold css
- [ ] Get text to render in IE 11 :scream:
- [x] ~~Use cloudflare.~~
- [ ] All svg 1.1 compatible for widest browser support.
- [x] SSL certificate. Extended validation preferred.
- [x] Enable HSTS
- [ ] add ogg video format.
- [ ] add flash fallback for videos.