Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address google analytics performance suggestions #26

Open
6 tasks
arr2036 opened this issue Aug 11, 2017 · 0 comments
Open
6 tasks

Address google analytics performance suggestions #26

arr2036 opened this issue Aug 11, 2017 · 0 comments

Comments

@arr2036
Copy link
Member

arr2036 commented Aug 11, 2017

  • Enable gzip compression for .js and .css extensions
  • Enable browser side caching for .js, .json, .svg, .woff2 and the various API calls. Thought was did this but google says not.
  • Use async when loading Js see here. Google complains specifically about angular and jquery.
  • Use async when loading CSS see here. Google complains specifically about css/main.css
  • Minify app.js - Probably as part of the build process.
  • Minify main.css - Probably as part of the build process.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant