Domain Sharding slows down StartRender Time
-
Hi,
thanks for developing this plugin. Today I did a few tests and realized, that the Domain Sharding is not as much optimized as it could be (much of the time it slows down the page).
E.g: I have the domain example.com and want to split the page elements on another domain, so I configured cnd-x.example.com and 1 in the settings.
Now something very bad happens: The first request goes to example.com and the second request, for the CSS-file, goes to cdn-1.example. On a performance point of few this is very bad because you need another dns lookup to get the CSS file, but the CSS file is blocking parallel downloads and also rendering blocking which defers the StartRender Time of the page.
A solution could be, that you split the requests equal on the main domain and on the other domain(s).
At the moment the plugin is not useful for me because the defered StartRendering Time is worse than not using more then 6 (Firefox) parallel downloads at once.
- The topic ‘Domain Sharding slows down StartRender Time’ is closed to new replies.