Load all CSS in the top queue
authorOri Livneh <ori@wikimedia.org>
Tue, 18 Aug 2015 17:54:44 +0000 (10:54 -0700)
committerOri Livneh <ori@wikimedia.org>
Tue, 18 Aug 2015 18:01:18 +0000 (11:01 -0700)
commitb7c0e537ebb7216cd12a6c48fbaee7c2c7757c55
tree727c98ee70c48e60b2c83964f04a351f9bd61643
parent29969fa0dd195824e5d251ce5db1143286e4a3e8
Load all CSS in the top queue

As the waterfall chart in
http://www.webpagetest.org/result/150817_ER_1E66/1/details/ clearly
demonstrates, the <link rel=stylesheet> for the bottom CSS queue is clearly
render-blocking. The fact that it is in the bottom of <body> only means the
browser discovers it later, when its connection to the server is already
saturated by requests for images that are referenced in the body HTML.

Change-Id: Icf0968c5984f4d3c3dbac1c7e1d539052fa5bd74
includes/OutputPage.php