Browser download test

The goal of this test is to see if browsers download content that will be hidden or not showed through CSS with or without media-queries involved.

Each test is represented the same way :

If the pre-load and post-load counter match, it means that file didn't get downloaded by the browser, if the counter got incremented, it means that file actually got downloaded.

Inline display: none

Pre-load
2070
Post-load
loading

Head Style display: none

Pre-load
2015
Post-load
loading

External Style display: none

Pre-load
1990
Post-load
loading

Background-image on display: none inline

Pre-load
1517
Post-load
loading

Background-image on display: none head style

 
Pre-load
1501
Post-load
loading

Background-image on display: none head external stylesheet

 
Pre-load
1470
Post-load
loading

Background-image on display: none head media-query

 
Pre-load
33
Post-load
loading

Background-image on display: none sheet media-query

 
Pre-load
31
Post-load
loading

Credits