Tagged Questions
0
votes
0answers
9 views
Non-dynamic CMS [duplicate]
Some of the web sites I visit every day (news, sports, etc..), although the content changes very often (several times per day), the URLs always have .html extension, what makes me thing that the ...
30
votes
3answers
3k views
Why do big sites host their images/css on external domains?
Why do big sites (Facebook, Twitter, Google, Tumblr & so on) host their images/css on external domains?
Facebook:
http://static.ak.fbcdn.net/
Twitter:
http://a0.twimg.com
Google: ...
1
vote
1answer
934 views
How to make CloudFlare cache everything?
I want CloudFlare to cache everything, PHP files too, every request from the domain,
I want it to cache it.
Is this possible?
(There are PHP scripts on the domain that print out images, JS and CSS, ...
1
vote
2answers
995 views
Using CDN vs having your own static server, and how it's done?
I would like to speed up my site and am considering moving all static files and user uploaded content to a separate server. I have an option to use a CDN or to setup my own static server and serve ...