Nurettin Omer Hamzaoglu wrote:
>
> I've heard that serving images from a different domain like www.images.com
> is better for CF Apllication Server performance. For example I've domain called
> www.myproject.com and I'm calling images <img src=""> > I'm gonna create a new domain www.myprojectimages.com and serve
> images from there <img src="">
You so don't want to do that. Just think about what happens when
you use HTTPS.

Further, there is no reason to assume that it will improve
performance when you work with CF if you keep the other domain on
the same server. There might be reasons to assume that it
improves performance when using Apache and a language such as PHP
where you can get some savings by being smarter about the HTTP
keep alive, but even then a reverse proxy is the way to go.

Jochem
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to