berrypod/lib/berrypod_web/live
jamey 2f3b7e7b21
All checks were successful
deploy / deploy (push) Successful in 1m29s
optimise product queries: skip image blobs, limit listing preloads, add composite index
The listing preload (images: :image) was loading the full images table row
including the data BLOB column (~3MB per page). Now only loads :id and
:source_width. Listing preloads also limited to first 2 images (primary +
hover) since product cards don't use the rest. Added composite indexes on
(visible, status, inserted_at) and (visible, status, category) to eliminate
the TEMP B-TREE sort SQLite was doing.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 17:29:15 +00:00
..
admin optimise product queries: skip image blobs, limit listing preloads, add composite index 2026-03-02 17:29:15 +00:00
auth gate magic link login on verified email delivery 2026-02-21 22:25:27 +00:00
setup fix setup flow stale state and Stripe URL issues 2026-02-22 16:51:44 +00:00
shop add pagination across all admin and shop views 2026-03-01 09:42:34 +00:00