Ticket #1403 (closed bug: fixed)
Performance issues when creating and unbinding elements
| Reported by: | carlos.aguayo@… | Owned by: | john |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1.4 |
| Component: | core | Version: | 1.1.3 |
| Keywords: | performance | Cc: | carlos.aguayo@… |
| Needs: | Review |
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
Change History
Note: See
TracTickets for help on using
tickets.
