scottjehl / Respond

A fast & lightweight polyfill for min/max-width CSS3 Media Queries (for IE 6-8, and more)
MIT License
11.33k stars 3.37k forks source link

IE7 performance with picturefill #168

Open luksak opened 11 years ago

luksak commented 11 years ago

I am using respond.js and picturefill. When applying those two polyfills to AJAX fetched content performance in IE7 is horrible. Sometimes it takes up to 40 seconds to render. From time to time IE7 even crashes. I had a discussion about this here:

https://bitbucket.org/luksak/picture/changeset/0c628ef52fb6db510ba8e56bf888edd0

Golodhros commented 10 years ago

Same here, but for IE8!

Golodhros commented 10 years ago

I found a workaround for this, if anybody has the same issue, please check: https://github.com/scottjehl/picturefill/issues/112