Make the initial homepage rendering less "jumpy"
After the HTML for the homepage has loaded, there are about 50 Ajax requests to fill in playlist controls and such.
Apart from taking some time, the page layout changes as the results of those queries come in, which makes layout element jump around.
It would be helpful to a) inline the controls or where that is not possible b) aggregate the requests and c) reduce their effect on the layout, for example by use content placeholders of equal size.
2
votes