Forum Moderators: phranque
lets suppose there are a group of widget sites that belong to us, these sites present widgets in very different ways, however like everyone else in this widget industry we are all selling the same several hundred products, we also have a moderate problem with bandwidth theft re sites calling our images.
we are considering creating a separate domain on another server or maybe the same server - to serve our images accross all the sites.
the advantages as we see it are...
the downside could be
technical issues i'm unsure about
[6]any downside i haven't considered?[/6]
would this make the pages resolve slower as the browser has to call images from another domain?
if the images were used on a secure page i'd get the warning message from some browsers regarding part of the page being unsecure
The only other downside I can think of is that if your image server is based on another server/network from your main site server, and the image server is rebooted, or the network it is on becomes inaccessible due to router failure etc, then visitors coming to your site will see the HTML, and lots of those X image placeholders. This *COULD* be damaging to your branding.
HTH,
JP
Overall it's a good idea, and if you want to be really speedy you could use a relly fast webserver such as thttpd or boa which are a lot faster/ can handle more connections than apache at static files.
As for the https "do you want to display the non-secure items?" - yes some browsers will display that message. I havn't tried this, but if you bought a ssl cert for the image server, even though the domain would be different, as the're both ssl secured you may not get that error - or then again you might get a completely different error.
another downside is you'll have to use absolute url's in your image which will add to your code size.
as the're both ssl secured you may not get that error - or then again you might get a completely different error.
JP