fssnippets / fssnip-website

Source code for the F# Snippets web site
http://fssnip.net
103 stars 36 forks source link

JS optimization #54

Closed kunjee17 closed 8 years ago

kunjee17 commented 8 years ago

JQuery that is used is pretty old. And we are using local copy. It will optimize performance of web page quite a lot.

If we can use Google cdn JQuery (fallback will be local one.) And move scripts on bottom. That will not block page loading.

Let me know what you think on this.

tpetricek commented 8 years ago

This sounds like a very useful change to do :) please feel free to send a PR!