Hareeshchandera / jsplumb

Automatically exported from code.google.com/p/jsplumb
0 stars 0 forks source link

deleteEveryEndpoint is extremely slow because it does not suspend drawing. #268

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
when deleteEveryEndpoint is called, it should suspend drawing, because 
otherwise it forces a repaint after every deletion.  in the load test this can 
result in what took 2.5 seconds to draw taking 42 seconds to discard.

Original issue reported on code.google.com by simon.po...@gmail.com on 25 Jul 2012 at 10:34

GoogleCodeExporter commented 8 years ago
fixed in 1.3.11.  from 42 seconds this is now down to about 50ms.

Original comment by simon.po...@gmail.com on 25 Jul 2012 at 10:35

GoogleCodeExporter commented 8 years ago

Original comment by simon.po...@gmail.com on 29 Jul 2012 at 5:25