phenopolis / phenopolis_genomics_browser

Python API and React frontend for the Phenopolis Genomics Browser
https://dev-live.phenopolis.org
MIT License
31 stars 2 forks source link

Another hpo fix #336

Closed alanwilter closed 3 years ago

alanwilter commented 3 years ago

I believe I finally got the right query for hpo, but it's slower than before.

I also tried to isolate a query for preview, to be quicker.

netlify[bot] commented 3 years ago

Deploy preview for phenopolis-dev canceled.

Built with commit d03bd03be0c013dd12b092f15cf661c4890a3a64

https://app.netlify.com/sites/phenopolis-dev/deploys/6079d7a4cf111d00070d7c3f

alanwilter commented 3 years ago

@dvarrazzo I'm finding out that even if a query takes 2s, it's the least of the problem, there other more critical bottlenecks in the code (I just found a big one with function process_for_display()). So, if you don't see any blantant problem at a first site in this PR, I'm prone to merge it asap.