folder in maindomain as subdomain

rpr

Verified User
Joined
Oct 20, 2010
Messages
65
Hi,

for a prestashop optimalisation I should do this:
Code:
5. Create sub-domains for Javascript files and CSS files Create a sub-domain js1.mystore.com and ask your hosting provider to direct it to /js/ Create a sub-domain js2.mystore.com and ask your hosting provider to direct it to /theme/mytheme/js/ Create a sub-domain css1.mystore.com and ask your hosting provider to direct it to /css/ Create a sub-domain css2.mystore.com and ask your hosting provider to direct it to /theme/mytheme/css/ These 4 sub-domains will allow your visitors to load more files at the same time. Basically, a web-browser is limited to 8 parallel downloads. Each sub-domain is adding 8 new parallel downloads, so the total would be 40 (Main domain + 4 sub-domains).

What would be the best way to achieve this?
 
Back
Top