Ticket #1420 (closed defect: fixed)
closeAllTiddlers very expensive
| Reported by: | jdlrobson | Owned by: | psd |
|---|---|---|---|
| Priority: | undefined | Milestone: | |
| Component: | core | Version: | |
| Severity: | high | Keywords: | |
| Cc: |
Description
If I open 100 or so tiddlers and hit the close all button, the browser locks up and is very slow.
The reason seems to be forceReflow, which is fired after every tiddler closed (rather than once at the end if it really needs to happen)
You can demonstrate this by adding the following code and noticing the different in performance on hitting the close all button.
forceReflow = function() {}
Change History
Note: See
TracTickets for help on using
tickets.
