letsgetrandy / DICSS

Directly injected CSS
http://letsgetrandy.github.io/DICSS/
MIT License
1.35k stars 72 forks source link

Huge load from DICSS? #4

Open seanhak opened 9 years ago

seanhak commented 9 years ago

Especially Peformance Under Serious Stress in IE

immortal-tofu commented 9 years ago

I could reproduce this: Using my DICSS in body and then using it on head. I can clearly see a huge load coming from DICSS.

seanhak commented 9 years ago

Seems to be a CSS overflow bug. I have a quickie fix for DICCS. If you try/catch onload, garbage collector will take care of it eventually.

ghost commented 9 years ago

Confirmed - try/catch onload in head, and garbage collector has dealt with my overflow.

Thanks.