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

Page Load Speed #7

Open
dijonkitchen opened this issue Aug 29, 2016 · 1 comment
Open

Page Load Speed #7

dijonkitchen opened this issue Aug 29, 2016 · 1 comment

Comments

@dijonkitchen
Copy link
Contributor

dijonkitchen commented Aug 29, 2016

The large jpgs seem to be a big part of this when I throttle speed in Chrome Dev Tools.

References:
https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fcortlandtlabs.co%2F&tab=mobile

Maybe use CDNs for minified JS files too.

@dijonkitchen
Copy link
Contributor Author

External libraries: Use CDNs for larger sites and large, popular libraries others most likely have. Otherwise, just include it in your own directory. Even better if it's minified and uglified into one file.

Refs:
https://zoompf.com/blog/2010/01/should-you-use-javascript-library-cdns
http://stackoverflow.com/questions/21099528/multiple-files-on-cdn-vs-one-file-locally

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant