OSC / ondemand

Supercomputing. Seamlessly. Open, Interactive HPC Via the Web
https://openondemand.org/
MIT License
263 stars 99 forks source link

Multiple path-selectors are slow #3524

Open HazelGrant opened 2 months ago

HazelGrant commented 2 months ago

Based on this Discourse topic: https://discourse.openondemand.org/t/slow-when-using-multiple-path-selectors/3431

I can reproduce this issue in Firefox on an M1 Mac.

I'm adding this to the 3.1 milestone because I think it should be fixed before 4.0 if we plan on any further releases between now and then.

HazelGrant commented 2 months ago

My guess is this has something to do with the fact that $('#loading_icon') exists multiple times when two or more path selectors are present. Why this would make the selector slower, I'm not sure.