For example, the arrow image is stored here: http://sstatic.net/so/img/vote-arrow-up.png . I wonder why not keep everything on local servers. What is the licensing aspects of those images? Can they be re-used by another party? is the license the same as for the content on SO sites?
|
http://blog.stackoverflow.com/2009/08/a-few-speed-improvements/ |
|||
|
|
|
Since a lot of the images are the same between sites, having them all served from one domain allows the browser to cache them so that it doesn't have to get a copy from each site. It also helps take some of the load off the main servers by setting up a dedicated server for static content. http://blog.stackoverflow.com/2009/08/a-few-speed-improvements/ |
|||||||
|
|
I believe it all still falls under the same copyright rules as the rest of the site. site design and logo is © 2009 stackoverflow.com llc |
|||
|
|
|
Static items are stored on sstatic.net to provide a better caching mechanism, reducing bandwidth consumption from the main sites. The rights to the images remain with SO. |
|||
|
|