Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
499 views

Where can I find free content hosting?

Is there any free hosting for Javascript? Recently google has been hosting jQuery,etc... and Yahoo hosts it's YUI, which is great, but it'd be even better if there was a service that could host user ...
3
votes
3answers
88 views

serving js libraries: better performance from google code or using asset packager?

I am working on a rails application that uses big javascript libraries (e.g. jquery UI), and I also have a handful of my own javascript files. I'm using asset packager to package up my own ...
3
votes
2answers
2k views

How does Amazon CloudFront compare with Limelight or Akamai?

Good morning, I am looking into an inexpensive solution to deliver content to our European customers, I came across Amazon CloudFront. I was wondering if any of you had any experience using this ...
2
votes
1answer
148 views

Why would it be important that a content delivery network uses a “reverse caching proxy”?

I was reading a description of a project on Github that is a Python-based content delivery network. Why is it important that it uses a "reverse caching proxy" - and what does that mean in this ...
2
votes
2answers
249 views

CDN: Alternatives to SimpleCDN Mirror Bucket?

I'm using http://SimpleCDN.com They have a "Mirrored Bucket" which is an "origin pull". How it works is I store my conent at mysite.com/abc.jpg and SimpleCDN pulls any requests from mysite.com, ...
1
vote
3answers
266 views

Why randomize your file names for cloud storage/CDN?

When you look at a profile picture on a social networking site like Twitter, they store image files like: http://a1.twimg.com/profile_images/1082228637/a-smile_twitter_100.jpg or even with a date ...
1
vote
1answer
66 views

YSlow - What does clicking add CDN do?

I was going over my YSlow results for an internal web application and I clicked the Add CDN button. Now I have an A rating for using a CDN. What just happened?
1
vote
3answers
658 views

Rails 3 and asset_hosts in css?

I'm using rails 3 in production and development. How do I use the asset_host path in css, for example with background-images? I've tried: .blerg{ ...
1
vote
1answer
198 views

Override an asset host in rails, via the helper methods?

I was wondering if there was a way to override the asset host of an image. For example lets say I have the following asset host and image tag config.asset_host = "www.xxx.com image_tag "blerg.gif" ...
1
vote
0answers
93 views

How do I setup a CDN using the pull method [closed]

We are trying a trial account for a cdn. We try the following setup. Step 1. We make a seperate website to test the cdn. It is called cdn1.website.com. Since in our original site of dev.website.com ...
0
votes
0answers
49 views

Update CDN via NodeJS?

At this stage I do not understand a lot about content delivery networks (except that they distribute content more effectively across the globe). If a nodejs server / command line application were to ...
0
votes
2answers
164 views

IE9 blocking jQuery CDN

I'm having issues with IE9 in our new website. The jQuery files aren't loading. I've tried the CDN on Google initially but have also tried the Microsoft CDN, both failing. I've seen posts about using ...
0
votes
0answers
82 views

How do I set up my CDN to return dynamic content such as images?

I need to really speed up my site a bit and have been looking at the possibility of using a CDN. I've been looking at how other sites do it for example I checked out www.gogobot.com and have noticed ...
0
votes
1answer
93 views

How will a CDN work with my site?

I have tried to look for answers for my question but haven't found anything conclusive. I have a site which, among other things, stores member pictures & thumbnails. They are in separate ...
0
votes
2answers
259 views

How do I set up a content delivery network for my site?

I've read up on th ebenefits of a content delivery network and noticed that all sites with growing users would definitely require one. I need to know how can I set it up for my site, as in do I need ...
0
votes
3answers
746 views

Amazon Cloudfront setup with own origin server

Hello there and thanks for reading my question. I am looking into Amazon Cloudfront (CF) at the moment and need to define exactly the steps to setting up CF with our own origin server before I can ...
0
votes
1answer
99 views

using a content delivery network for user uploaded images?

like their profile pictures and albums?
0
votes
2answers
510 views

CDN with South America peering points / edge nodes

Does anyone one know of a CDN (Content Delivery Network) with true South American peering points or edge nodes? This seems to be quite rare. It seems that most CDNs serve Central and South America ...
0
votes
4answers
256 views

What are your experiences with Content Delivery Networks (CDN)?

What are your experiences with CDNs regarding ease of development, support, performance, pricing, etc? I am planning to use it to host a big number of images.