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
2094
Post-load
loading

Head Style display: none

Pre-load
2038
Post-load
loading

External Style display: none

Pre-load
2013
Post-load
loading

Background-image on display: none inline

Pre-load
1519
Post-load
loading

Background-image on display: none head style

 
Pre-load
1504
Post-load
loading

Background-image on display: none head external stylesheet

 
Pre-load
1473
Post-load
loading

Background-image on display: none head media-query

 
Pre-load
36
Post-load
loading

Background-image on display: none sheet media-query

 
Pre-load
34
Post-load
loading

Credits