Home › Forums › Other › Absolutely brilliant article on site performance › Reply To: Absolutely brilliant article on site performance
September 9, 2014 at 11:11 am
#182359
Participant
My old method was to just prevent certain assets from downloading on smaller resolutions. But… as you can see here:
http://timkadlec.com/2012/04/media-query-asset-downloading-results/
… It leads to real messy markup, as you have to make every image a background image, put it in in arbitrary parent element and then set the PARENT to display:none
. What a pain.