trucsclub / trucsclub.github.io

TRU CS Club Website
https://trucsclub.github.io/
7 stars 14 forks source link

Potential Page Speed Optimizations #80

Closed LeeBergstrand closed 5 years ago

LeeBergstrand commented 8 years ago

@LavenderGoons

Google has some page speed optimized insights. https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.trucsclub.ca%2F

Most of this stuff is outside you control but may be worth looking into...

chrisfosterelli commented 8 years ago

Most of these are caused by things that are not directly under our control: the twitter plugin, Github's HTTP server, Facebook's JS, etc.. As you pointed out.

An argument could be made for moving the JS to the bottom of the DOM or making them async. I wouldn't bother with the CSS inlining, as that's a ton of work and difficult to fit into a github pages workflow.

@LeeBergstrand Pull requests welcome! :)

stevelyall commented 8 years ago

@LeeBergstrand #overoptimization :P

LeeBergstrand commented 8 years ago

@stevelyall

@chrisfosterelli --> Overall its good! I'll look into the ayncing the JS after exams.

marcolussetti commented 5 years ago

Closing as stale. We could probably do with a rewrite anyway.