Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Add pretty loading/rendering screens #5

Closed
kittsville opened this issue Dec 18, 2016 · 3 comments
Closed

Add pretty loading/rendering screens #5

kittsville opened this issue Dec 18, 2016 · 3 comments

Comments

@kittsville
Copy link
Owner

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

@kittsville
Copy link
Owner Author

Check fancy-front branch for progress

kittsville added a commit that referenced this issue Dec 21, 2016
@kittsville
Copy link
Owner Author

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.

@kittsville
Copy link
Owner Author

Wrapping covered in #13.

kittsville added a commit that referenced this issue Dec 23, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant