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
0answers
23 views
CDN path is not working in js bundling in MVC
I'm working on ASP.NET MVC4. Client has requirement to load all javascripts and css from other domains like CDN with bundling. I've used System.Web.Optimization.
below is the code.
var bundle = ...
0
votes
0answers
10 views
Is the deploy.akamaitechnologies.com domain also edge nodes, or something else?
I have a HA-Proxy server configuration the requests resources directly from an IP. Reverse DNS shows that it's xxxxx.deploy.akamaitechnologies.com.
Is this just an edge node? Or something else?
0
votes
0answers
18 views
AWS Cloudfront serving assets over HTTPS
I use Amazon Cloudfront as a CDN; portions of my site are protected by HTTPS. Supposedly we should be able to use out Cloudfront sub-domain (https://HASH.cloudfront.net) to serve SSL content and the ...
0
votes
0answers
7 views
CDN Sumo heroku addon and font assets
I'm trying to configure font-awesome for a Rails3 app hosted in Heroku and using CDN Sumo addon (which uses cloudfront CDN).
The problem is that Firefox is not loading the font assets. I think that ...
0
votes
1answer
9 views
How to set expires tags on images that are on a CDN
My site runs on Apache and I have set expires headers in my .htaccess file like so:
<ifmodule mod_expires.c>
<FilesMatch "\.(ico|jpg|jpeg|png|gif|swf)$">
ExpiresActive On
ExpiresDefault ...
0
votes
1answer
10 views
Lower latency from CDN but increased download time?
I am using S3 and Cloudfront
I have tested accessing two identical images, one from S3 and one from Cloudfront and the results are :
Also : http://i.stack.imgur.com/pmiIn.png
First image file is ...
0
votes
1answer
34 views
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 ...
-1
votes
0answers
16 views
Video CMS and distribution [closed]
We are planning to have a video streaming application.
This would be similar to what youtube provides but with some custom features and proprietary content.
This is something really new to me. I ...
0
votes
0answers
5 views
Local Fallback for Google Web Fonts
The HTML5 Boilerplate uses a script for loading a local copy of jQuery if, for whatever reason, the Google CDN version fails to load:
<script ...
0
votes
0answers
18 views
Implementing FCSubscribe on client side
I am struggling to find any information on the FCSubscribe methods used by various CDNs. I need to implement the methods in a custom video player.
I would like an official specification for these ...
0
votes
0answers
10 views
Load testing services to load CDN
Any service can be used to load test a website on CDN? So that we can ensure our website still can run without problem even under high volume traffic for example DDoS.
I suppose the target service ...
1
vote
0answers
19 views
Disallow crawling of the CDN site
So I have a site http://www.example.com.
The JS/CSS/Images are served from a CDN - http://xxxx.cloudfront.net OR http://cdn.example.com; they are both the same things. Now the CDN just serves any ...
1
vote
1answer
23 views
Can I import an externally hosted file with sass?
Using Sass (SCSS) / Compass, is it possible to import some CSS/SCSS into your code from an externally hosted file?
I am hosting a jQuery plugin on a CDN and want to keep the CSS in the same location ...
-3
votes
2answers
45 views
How Disallow a mirror site (on sub-domain) using robots.txt? [closed]
I have a website saying :
http://domain.com/
mirror site on
http://cdn.domain.com/
I don't want cdn to be indexed. How can I write robots.txt rule to avoid the cdn from being indexed without ...
0
votes
0answers
11 views
Assetic does not dump images
I am using the Cybernox AmazonWebServicesBundle in my Symfony Project to dump assets to Amazon S3 and deliver then via Cloudfront. See this bundle here:
...