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
i think its just the router, doing like what do i render are they authed logic, but likely its crazy inefficient, but compare an auth-ed double click of a file to just openign the app unauthed and its nuts that the first is faster.
marked as high priority since this is the first impression people get of the app
The text was updated successfully, but these errors were encountered:
I looked into this a bit over the weekend. Overall, the app loads pretty quickly for me with an installed .deb package. Running the app with yarn tron:start is pretty consistently slow(which I think should be expected somewhat since it isn't running in release mode) on the first start for me. This is due to needing to create the WebGLRenderer as part of the app setup
After the initial load, that same setup is between 400ms and 1500ms. I tried to lazily create the SceneInfra class which creates the WebGLRenderer, but it's pretty tied in to the initial setup of the app and I didn't want to do a heavier refactor without confirming that was the actual problem or if there was something else you were referring to. I'm also not sure if it's a platform thing, the problem could be completely different on Mac or Windows
i think its just the router, doing like what do i render are they authed logic, but likely its crazy inefficient, but compare an auth-ed double click of a file to just openign the app unauthed and its nuts that the first is faster.
marked as high priority since this is the first impression people get of the app
The text was updated successfully, but these errors were encountered: