Jquery Widget Performance

Posted by jamie-wilson on Stack Overflow See other posts from Stack Overflow or by jamie-wilson
Published on 2010-04-22T23:19:56Z Indexed on 2010/04/22 23:23 UTC
Read the original article Hit count: 323

Filed under:
|
|

I am working on an interface which involves ALOT of javascript. There is a calendar and blocks drawn on the calendar.

The calendar is a jQuery widget, which works beautifully.

The blocks drawn on top are also jQuery widgets. While it works - I am wondering, every time I create another block, is the widget fully duplicating, or is it referencing the widget?

If I end up with 200 blocks on the screen, do I have 200 copies of the widget? Because if so i'm sure this will impact the performance quite heavily. Also it would determine whether I have functions inside the widget, or have them external to the widget looking in if that makes sense.

Just putting some feelers out there for thoughts. I couldn't find anything by searching online.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about widget