I'm trying to decrease PLT of my website which loads a lot of images and multiple js bundles/packages by porting all the images/javascript bundles(packeges)/ css bundles(packages) to a subdomain to increase number of simultaneous http requests. Say for instance if my website is example.com, I'm creating 2 subdomains 1. static-image.example.com 2. static-js.example.com and then would like all my images to load from static-images.example.com and all javascript from static-js.example.com.
Is there a way to do that using AEM ? If not is there a way to get around this problem ?