So the question is how to distribute/offload the media files from Wordpress posts across multiple domains.
The reasoning being to overcome this limitation:
"Most browser will only make 2 simultaneous requests to a server, so if you page requires 16 files they will be requested 2 at a time."
In relation to: <a href="http://codex.wordpress.org/WordPress_Optimization/Offloading" rel="nofollow noreferrer">http://codex.wordpress.org/WordPress_Optimization/Offloading</a>
To further clarify:<br>
There are two plug ins for "offloading" that already do this. They are the SteadyOffloading Plugin and the Amazon S3 plugin.<br>
So is there a generic solution that anyone has come across. Where it will allow you to change the base URL of the media, it doesn't necessary have to upload that media to an external service/server.
Thanks
The reasoning being to overcome this limitation:
"Most browser will only make 2 simultaneous requests to a server, so if you page requires 16 files they will be requested 2 at a time."
In relation to: <a href="http://codex.wordpress.org/WordPress_Optimization/Offloading" rel="nofollow noreferrer">http://codex.wordpress.org/WordPress_Optimization/Offloading</a>
To further clarify:<br>
There are two plug ins for "offloading" that already do this. They are the SteadyOffloading Plugin and the Amazon S3 plugin.<br>
So is there a generic solution that anyone has come across. Where it will allow you to change the base URL of the media, it doesn't necessary have to upload that media to an external service/server.
Thanks