cdn Questions

2

I am looking for free solution to image hosting with CDN. I got website on small paid hosting and there will be lot of image galleries which I would like to upload to some cloud like Google Drive a...
Adenoidectomy asked 14/3, 2019 at 8:47

4

I have now successfully setup my static website in a CDN, Is there a way to specify that index.html is the default document ? It is a 1 page site I just would like to browse to the root url withou...
Bacchius asked 22/12, 2015 at 10:12

2

So, what I'm trying to do is load up some resource files (.js, .css, etc.) to Google Drive. Basically, I'd like to use my Google Drive this as a sort of CDN. Is this possible? When I upload say, a ...
Messalina asked 1/5, 2015 at 17:52

8

What's faster for including scripts, using CDN (Google) or storing them locally in website's root?
Lymphoma asked 30/4, 2010 at 16:28

13

Are we allowed to link files directly from Github ? <link rel="stylesheet" href="https://raw.github.com/username/project/master/style.css"/> <script src="https://raw.github.com/username/p...
Gemsbok asked 8/1, 2012 at 16:36

5

Solved

I am new to nextJS and I am having a bad time including bootstrap in the app via CDN. Where to add the links is best practice in the app?
Coterie asked 3/2, 2021 at 14:16

12

Solved

I am linking to the jQuery Mobile stylesheet on a CDN and would like to fall back to my local version of the stylesheet if the CDN fails. For scripts the solution is well known: <!-- Load jQuer...
Novocaine asked 12/9, 2011 at 3:56

2

Solved

when I have a project with continuous integration gitlab at the time of making the push automatically tasks that are within the gitlab-ci.yml file are released , what I want is that only in time to...
Strabismus asked 7/1, 2016 at 9:36

4

Solved

I'm trying to cache some of my DRF api calls in a CDN. I need the following headers Cache-Control:public, max-age=XXXX This is pretty easy when you're using traditional django templating, you just...
Mchugh asked 29/10, 2016 at 16:1

3

Solved

I had trouble getting AWS CloudFront to work with SquareSpace. Issues with forms not submitting and the site saying website expired. What are the settings that are needed to get CloudFront wo...
Sardius asked 1/4, 2016 at 1:22

8

Solved

This may be obvious to some, but I've been wondering: why should I depend on Google's server to host jQuery for my site? Is it only because it loads faster this way?
Churchly asked 1/2, 2010 at 22:1

18

Solved

We have a Cloudfront distribution with custom origin that has been working just fine for quite a long time, serving static assets for one of our sites. Just this morning, we noticed that our logo w...
Piezochemistry asked 18/12, 2013 at 16:58

1

cdn.jsdelivr.net links used to work / load fine past week and then out of the sudden It stopped working for no entire reason at all and I don't know what's the cause. I've looked every where ...
Manxman asked 23/6, 2023 at 21:48

6

Solved

I have this react native project that im working with multiple computers, in my MacBook everything works fine, when I run "pod install" after running "npm install" the pods project is created succe...
Metralgia asked 12/4, 2020 at 0:15

2

Solved

I have a js file stored here in GitHub. // Define the function before setup() i.e. at the top if defining in same js file // Call the function under draw() function pointCoord() { stroke(255,0,...
Acicular asked 27/8, 2021 at 13:35

5

So I have an Azure Web Service and an Azure CDN. My web service is running on ASP.Net Core I make a request for my Website's index.html, which starts downloading assets from the CDN. All the asset...
Zippel asked 14/9, 2017 at 19:9

2

So ActiveStorage works perfectly. I have now turned on CDN on DigitalOcean Spaces, with a personal subdomain like: https://cdn.my-website.com I have been following this Rails official doc which sta...

1

Prior to posting this question, I consulted the following threads on this topic: How to include external CDN link into webpack project Webpack and external libraries how to use webpack to load C...
Fuegian asked 31/3, 2018 at 4:10

3

We created a web site that uses resources from cdnjs. This site has been live for a couple of months but we have sporadic issues with resources from this CDN and FireFox. The error in the console...
Yare asked 25/5, 2018 at 6:53

5

Solved

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 st...
Mccutchen asked 1/10, 2013 at 19:20

6

Solved

I am not able to access daterange picker. When i am clicking it nothing is happening. in the console it is showing that TypeError: $(...).daterangepicker is not a function. I have same code used on...
Bedizen asked 19/4, 2018 at 23:0

1

What are the performance implications of using the Tailwind CSS CDN in production? Why exactly is this not recommended?
Actiniform asked 10/4, 2022 at 16:27

7

Solved

just noticed on several websites that the font awesome icons aren's showing in Google Chrome. The console shows the following error: Font from origin 'http://cdn.keywest.life' has been blocked ...

7

Solved

I am planning on using Google to download the jQuery lib for both UI and Core. My question is, do they allow me to download the CSS for it or should I have to host it myself? Also if I use Google ...
Avivah asked 4/5, 2009 at 14:45

4

Solved

Say, I'm Fechting thousands or record using some long runing task from DB and caching it using Redis. Next day somebody have changed few records in DB. Next time how redis would know that it has to...
Couplet asked 15/3, 2018 at 12:51

© 2022 - 2025 — McMap. All rights reserved.