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
0
votes
2 answers

Google Compute have used CDN?

I already used Google Compute instance, and it's located us-central. I'm living Taiwan, ping the instance than average time 180~210ms. Amazon EC2 located Singapore, average time 70~80ms. I think this difference latency result, depend your server…
PinLiang
  • 25
  • 1
  • 4
0
votes
3 answers

Image hosting on Google App Engine a good idea?

I am planning to host images via Google app engine blobstore API. It looks to be very promising on performance and cheap. Also I would be able to map to my custom domain. But few things that I wish to know about. 1.) Is serving images via blobstore…
Saurab Parakh
  • 1,054
  • 3
  • 12
  • 19
0
votes
0 answers

Remote image serving to phonegap app

In a nutshell, I've built an app using HTML/CSS/JS and Phonegap. It's still in testing phase. I have all my app's images saved in Google Cloud Storage (GCS). I have image tags (divs) within my app that needs to pull those images from GCS to the…
0
votes
1 answer

Is there any CDN source or any other source from where I can refer the CSSPIE3 js?

I had previously posted a question in stack and got an answer from Spudley there to use the CSSPIE3 Library (PIE.js version 1.0) . I have used it and it works perfectly for me . However, i have to download it in my local and refer it from there. Is…
The Dark Knight
  • 5,455
  • 11
  • 54
  • 95
0
votes
1 answer

Is there a way to automatically keep up with jQuery updates?

I know about the "latest" that can be used with a CDN, but I don't want to go that route - for example, version 2.0 of jQuery drops support for some still semi-popular browsers, and so I don't want the latest, just the newest in the "1.10" family. I…
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862
0
votes
1 answer

Greenscript CDN fallback on Play Framework 1.2.5

Im using Play! 1.2.5 and Greenscript 1.2.8b. Im looking to have a fallback for jQuery and other javascript library if one the CDN is not responding.
SolidALb
  • 130
  • 2
  • 10
0
votes
1 answer

Check if the Jquery CDN protocol relative url exists PHP

I am trying to see if JQuery CDN exists or not via PHP essentially what Paul Irish did here but with PHP instead. http://paulirish.com/2010/the-protocol-relative-url/ I am trying following but it's not working. Is this possible without…
MonteCristo
  • 1,471
  • 2
  • 20
  • 41
0
votes
1 answer

Using requirejs 2.1.5 and the google cdn

I am just beginning to use the requirejs api, but have an initial question concerning using the google CDN. Currently, to get the latest jquery and jqueryui I am using the following:
radi8
  • 528
  • 3
  • 12
  • 29
0
votes
2 answers

Define version of jQuery Mobile by its code

How to find the version number of the latest version of jQuery Mobile Date: Wed Feb 13 23:27:57 2013 -0500 ? That's not the file I can find anywhere else, tried to google it. I need a fixed CDN url path to this file, so it goes exactly to this…
Haradzieniec
  • 9,086
  • 31
  • 117
  • 212
0
votes
0 answers

Bundling performance inside ASP.NET MVC

Is it better for performance to reference 4 js files on Microsoft CDN Example : JQuery, JQueryUI, JQuery Validation, Knockout.js or have it all in one Bundle ?
Radenko Zec
  • 7,659
  • 6
  • 35
  • 39
0
votes
2 answers

google hosted scripts , use http or https?

I am using google hosted javascripts libraries,(jquery ,jquery-ui & other google jsapi),and I noticed that these scripts can be accessed by both http & https schema.Now ,I want to know that what are the effects of using http or https schema to…
NextStep
  • 1,035
  • 3
  • 14
  • 18
0
votes
1 answer

HTTPS-friendly jQuery CSS theme from Google CDN

Just trying to get an https friendly version of google's hosted jquery css themes, i.e http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css loading https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css…
user151975
  • 151
  • 1
  • 7
-1
votes
1 answer

Edge side Includes in Google CDN

Currently we are working on solutioning a situation where we have to use Edge side Include. We are aware that this Option can be implemented from the CDN also. The CDN we are using is Google CDN ., Does Google CDN provide this option of Edge side…
-1
votes
1 answer

Will using a combination of CDN and Cloud Storage improve latency for video contents?

From Google Cloud's document Cloud Storage essentially works as a content delivery network. This does not require any special configuration because by default any publicly readable object is cached in the global Cloud Storage network. My current…
-1
votes
1 answer

No 'Access-Control-Allow-Origin' header is present GCP bucket CDN

I have a backend service which has download URL, let's say example.com/download/{filkey} Whenever this url is called it will create google bucket CDN signed URL. And response of example.com/download/{filkey} API will have 308 (Permanent Redirect)…
1 2 3
9
10