|
|
|
|
|
by beebeepka
1750 days ago
|
|
I used to work on low power/ancient devices running presto or blink. Performance was much better on opera 12.80 or so. At some point I had to support an outside team working on external application running inside ours. These guys used jQuery in ways it shouldn't be used when performance is an issue. Had to spend a few hours reducing their code to mostly CSS and just a tiny bit of honest to god js that even presto can understand and render. Point is, it's really easy to overuse and that can have an effect on performance, even on presto |
|
I think if someone queries the DOM a lot on these things, especially in response to keypresses, they're in trouble whether or not they're doing it with jquery.