staylor7 / rare-diseases

Catalog of Rare Diseases
Creative Commons Zero v1.0 Universal
5 stars 0 forks source link

[STAGING] Audio assets can be stuck pending from long server wait times #33

Closed quinnouyang closed 6 months ago

quinnouyang commented 6 months ago

Pending JS assets (import statements) seem to block audio ones. Seems to be a server issue that is potentially resolvable in how we import these (get Vite to not optimize dynamic imports using JS?).

Here, we select the bhrama chakra, spam click its diseases, then exit out to the netra chakra and do the same. Notice how the load time for some of the disease JS assets block everything else. image

Inconsistently (?) reproducable on Chrome and Safari, macOS. Browser limitation of 6 simultaneous requests?

To reproduce

## Related Links

Chrome

image

Safari

image

quinnouyang commented 6 months ago

Beware that site can also be stuck (re)loading, but that seems to be because GoDaddy sucks, e.g. image

quinnouyang commented 6 months ago

PAIN.