You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf(frontend): compress wardrobe images before Supabase upload
Full-resolution camera blobs (1-2 MB at quality 0.92) were being uploaded
directly, making save noticeably slow on mobile. compressForStorage() resizes
to a max 800px longest edge at JPEG quality 0.75, typically producing 50-150 KB.
The full-res blob is still sent to the ML backend for inference — only the
storage copy is compressed.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments