2
votes
1answer
118 views

Internal CDN and setting up subdomain to increase maximum parallel connections

I've heard that browsers can have around maximum of 6 parallel connections per domain at a time. So I decided to have another subdomain "cdn." then use mod_rewrite to point to media folder then ...
2
votes
1answer
58 views

CDN for site with target market in Australia

I was told that http://www.edgecast.com/ is very good CDN provider for Australian market. I have a cloud server based in Sydney Australia but was wondering whether it's even worth getting cdn as my ...
1
vote
1answer
49 views

Slower site with the *same* configuration than a mirror copy…?

I've got this Drupal site (ligadelconsorcista.org) that I have to move it from one server to another. The reason was that my older host even when it was pretty decent, it started a couple of months ...
1
vote
2answers
729 views

why is my site slower with amazons cdn?

so I have move most of the static objects to amazons Cloudfront CDN example: http://images.storyfollower.com/images/cycleOfStories.jpg which through cname point to the cdn Now I just ran a speed ...
4
votes
2answers
343 views

CDN solutions pros and cons

As the sysadmin in our organization I've been asked to look into CDN solutions as we have plans to roll out a web platform that is targeted at developing countries. Here is my research so far on the ...
3
votes
2answers
1k views

is it true that CloudFlare really doesn't affect dynamic content?

I've been reading the CloudFlare FAQ, I understand that is acts as a reverse proxy and all requests to your domain will go through CloudFlare. They say in the FAQ that it won't slow down dynamic ...
10
votes
1answer
271 views

When and when not to use a CDN

I'm working on a web-application that loads a couple of small gif images onto the screen. I'm using a relative path, which means they are loaded from the same web server that serves the php page. The ...
7
votes
1answer
400 views

How is Apple's enormously image-heavy site served so fast?

Took a profile of the "Smart Cover" page on Apple's site using Pingdom. It's requesting 241 objects for a total page weight of 3472.6 KB! An absolute mammoth. How does this possibly translate into ...
11
votes
3answers
23k views

What's the best FREE CDN service available? [closed]

It seems like using CDN is a best option to provide users a great browsing experience. But, plans of the major CDN providers seem costly. So, I would like to get used to the CDN thing before I ...
4
votes
2answers
292 views

CDN for authenticated sites

We have a site that requires users to sign into. Typical stuff. Today, all the content (dynamic and static) is behind the login process, and you cannot access any of the pages or files via a URL ...