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
1 answer

CDN hosting and google CDN differences

I want to know if there is a difference between choosing CDN hosting and using google CDN for each script. Are all my static pages will be available in cdn when choosing cdn hosting? Finally if CDN cost me a lot, can I choose local web hosting in my…
Zakaria
  • 39
  • 1
  • 5
0
votes
0 answers

Google CDN 502 Bad Gateway Errors

I am experiencing a problem again with the Google CDN. I have checked the incidents reports but do not see anything related to the CDN or the Google Compute Engine. How do I figure out what is going on here? Or if this is already being looked…
Steve Payne
  • 612
  • 3
  • 8
  • 16
0
votes
1 answer

Size Parameter doesn't work on Google CDN for images

I am using webApp2 and Google App Engine for a simple app and images and blobstore api to serve uploaded images using Google CDN. I am using the following code to generate the Serving Url for images - from google.appengine.api import images from…
0xC0DED00D
  • 19,522
  • 20
  • 117
  • 184
0
votes
1 answer

How to handle an image file from googleusercontent CDN in Node?

Trying to request an image from Google CDN and upload it to S3. Using the https://github.com/request/request library and Node / Express; A little confused how to handle payload coming back from Google CDN. The image comes back in the body field…
GN.
  • 8,672
  • 10
  • 61
  • 126
0
votes
1 answer

how to configure express.static to pull static content from google cloud CDN?

I'm trying to host an Angular app in Google cloud app engine. Using express to serve the content and static should come from the google CDN. Dist is built and delivered to the CDN. CDN bucket has been shared as well. I got it all working as a basic…
Sahas
  • 3,046
  • 6
  • 32
  • 53
0
votes
2 answers

Is there any ngComponentRouter CDN?

Is there any official CDN from google that have the ngComponentRouter, I can't find it anywhere.
General Electric
  • 1,176
  • 3
  • 21
  • 44
0
votes
0 answers

Track how many of our visitors that use a CDN?

So there's a lot of hype that you should use a CDN to improve performance, but I don't agree that this is a silver bullet for all cases - eg implement CDNs an all is well... Our website, for instance, is based in Sweden. We currently use this URL…
jBoive
  • 1,219
  • 1
  • 14
  • 40
0
votes
0 answers

jQueryUI dialog modal background with Google's CDN

I previously downloaded jQueryUI at http://jqueryui.com/download/ and used all the default settings. The background of the dialog had the below appearance: The top of the original CSS file included the following: /*! jQuery UI - v1.11.3 -…
user1032531
  • 24,767
  • 68
  • 217
  • 387
0
votes
1 answer

parser.js not found on Google CDN for dojo 1.10.3

I am using Google CDN in order to get DOJO. This the code I am using in my website. When calling in my code module 'dojo/parser' like this define([ 'dojo/topic', …
GibboK
  • 71,848
  • 143
  • 435
  • 658
0
votes
1 answer

Using Google storage bucket as on-demand pull CDN

I am trying to use the Google Cloud Storage bucket to serve static files from a web server on GCE. I see in the docs that I have to copy files manually but I am searching for a way to dynamically copy files on demand just like other CDN services. Is…
Gadelkareem
  • 1,067
  • 13
  • 30
0
votes
0 answers

How to do two rows of text on the x axis?

I'm trying to do the graph you can see below. Check there are two rows of text on the x axis and I don't know how to do that with the Google API. How can I do this? Thank you very much.
Daniel 976034
  • 189
  • 1
  • 1
  • 18
0
votes
1 answer

Redundant to let Microsoft and Google host jQuery

I've seen some arguments for using a CDN or not and other arguments on who (Google,Microsoft, etc.) is the best for hosting jQuery. My question: Is it redundant to have multiple entities host jQuery? (in case one goes down) Or, as an example, is it…
SPQR
  • 514
  • 1
  • 7
  • 25
0
votes
2 answers

How to load one or more JS/CSS files if one source is blocked?

Here is my situation I am creating some website that loads JavaScript from CDN like Google/jscdn.com. But some of them were totally blocked in China. But 50% of my visitors are from China and the other are from other countries. Is it possible to…
AGamePlayer
  • 7,404
  • 19
  • 62
  • 119
0
votes
1 answer

Programatically get the jQuery version numbers hosted on Google CDN

Is there a service that will return the version numbers of jQuery that are hosted on Google? They are posted on their webpage, but is there a way to get that data without parsing the page text? I want to automatically link to the latest 1.x release…
nichoth
  • 55
  • 5
0
votes
1 answer

Adding minified jQuery still adds the jQuery without being minified

I got web page that adds a jQuery min from a CDN The problem is that, when I check the Sources tab in DevTools, I see the jQuery minified, and also the full version. Like this I…
Gonzalo.-
  • 12,512
  • 5
  • 50
  • 82