Skip to main content

Questions tagged [cdn]

A content delivery network or content distribution network (CDN) is a system of computers containing copies of data placed at various nodes of a network.

0 votes
0 answers
11 views

Why is the bootstrap javascript package I embbeded using CDN not working?

I am trying implement bootstrap's modal component on my php webpage. I imported the bootstrap packages through CDN embedded this link in the head <link href="https://cdn.jsdelivr.net/npm/...
Tomiwa's user avatar
  • 69
1 vote
0 answers
12 views

Cannot read properties of undefined (reading 'mediapipeFacemesh') on my wordpress plugin using tensorflow.js

I have this code to superimpose an image on the face detected by he camera. The camera is opened but the image is fixed at the top, I want it to be dynamic between the eyes of the face. When I open ...
Mohamed Jmal's user avatar
0 votes
0 answers
49 views

Azure Front Door Premium and Vary response header

I'm using Azure Front Door in Premium Tier. I have caching enabled on my route (CDN). I have some troubles, which seems to be the result of the fact that CDN ignores the Vary header. I have made this ...
Tomasz Madeyski's user avatar
-2 votes
1 answer
32 views

JsBarcode does not work locally, no problems from CDN

I want to use JsBarcode.all.min.js locally (because the intended target will not have an active internet connection) but it does not work after downloading. When I download and reference as follows: &...
Bart Friederichs's user avatar
-1 votes
1 answer
17 views

Secured audio streaming of Digitalocean spaces cdn

We have an nextjs application while nodejs on backend. As digitalocean spaces is s3 compatible, that is why we are using S3 sdk for uploading audios on spaces. Now we have to stream with web using ...
Wonder Soft Solution's user avatar
3 votes
1 answer
104 views

How can I suppress React imports in TypeScript output to allow CDN references?

I am trying to use CDN URLs to reference the react and react-dom libraries in my typescript app. I do not want to bundle them into my compiled .js file, as I'm concerned with performance in production....
Jordan Rieger's user avatar
1 vote
0 answers
26 views

Service Workers and Change of CDN

I'm currently working to switch over a web application over from one CDN to another. Currently the application has a service worker in place and I'm hitting issues where the service worker is not ...
eric MC's user avatar
  • 766
0 votes
0 answers
37 views

How do I import cdn script to html [duplicate]

I created a sample cdn script for and want to import to an html file but keep getting import error In the html file, <!doctype html> <html lang="en"> <head> <meta ...
yusufff's user avatar
  • 51
0 votes
0 answers
61 views

why select options not updating after updating property?

data:() =>({ selectedCity:0, cities: [{id:0, name: 'England'},{id:1, name: 'Germany'}], }) before requests it works correctly. let cityObj = Object.values(data).map(city => { return { id: ...
juni PRO's user avatar
0 votes
0 answers
23 views

Slow CDN request

My root config project contains default scripts requests (import-map-override, system, amd) inside index.ejs, but they are loading about 10 seconds. Is there way to store them locally and call this ...
Diego Kelly's user avatar
0 votes
1 answer
25 views

Why Vercel Custom Domain looses CDN? Should I set CDN outside of Vercel?

Why Vercel Custom Domain looses CDN? Should I set CDN outside of Vercel? % dig mydomain.com ;; ANSWER SECTION: mydomain.com 300 IN A 76.76.21.21 % dig mydomain.vercel.app ;; ANSWER SECTION: ...
Jack's user avatar
  • 131
0 votes
0 answers
50 views

How to move broswer static content to CDN in Angular 17 SSR

We are building SEO optimised site using Angular 17 SSR. To make our site load faster we decided to move statics files to S3 and Added s3's cdn path instead of browswer path for serving the static ...
princ09's user avatar
  • 140
0 votes
1 answer
39 views

How to proxy_pass external website with static content on CDN?

I have external website with landing page (Elementor), for example https://new.domain.com/landing. But some static content (.js) doesn't load and landing web page through NGINX doesn't work properly. ...
Pavel Klyuev's user avatar
-2 votes
1 answer
38 views

How to store assets like images in Firebase and use them in my React project?

I want to know how to store some images in Firebase and render them in my React project. Please note that this is not about user-uploaded images. The documentation on Firebase also focuses on how to ...
Fathima M.'s user avatar
0 votes
0 answers
39 views

You are not authorized to view this object, Django + Cloudflare R2

im trying to use CloudFlare R2 to server static files from my django project, but im having "This object could not be viewed". I added custom domains, and allowed public view. I cant ...
Asinox's user avatar
  • 6,811

15 30 50 per page
1
2 3 4 5
206