BrockCSC / brockcsc.github.io-old

http://brockcsc.ca
3 stars 1 forks source link

Clean Up Backend #1

Open Chippers255 opened 10 years ago

Chippers255 commented 10 years ago

Once the website is complete the next step is to clean up the back, create more abstraction and create a better naming system. Clean up and minify the css and JS.

Chippers255 commented 9 years ago

Still need to optimize the website.

1) Scale all Exec images to 250x315 2) Defer JS parsing to when it is needed. This may not be needed/possible due to jQuery 3) Inline the small amount of in house JS 4) Losslessly compressing all images after resizing 5) Minify CSS & JS & HTML. Make copies in original format so easy to read when editing

dideler commented 9 years ago

You and the rest of the team have done a fine job with this site and I'm glad to see activity again :smiley: I'd argue that these optimizations are minor and not worth the time for what little value they may add.