Target: 1 Second
Problem
After capturing a receipt photo, the transition to the "Confirm details" page adds noticeable latency. Even after improving the image capture pipeline itself, the rendering cost of the confirmation page may still be a bottleneck.
Goal
Profile the "Confirm details" page mount and render cycle to identify optimization opportunities. Reducing render time here would make the shutter-button-to-confirmation transition feel snappier.
Plan:
Add sentry tracking spans for the flow
@Julesssss to 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