surnorte / capstone

Capstone project for CSCI E-99, SurNorte team
GNU General Public License v3.0
0 stars 2 forks source link

results - download of results for single 384-well plate takes >1min #24

Closed rascalking closed 9 years ago

rascalking commented 9 years ago

Inserting logging into the service method seems to show a significant slowdown as the data is prepared for return to the browser, which suggests possible memory/GC issues. Worth investigating whether increasing the heap size in the grails config will solve this, or whether more digging is needed.

rascalking commented 9 years ago

Did some digging, and it turned out to be just inefficient use of the orm. Refactored, and the time to download a 384 well plate went from 90s to 1.5s.