Skip to content

Faster page load #5

Description

@andruby

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 viewport 1s 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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions