Opened 16 years ago
Closed 16 years ago
#1403 closed bug (fixed)
Performance issues when creating and unbinding elements
Reported by: | Owned by: | john | |
---|---|---|---|
Priority: | major | Milestone: | 1.1.4 |
Component: | core | Version: | 1.1.3 |
Keywords: | performance | Cc: | [email protected]… |
Blocked by: | Blocking: |
Description
Look at the html page I provide. Test on IE7. If I use jquery-1.0.2: If I click on "create" and then on "destroy" several times, it takes in my computer around 280ms to do "create", and around 400ms to "destroy".
If I use jquery-1.1.3.1: The first time I click on "create" it takes around 1500ms. I click on "destroy" and then click again on "create", now it takes 2300ms. I click on "destroy" and click "create" again and this time I get a popup from IE7 asking me if I want to stop the script.
The only difference is the version of jquery that I use.
Attachments (1)
Change History (4)
Changed 16 years ago by
Attachment: | sandbox.html added |
---|
comment:1 Changed 16 years ago by
Owner: | set to brandon |
---|
comment:2 Changed 16 years ago by
Owner: | changed from brandon to john |
---|
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Test case