Problem
Navigating from the Camera FAB to the "Create expense w/ Scan" page feels sluggish. The rendering of the Scan page itself is a bottleneck in the overall create-expense-via-scan flow.
Goal
Profile and optimize the rendering of the Scan page to reduce the transition time from tapping the Camera FAB to the scan page being fully interactive (camera initialized and ready).
Plan:
Add sentry tracking spans for the flow
Build sentry dashboard
- Deep investigation into problematic areas and anywhere we can reduce rendering time and improve app performence on web and mobile platforms
Related