Serve js from other places
Permalink
Hi!
I wonder if it's possible to configure c5 so that javascript is served from a CDN like Google'shttp://ajax.googleapis.com.
Or at least if the libraries served locally can be minified and compressed.
The server I'm using is rather slow and this would help a little.
BTW, this forum is quite slow too (for me), is it an artifact of it using c5, or is it something else?
best regards,
Vlad
I wonder if it's possible to configure c5 so that javascript is served from a CDN like Google'shttp://ajax.googleapis.com.
Or at least if the libraries served locally can be minified and compressed.
The server I'm using is rather slow and this would help a little.
BTW, this forum is quite slow too (for me), is it an artifact of it using c5, or is it something else?
best regards,
Vlad
Right, thanks!
I am still getting used to this style of copying core files to my own directory. I hope there won't be many such files that will get shadowed in the end, because it means that i'll have to diff and patch everything for every upgrade. Or is there any better way to handle this?
regards,
Vlad
I am still getting used to this style of copying core files to my own directory. I hope there won't be many such files that will get shadowed in the end, because it means that i'll have to diff and patch everything for every upgrade. Or is there any better way to handle this?
regards,
Vlad
I think it'd be better to include the google cdn and if jQuery isn't loaded (errored out or whatever) then load in the concrete5 supplied version. That'd be ideal, a bit of googling should have you set up.