VEuPathDB / web-monorepo

A monorepo that contains all frontend code for VEuPathDB websites
Apache License 2.0
2 stars 0 forks source link

Ortho 7 group page error #1122

Open aurreco-uga opened 2 months ago

aurreco-uga commented 2 months ago

this error seems to happen often when using the doamins and the tree table in a large group https://feature.orthomcl.org/orthomcl.feature/app/record/group/OG7_0000696

Screenshot 2024-06-27 at 3 27 36 PM
dmfalke commented 2 months ago

My gut is telling me that this is coming from a library, maybe TidyTree. @bobular any guesses? I might be able to look into this tomorrow (Friday).

stubrown commented 2 months ago

yes the tree is from TidyTree. Dannica made some modifications to the base code for our application. Bob has been building it into the web page - he is on vacation for the next week.

On Thu, Jun 27, 2024 at 3:34 PM Dave Falke @.***> wrote:

My gut is telling me that this is coming from a library, maybe TidyTree. @bobular https://github.com/bobular any guesses? I might be able to look into this tomorrow (Friday).

— Reply to this email directly, view it on GitHub https://github.com/VEuPathDB/web-monorepo/issues/1122#issuecomment-2195524067, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCCC47NHFFWYD6UZD2VEGTZJRSLJAVCNFSM6AAAAABKARK4OWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJVGUZDIMBWG4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

dmfalke commented 2 months ago

Thanks @stubrown. I'm guessing the error message in the screenshot is produced by TidyTree.

bobular commented 1 month ago

I don't get that error at the moment, but this group is large and causing the browser to complain about slow JavaScript...

dmfalke commented 1 month ago

I tried to reproduce this, but the page just kinda hangs when I start applying filters. (I suppose it's time to do some performance profiling.)

I suspect this error is related to some asynchronous operation in the TidyTree library. It might only be an issue with large, complex trees.