Questions tagged [google-cdn]

This tag should be NOT used for questions regarding Google Cloud CDN, part of Google Cloud Platform; for that, use the 'google-cloud-cdn' tag instead.

For questions regarding the JavaScript libraries hosted by Google Hosted Libraries

This tag should be NOT used for questions regarding Google Cloud CDN, part of Google Cloud Platform; for that, use instead.

139 questions
103
votes
4 answers

Latest jQuery version on Google's CDN

I read in the official doc of the Google CDN that this is the src to jQuery: However, it is annoying to have to change my jQuery src reference at each version…
Martin Borthiry
  • 5,256
  • 10
  • 42
  • 59
37
votes
3 answers

jquery ui - how to use google CDN

I want to use Google CDN for jQuery and jQuery UI.. I'm using the answer from here for jQuery. Best way to use Google's hosted jQuery, but fall back to my hosted library on Google fail but i don't understand this bit: if (typeof jQuery ==…
raklos
  • 28,027
  • 60
  • 183
  • 301
26
votes
10 answers

Is Google’s CDN for jQuery available in China?

Does anyone know if Google's CDN for jQuery is available in China? http://code.google.com/apis/ajaxlibs/ I might have a project where I'll need to support localization a variety of countries, including mainland China, and want to know if I'll need…
Dean Peters
  • 999
  • 1
  • 8
  • 9
22
votes
5 answers

Public CDN for CKEditor

Simple one: Is there any public CDN to load CKEditor like when you load jQuery from Google's CDN? I haven't been able to find any big CDN. I guess I could always hotlink to ckeditor.com's JS file but that's not exactly what optimization means.
Juan Ignacio
  • 3,217
  • 8
  • 33
  • 53
18
votes
5 answers

Hosting your own JavaScript scripts files (other than Jquery) on fast free CDNs like google?

Inspired by Dave Ward to host javascript files externally, I have several questions concerning the hosting of Javascript files externally: Everybody knows that known libraries can be directly sources to, for…
Sam
  • 15,254
  • 25
  • 90
  • 145
17
votes
7 answers

Is jquery.cookies hosted on the Google CDN?

I can't seem to find the jquery plugin for cookies on googles CDN. Is it only available for download?
Paul
  • 11,671
  • 32
  • 91
  • 143
17
votes
5 answers

Are there a minified/compressed versions of the jQuery UI CSS themes on Google's CDN?

I know that Google has the CSS files for jQuery UI at the following location: //ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/pepper-grinder/jquery-ui.css But I'm wondering if they serve the minified or compressed versions? I tried a number…
Darryl Hein
  • 142,451
  • 95
  • 218
  • 261
17
votes
1 answer

Is 'Google Web Fonts' or CDN bad?

I worked on a Project recently; and upon starting one of the first things mentioned was to NOT use google CDN nor google web fonts -- there wasn't an explanation. I have always used CDNs and Google Web Fonts as opposed to font-face; is there any…
Dr Upvote
  • 8,023
  • 24
  • 91
  • 204
16
votes
2 answers

Why isn't Google's Closure library hosted on their CDN?

Google hosts a number of JavaScript libraries such as jQuery and dojo on their CDN. For some reason, their own Google Closure library does not seem to be included. Is there a hosted version of the Closure library?
mjs
  • 63,493
  • 27
  • 91
  • 122
16
votes
4 answers

What's the best way to load jQuery?

Possible Duplicate: Where do you include the jQuery library from? Google JSAPI? CDN? I have an application that uses jQuery. The application could use almost any recent version of jQuery such as 1.7 or 1.8. Can anyone give me a suggestion as to…
Angela
  • 3,269
  • 3
  • 22
  • 24
15
votes
3 answers

Sub Resource Integrity value for //maps.google.com/maps/api/js

Where do i find the sub resource integrity value for the script //maps.google.com/maps/api/js? For example:
13
votes
1 answer

Create a CDN with Google Cloud and Image Optimization

I have many websites and also websites made by clients which I would like to optimize. I am currently using different CDN providers but I would like to simplify my workflow and hopefully also lower the costs. I would like to have a CDN with a Pull…
13
votes
5 answers

How to disable google cloud storage bucket list from acl control?

We're using google cloud storage as our CDN. However, any visitors can list all files by typing: http://ourcdn.storage.googleapis.com/ How to disable it while all the files under the bucket is still public readable by default? We previously set…
Tom Fishman
  • 1,716
  • 6
  • 22
  • 36
11
votes
1 answer

How Stack Overflow has implemented caching?

Not sure if Stack Overflow uses caching to enhance the loading speed of its pages, but if it has, it has done a great job. There are many components to be updated. I this picture you see every single second there are many components to be updated.…
C graphics
  • 7,308
  • 19
  • 83
  • 134
10
votes
4 answers

Use google hosted jQuery-ui or self host custom download of jQuery UI?

I'm working on a site where we are using the slide function from jquery-ui. The Google-hosted minified version of jquery-ui weighs 63KB - this is for the whole library. The custom download of just the slide function weighs 14KB. Obviously if a user…
sam
  • 9,486
  • 36
  • 109
  • 160
1
2 3
9 10