Preload the logo using link rel="preload" http header
authorGilles Dubuc <gdubuc@wikimedia.org>
Mon, 1 Jun 2015 16:58:42 +0000 (18:58 +0200)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 12 Apr 2017 02:08:53 +0000 (19:08 -0700)
commit5f55e9c9c2a2416604c6b71a345353b73a960c50
tree6affefa6a9d3d1f2725da66a3946631ebe018281
parent424251a2cb5842727756d96f877c787c443ea056
Preload the logo using link rel="preload" http header

This greatly increases the priority of loading
the logo on browsers that support rel="preload".

Bug: T100999
Change-Id: I0738fcc0a575153dab65016fa87faaa9b8b97a9d
includes/OutputPage.php
includes/resourceloader/ResourceLoaderSkinModule.php
tests/phpunit/includes/OutputPageTest.php