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.
2
votes
2answers
23 views
Set Relative link in a js file to come from files source rather than domain
I have a site http://www.example.com
I serve my static files from a different domain.
eg http://www.eg.com
in my js file which is located at http://www.eg.com/js/myscript.js
I have a variable ...
0
votes
0answers
15 views
How to verify php script authenticity via CDN online service?
E.g. I am selling a WordPress or Joomla plugin and after the user installs and activates this plugin, but it still remains not vworking, because he needs to click on some "verify" button so the status ...
-1
votes
0answers
16 views
Symfony2 assets installation is very slow on AWS S3
We are on Symfony2 framework, recently we planning to use AWS S3. We are using cybernox bundle. Everything is working fine, but installation of assets is taking around 1 hr. I check content size, its ...
-1
votes
1answer
34 views
CDN vs Dedicated server from same location [closed]
We have our PHP application hosted on EC2 Singapore region. 90% of our users are based in India. We are planning to remove static content like js and css from our application and host it in Amazon S3 ...
0
votes
1answer
35 views
AWS CloudFront, `Vary` header and content negotiation
I'm trying to implement content negotiation based on client Accept headers so that clients that accept image/webp get webp images while clients that don't get plain old jpeg. webp and jpeg image are ...
1
vote
1answer
22 views
AMPL ecopy() error causing by comparison indices (element of set) with variable
I another bug as you can see below:
Error at _cmdno 8 executing "solve" command
(file ./script/runConfiguration.run, line 5, offset 127):
error processing constraint c1a[2,'o1',1]:
unexpected type ...
1
vote
1answer
22 views
Bug when solving CDN allocation rule
I have a problem with my prescription of a mathematical problem to AMPL.
I trying to solve this problem:
In a network with a set of nodes N and a set of edges E each node has storage to cache ...
0
votes
1answer
34 views
Load times with @font-face vs. Google fonts or localhost files vs. CDN's
Is loading fonts via storing them on your server and using @font-face slower than loading them from Google's font API? Or does it always depend on the font and vary from situation to situation?
And ...
1
vote
1answer
28 views
Different headers when requesting javascript from CDN vs locally
I'm maintaining an application that has some dialogs inserted dynamically. These dialogs often contain javascript that is loaded when the dialog appears, example:
<script type="text/javascript" ...
0
votes
1answer
29 views
jQuery library from Google CDN 800 ms to load
I don't know whether to use the Google CDN or host local the jQuery library.
After generating a report from pingdomtools (http://tools.pingdom.com/fpt/#!/MQVMRzfaf/tandregulering.info) i notice it ...
0
votes
1answer
25 views
Google Analytics CDN Cookie Issue on a Non-www domain
I am trying to apply the Cloudfront CDN on one of my Wordpress websites, using W3 Total Cache.
Someone I know told me to change my Google Analytics to ['_setDomainName', 'www.example.com'] in order ...
0
votes
1answer
54 views
Cloudinary returning 401 unauthorized on upload using jQuery
First of all, I must say that the documentation for Cloudinary jQuery plugin is terrible. There needs to be a fully working demo that one can inspect and copy/paste from.
I've been trying to ...
2
votes
3answers
105 views
What libraries does the Google CDN host (besides jQuery)? [closed]
I've used this link that is suggested as a quick access link to jQuery from their homepage:
//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
Is there a list of other supported JavaScript ...
0
votes
0answers
23 views
Amazon's New Function “Full Site Delivery” - No Post function available
amazon has got this new function that i'm currently using basically , the cloudfront will have your whole's website's file but unfortunately , it doesn't support POST.
<form id="post-image" ...
0
votes
0answers
11 views
Finding origin of cloudfront files
On akamai, I can send certain headers to get cache keys back, or certain Chrome plugins do this for you anyway.
The majority of the time, the cache key contains the origin. Therefore, you can ...
-1
votes
1answer
33 views
How to tell the browser to remove a file from the cache and get the newly deployed file
We have 3 different webapplications running on tomcat. In the near future, there will be a javascript, all of the webapps have to include. The javascript should be served by an internal CDN.
Now if ...
0
votes
0answers
14 views
cdn behavior for multiple urls mapping to the same result file
Assume that I have a http service which serves some contents, and I want to place cdn in front of it to serve cached content. the issue is, the url can take parameters, and mulitiple parameters maps ...
-1
votes
0answers
43 views
PHP to rewite every other image url
I'm not a programmer and am trying to setup a CDN using 4 sub domains.
On the main site i have an ajax table injected showing up to 100 product images on each page.
The product table is 4 columns X ...
0
votes
1answer
15 views
Old version of site is appearing
Older version of site is appearing on some computers but at the same time I can able to see the new version of site.
I have done with the clearing of cookies and caches. But problem still occurs.
Any ...
0
votes
1answer
106 views
How onepica image cdn for magento exactly work with ftp?
I am planning to use sub-domain for Magento media dir as a cdn.
Settings I did till so far :
magento store URL: example.com
Media dir url: cdn.example.com/media/
So I installed onepica ImageCDN ...
0
votes
2answers
64 views
Does CDN improve latency over plain Blob Storage for download-once blobs?
I am considering a solution for a high traffic website (millions of visits / day) where some content is served directly from the Windows Azure Blob Storage to visitors. The content to be served from ...
-1
votes
0answers
15 views
Web content delivery - What are the ways to overcome network constraints when wireless networks becoming more congested? [closed]
Techniques employed to speed up time required to load web pages are well document by Yahoo (http://developer.yahoo.com/performance/rules.html) and Google ...
0
votes
2answers
33 views
How to update multiple sites to the latest version of jQuery?
I read somewhere recently that "using jQuery-latest is considered harmful."
This discussion deals with the question, too:
Is there a link to the "latest" jquery library on Google APIs?
So ...
0
votes
1answer
32 views
Where in a WebMatrix project should the jquery CDN reference be placed?
I see here: Where do you include the jQuery library from? Google JSAPI? CDN? that this is a good way to include jQuery from a CDN (Google's):
<script ...
0
votes
1answer
51 views
Signing url's in Windows Azure Media Services
I am trying to find an equivalent feature in Windows Azure Media Services to the following S3 feature: ...
0
votes
1answer
41 views
Does Akamai implement if-modified-since?
I am trying to fine tune one of my applications that uses Akamai for CDN.
I am serving resources that rarely change, but I'd like Akamai to check once in a while just in case.
For this I set the ...
0
votes
1answer
41 views
I can link to the CDN on the jQuery-ui site (the “official jQuery CDN”) but I can't link to Google's . Why?
My jQuery-UI code executes perfectly when I link to Media Temple's ProCDN - the one provided on the jQuery - UI site :
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
...
0
votes
0answers
29 views
Caching GET requests for website
I have a question: How do the CDNs like Akamai, Cloudflare and Edgecast cache their GET requests for websites?
Which technique can be used for a developed application? I don't know how they can ...
0
votes
2answers
79 views
How to load local files if CDN is not working
I am using some CDN js and css files.
I searched in Google that how to load local data if CDN is not working.
i found a good link written like this
<script class="jsbin" ...
0
votes
1answer
64 views
Is it possible to invalidate azure cdn by delete-ting a file and re-uploading it?
I am having azure storage and using as it as cdn for my web application,now i want to invalidate my cdn content every time when i upload files to the storage account.
My question is that when i ...
1
vote
0answers
36 views
Adobe Scene7 for retina images
I have a method to achieve retina friendly images through Scene7, but it requires image scaling which is something we try to avoid (our web standards).
Approach I have:
<img width="190" ...
0
votes
0answers
33 views
TimThumb and Facebook API
I would like to use timthumb as thumbnail for Facebook Share API.
I have extension .jpg for timthumbs, which should make them CDN friendly, but Facebook doesn't accept them.
Example:
...
0
votes
0answers
17 views
How to switch CloudFront's domain name
Our site allows users to generate their own content (their images are stored on Amazon S3). Because it is image heavy, the site is slow. To speed things up we've enabled CloudFront but I can't seem ...
1
vote
0answers
39 views
Google Chrome Frame and Amazon Cloud Front CDN Timeout?
Our company is currently experiencing an issue with Google Chrome Frame enabled browsers and a third party site that utilizes an Amazon CloudFront CDN. For all CSS and JS files on the CDN, chrome sits ...
0
votes
1answer
43 views
Jquery CDN not working on blogger
I am trying to add following code to my blog. It is having jquery CDN. it is working fine on my machine but not working in my blogger. This is Color Scheme generator which is already posted on my blog ...
0
votes
0answers
84 views
Wordpress W3 Total Cache CDN image issue (timthumb)
I have a wordpress webpage trendbasket.net that is using a theme called goodnews. I'm experiencing terrible load times and I'm trying to optimize the webpage, using a plugin called W3 Total Cache.
I ...
0
votes
1answer
65 views
Fog provider can't be blank - fog-aws-asset_sync
Ugh, I'm getting the same error as here....rails assets:precompile during slug for s3 error: Fog provider and directory can't be blank when env are set on the solution is not working...
When I ...
0
votes
1answer
84 views
MVC4 Google font and minify
I have an @import statement in one of my css files... all my css files are bundled/minified, and apparently that is not kosher as I get an error:
run-time error CSS1019: Unexpected token, found ...
0
votes
1answer
43 views
heroku heroku labs:enable user-env-compile
I'm trying to precompile and push my files to a cdn...per https://devcenter.heroku.com/articles/cdn-asset-host-rails31
However, when I run this
heroku labs:enable user-env-compile -a <<my ...
0
votes
0answers
41 views
Cloudfare CDN cross-domain requests
After looking the official docs at http://developers.cloudflare.com/ and searching cant found, yet, any documentation about the Cloudfare CDN service that allow to set or tweak CORS polices. I know ...
0
votes
0answers
27 views
Adding Heroku CDN to RefineryCMS
Trying to use asset_sync in a RefineryCMS site on Heroku following this article. Worked out all the problems with rendering from the app/assets directory. Now I'm having issues with images and files ...
1
vote
2answers
55 views
HTML <img> tag with Heroku CDN?
I have a question about using asset_sync and a Heroku CDN. In this article, it says
Make sure you’re using the Rails AssetTagHelper methods (like
image_tag). This will ensure all of your assets ...
1
vote
1answer
71 views
How can I combine Umbraco with a CDN? [closed]
I want to know how I can combine an Umbraco site with a CDN.
For example, when a user is in the back-end and wants to upload a video, the video is uploaded to a CDN.
Any feedback would be great!
...
2
votes
1answer
91 views
Symfony2 Capistrano deploying to CDN
I've got a Symfony2 application which I am deploying to development, staging and production servers using Capistrano. However, I'm looking to also setup a CDN to serve static content such as images, ...
0
votes
0answers
28 views
Facebook Photos Not Downloading to My Server
I noticed that the method I use to store photos to my server is no longer working.
Photos don't seem to download. I get the correct file names but with 0Bytes.
I had been using this CDN URL :
...
0
votes
1answer
83 views
Laravel & CDN Integreation
I am using the PHP framework laravel and have just purchased a plan for CDN servers.
I was wondering has anyone ever or would advice moving some of laravel's core files onto the CDN to decrease load ...
2
votes
2answers
80 views
jQuery CDN is not loading on LocalHost
I have a jquery cdn loading from the following:
<head>
.
.
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
</head>
then in the body I have ...
1
vote
1answer
146 views
Javascript error in IE8 with the latest version of jQuery
I have developed a booking engine which works with the very latest versions of jQuery & jQuery UI (via the google CDN)
It works fine in most browsers however Internet Explorer 8 returns the ...
0
votes
1answer
48 views
Can I redirect old URLs from an old CDN to new CDN?
I currently have a site setup using Shopify. We have employed the services of a web development company to build us a new website to replace our Shopify site.
The Shopify site contains MP3 downloads. ...
3
votes
2answers
340 views
How to load ace editor
I am trying to use the Ace code editor library (http://ace.ajax.org/), but im having trouble. According to the embedding guide, this should load the required js files from Amazons CDN.
<script ...



