Source: Deep code review — docs/code-review-2026-05.md (finding P4, P2).
Where: Recipe cards and detail pages.
Issue: Full-resolution Storage URLs (~1MB) are served into ~150px thumbnail slots — large wasted transfer.
Fix: Wire the auto-generated WebP variants from the Storage-triggered resize (already deployed per CLAUDE.md) into <img srcset="<thumb> 400w, <medium> 800w, <full> 1600w" sizes="...">.
Source: Deep code review —
docs/code-review-2026-05.md(finding P4, P2).Where: Recipe cards and detail pages.
Issue: Full-resolution Storage URLs (~1MB) are served into ~150px thumbnail slots — large wasted transfer.
Fix: Wire the auto-generated WebP variants from the Storage-triggered resize (already deployed per CLAUDE.md) into
<img srcset="<thumb> 400w, <medium> 800w, <full> 1600w" sizes="...">.