🐛 Bug Description
Navigation inside the authenticated app feels noticeably slow, especially when switching from Dashboard to Inventory Management and other internal sections. There is a visible delay before the next page renders, which makes the app feel less responsive than expected.
Steps to Reproduce
- Log in to FlipTrack.
- Open the Dashboard.
- Click Inventory Management or another protected section.
- Observe the delay during the route change.
Expected Behavior
Route transitions inside the app should feel fast and immediate, with minimal pause between pages.
Actual Behavior
There is a noticeable wait before the destination page appears, particularly on data-heavy pages.
Additional Context
The slowdown seems more pronounced on pages that load auth state plus database data on navigation, such as Dashboard and Inventory Management. It feels like the app is doing a full data refresh on each route change instead of keeping navigation lightweight.
🐛 Bug Description
Navigation inside the authenticated app feels noticeably slow, especially when switching from Dashboard to Inventory Management and other internal sections. There is a visible delay before the next page renders, which makes the app feel less responsive than expected.
Steps to Reproduce
Expected Behavior
Route transitions inside the app should feel fast and immediate, with minimal pause between pages.
Actual Behavior
There is a noticeable wait before the destination page appears, particularly on data-heavy pages.
Additional Context
The slowdown seems more pronounced on pages that load auth state plus database data on navigation, such as Dashboard and Inventory Management. It feels like the app is doing a full data refresh on each route change instead of keeping navigation lightweight.