Easy way to use multiple domains to host images for one website in dreamweaver CS3?

Hi there, I’m new. I came here because I’ve an issue plus searching google isn’t helping. On a website we have produced, some of your pages have about 50 graphics in each page but it means even that has a fast internet connection it takes 15+ seconds in order to load those web pages.

Using the page speed add-in along with firebug it firmly suggests I pass on those images all-around to 2-4 additional domains, as the web sites will load with more speed if all these types of image files are certainly not all coming on the same domain.

Appears easy enough. On the other hand, I don’t get any idea in dreamweaver cs3 easy methods to easily tell dreamweaver the files are distinct places

Your thoughts on this is appreciated.

You might want to type the address manually regardless of the, also if you wish to do that is known as a content offering network, there are companies that provide that services, but they’re expensive, so maybe you can test to do which with another domain you could have but you might want to point the files on the other address, and others to the unique location, so you’ll possess your own content material delivery network.

It’ll look like the following:

BEFORE

Code:
li> < a href=" http: //feeds. feedburner. com/example/" rel=" nofollow" > < img src=" http: //example. com/wp-content/themes/example/images/topRss. png" border=" 0" title=" Signed up via RSS" width=" 22" height=" 22" onMouseOver=" the following. src='http: //example. com/wp-content/themes/example/images/topRssHover. png'" onMouseOut=" the following. src='http: //example. com/wp-content/themes/example/images/topRss. png'" > < /a> < /li>

AFTER

Code:
< li> < a href=" http: //feeds. feedburner. com/example/" rel=" nofollow" > < img src=" http: //cdn. model. com/wp-content/themes/example/images/topRss. png" border=" 0" title=" Signed up via RSS" width=" 22" height=" 22" onMouseOver=" the following. src='http: //cdn. model. com/wp-content/themes/example/images/topRssHover. png'" onMouseOut=" the following. src='http: //example. com/wp-content/themes/example/images/topRss. png'" > < /a> < /li>

In the following example it’s contacting the file from cdn. example. com, and another from illustration. com, so the following speeds things, also , the http request.

I realize how to accomplish the links.

Are you currently sure using a subdomain might have the same constructive effect as with a completely different sector

Sorry, the mistake, you have to use another website, to get a boost with your website loading occasion.

you might want to have example. com coping with the html, example2. com coping with images, example3. com having css or js, and example4. com to get flash files, swf or perhaps flv. This is the easiest way possible, but in case you only have COUPLE OF domain, use these. Like this (recommended) example1. com to get html, and example2. com to get css/js/flash/, or definitely not recommended example1. com to get html/css and example2. com to get js/flash.

This entry was posted in Web Design and tagged , , , , , , , , , , , , , , , , , , , . Bookmark the permalink.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *