- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The possibility to define a subdomain for the /js folder is pretty much useless if js files are being merged since they are stored in /media. Since catalog images are stored here aswell, most resources will still be loaded from the same source. Wouldn't it make more sense to store merged js files somewhere else?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
You can do next things:
1. Setup subdomains on your server which server static data(js, media and etc) from the same folder as main domain.
2. Change domain names for static data in magento admin panel.
3. Use pagespeed to enable domain sharding and set aliases for subdomains like media1, media2 and etc.
4. Setup cdn(cloudflare/cloudfront/etc) for static data.
Kind Regards,
Art Malkovich - Onilab
Onilab - Magento Troubleshooting Company
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
You can do next things:
1. Setup subdomains on your server which server static data(js, media and etc) from the same folder as main domain.
2. Change domain names for static data in magento admin panel.
3. Use pagespeed to enable domain sharding and set aliases for subdomains like media1, media2 and etc.
4. Setup cdn(cloudflare/cloudfront/etc) for static data.
Kind Regards,
Art Malkovich - Onilab
Onilab - Magento Troubleshooting Company
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Change merged js folder
Please provide more details how it will work. Steps are not clear.