Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialKonrad Pilch
2,435 PointsImproving javascript load on sites
l have running though the issue where my sites take ages to load because they are loading for the javascript files. l am doing all that is need to be done like, compressing and minifying files then putting my javascript files at the end and even doing cdns and that. These solutions tend not to help so l turned to jekyll but even with jekyll my css loads in before my javascript are loaded in applied. Any idea why how l can tremendously increase JS load speed on sites?