cortlandtlabs / cortlandtlabs.github.io

Want to make something people love? We can help!
http://cortlandtlabs.co
MIT License
1 stars 0 forks source link

Page Load Speed #7

Open dijonkitchen opened 8 years ago

dijonkitchen commented 8 years ago

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 commented 8 years ago

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