-
I have installed JBrowse2 in my server and uploaded about 6,000 tracks, but the load time now is too slow, about 20 seconds. Looking for some performance improvement I found that one option is to use types.frozen for jbrowseModel.tracks (#3468 ), but I don't know how to implement this, do I have to install or develop any plugin? I would be very grateful if anyone could provide any clue on that issue. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
@crisamor hi there. There is indeed slowness with large numbers of tracks at load time. That PR was promising but was halted as it had some complicated implications. I could try and revisit that PR and build a beta branch if you are interested in trying it out. I can't guarantee it could get merged in any timeliness but would.be happy to make that happen |
Beta Was this translation helpful? Give feedback.
-
@crisamor you can try using this frozen_tracks3 branch To download it using the CLI you can use
here is a live demo showing the difference in data loading time, on about 1700 tracks |
Beta Was this translation helpful? Give feedback.
-
Hi @cmdcolin, thank you so much for your quick response! It would be interesting to try out the frozen_tracks3 branch. However, I'm new with JBrowse2 and I don't have much idea on how to implement the types.frozen for jbrowseModel.tracks option. Do I have to set up this option in the config.json file? I tried to follow the link to the 1000 genomes config file that you provided, but it doesn't work. Could you give me some clue on how to implement this option? Thank you very much! |
Beta Was this translation helpful? Give feedback.
-
Hi @cmdcolin, sorry for the confusion and for the delay in my response. I'll try to use the frozen_tracks3 branch, let's see if it improves! Thank you very much for your help. |
Beta Was this translation helpful? Give feedback.
@crisamor you can try using this frozen_tracks3 branch
To download it using the CLI you can use
here is a live demo showing the difference in data loading time, on about 1700 tracks
new branch
http://s3.amazonaws.com/jbrowse.org/code/jb2/frozen_tracks3/index.html?config=%2Fjbrowse.org%2Fgenomes%2FGRCh38%2F1000genomes%2Fconfig_1000genomes.json&session=share-M3ynDk4EAp&password=OVZ8U
main branch
http://s3.amazonaws.com/jbrowse.org/code/jb2/main/index.html?config=%2Fjbrowse.org%2Fgenomes%2FGRCh38%2F1000genomes%2Fconfig_1000genomes.json&session=share-M3y…