Skip unnecessary setup when launching UI #16

Closed
opened 2026-07-02 04:14:32 +00:00 by javif89 · 0 comments
Owner

Currently we spin up tracing subscriber, a DB connection, the app directory watcher, and some other stuff before checking if the daemon is already running and sending the IPC signal to show the UI.

The incurred latency is NOT acceptable. We should check first if the daemon is running before doing anything else, so the UI can just start immediately.

Currently we spin up tracing subscriber, a DB connection, the app directory watcher, and some other stuff before checking if the daemon is already running and sending the IPC signal to show the UI. The incurred latency is NOT acceptable. We should check first if the daemon is running before doing anything else, so the UI can just start immediately.
javif89 added this to the v1.0.0 milestone 2026-07-02 04:14:32 +00:00
javif89 self-assigned this 2026-07-02 04:14:32 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
waycasthq/waycast#16
No description provided.