I'm prototyping a scheduling board with drivers in the columns and their 
deliveries in the rows to prove that I can reassign deliveries using 
drag-n-drop under web2py. I have developed a matrix of movable cells that I 
based on Massimo's Excel Spreadsheet module. I can drag-n-drop cells just 
fine, but the performance is hideous. The drop takes 10 seconds typically. 
I must be missing some configuration item or something; I just can't make 
the thing work with a speed that will interest my boss. Can anyone suggest 
where I might look to make things snappy? My code is simple and short (< 
200 LOC). Might it have anything to do with the ram-cache? I appreciate any 
help you can offer to get me moving again (and to escape being forced to 
develop our board on Alpha5 or Servoy instead). Thanks in advance.

Reply via email to