Shlomi Komemi
Shlomi Komemi

Reputation: 5545

jquery 1.4.4 class selectors slowness in internet explorer

just upgraded from jquery 1.4.2 to 1.4.4 and i've encountered a performance problem which i think has something to do with a lot of class selectors, sometimes even explorer crashes and in 1.4.2 its working perfect..

Upvotes: 1

Views: 345

Answers (1)

iwasrobbed
iwasrobbed

Reputation: 46713

Twitter has had performance issues with 1.4.4 and went back to 1.4.2 until the jQuery team fixes it. The creator of jQuery talks about it a little bit here in terms of the selector engine:

http://ejohn.org/blog/learning-from-twitter/

Upvotes: 1

Related Questions