Tagged Questions
1
vote
2answers
730 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 ...
1
vote
1answer
185 views
How to keep a local copy of all images and still serve images from Amazon S3?
I'm using amazon s3 to host assets for my site (mainly images). At the moment when a user uploads an image via a form, the php script uploads the image directly to my bucket on s3.
I would like to ...
5
votes
2answers
459 views
How does a CDN work on the tech side?
I never used a CDN before so this is a noob question, but how does it work on the tech side.
For example right now when a user uploads an image on my site it is uploaded to the "/uploads" folder at ...
10
votes
1answer
272 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 ...
5
votes
2answers
120 views
Separating static/uploaded content from the site
I have a site where I anticipate to have a large amount of users. I've heard that it is a good idea to separate user content (uploaded images) and place them on a separate static server where lighttpd ...