-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Potential speedups
- 1. Concatenate+uglify javascript (we load about 6 js files including jquery)
- 2. Concatenate css (we load 3 files: main.css, bootstrap, fontawesome)
- 3. Have a selective bootstrap (don't load the parts we're not using)
- 4. Compress images: use progressive jpegs with lower resolution and or quality. ( @dennisver: can you commit the source images used in the website to the repo? original resolution and quality plz )
- 5. Only load the instagram feed
once that part of the DOM is in the viewport1s after DOM ready. - 6. Use amazon cloudfront as a cdn (this would cost a few dollars per year, and we should test the impact as we would need to change the build flow to include invalidating the cloudfront assets)
Metadata
Metadata
Assignees
Labels
No labels