Mobile app version of vmapp.org
Login or Join
Moriarity557

: Internal CDN and setting up subdomain to increase maximum parallel connections I've heard that browsers can have around maximum of 6 parallel connections per domain at a time. So I decided to

@Moriarity557

Posted in: #Apache #Cdn #ModRewrite #Performance

I've heard that browsers can have around maximum of 6 parallel connections per domain at a time.

So I decided to have another subdomain "cdn." then use mod_rewrite to point to media folder then change image references pointing to this "cdn." for articles in the database.

Will this increase the speed of the site since it's increasing parallel connections to about 12 now?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Moriarity557

1 Comments

Sorted by latest first Latest Oldest Best

 

@Nickens628

Assuming your server can handle the extra work load, then yes. You are essentially decreasing the overall latency of the page.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme