jQuery.keypad Performance Issues
Posted
by John Duff
on Stack Overflow
See other posts from Stack Overflow
or by John Duff
Published on 2010-04-22T16:48:29Z
Indexed on
2010/04/23
13:13 UTC
Read the original article
Hit count: 285
I am working on a Kiosk Touch Screen application and using the JQuery.keypad plugin and noticing some major performance issues. If you click a number of buttons in rapid succession the CPU gets pegged, the button clicks don't keep up with the clicking and some button presses even get lost. On my dev machine this isn't as noticeable, but on the Kiosk itself with 1 gig of ram it's painful.
Trying the demo keypad at http://keith-wood.name/keypad.html#inline the one with multiple targets (which is the case with mine) has the exact same issues.
Does anyone have any suggestions on how we might be able to improve this? The Kiosk runs in Firefox only so something specific to that would work. I'm using v1.2.1 of jquery.keypad and just upgraded to v1.4.2 of jquery.
© Stack Overflow or respective owner