SleipnirGroup / Choreo

A graphical tool for planning time-optimized trajectories for autonomous mobile robots in the FIRST Robotics Competition.
BSD 3-Clause "New" or "Revised" License
129 stars 38 forks source link

Fix slow startup time or add a splashscreen #507

Closed spacey-sooty closed 3 weeks ago

spacey-sooty commented 3 months ago

When running Debian stable with Choreo installed through the .deb I get a very slow (>30s) time to open Choreo. This is less than ideal

calcmogul commented 3 months ago

It varies between 2 and 5 seconds for me. I assume that's the Tauri backend server taking a while to start up, and the React frontend taking a while to load (likely more the latter). The build reports 1.1 MB of JavaScript (328 KB when gzip-compressed).

If we can't fix it, we could try adding a splashscreen: https://tauri.app/v1/guides/features/splashscreen/

spacey-sooty commented 3 weeks ago

Startup time seems better to me on main now for me