function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
benito camelabenito camela 

Parallelize downloads (css,images) across hostnames

Hi,

In my project, we define static resources, those are for example css and images.

By reading google performance recommendations, I found a chapter about Parallelize downloads across hostnames.

Basically, under certain circumstances, performance can be improved by using this approach.

My question is: as static resource are hosted on salesforce, which could be the best way to serve static resources from other than salesforce's host. Or: is Parallelize downloads across hostnames approach compatible with salesforce projects ? 

Thanks in advance.