You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.
I'm thinking take a bunch of the stuff I did for Actypus and use it on Pyroon's front-end. This would involve a loading screen for assets and a screen while the browser renders the Cytoscape graph.
This would serve two purposes:
Faster loading times (various Google recommended optimizations)
Users don't just see a janky Time New Roman "Loading" in the top left*
*Which doesn't give me much faith in the site loading and I made the damn thing
The text was updated successfully, but these errors were encountered:
Loading the site via Chrome's throttling tools shows horrific performance over slower connections. I got Actypus loading in fractions of a second. Those synchronous scripts are ruining page loads! Will need to wrap Cytoscape/etc. in wrapper functions so they can be loaded async.
I'm thinking take a bunch of the stuff I did for Actypus and use it on Pyroon's front-end. This would involve a loading screen for assets and a screen while the browser renders the Cytoscape graph.
This would serve two purposes:
*Which doesn't give me much faith in the site loading and I made the damn thing
The text was updated successfully, but these errors were encountered: