berrypod/lib
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
..
berrypod optimise product queries: skip image blobs, limit listing preloads, add composite index 2026-03-02 17:29:15 +00:00
berrypod_web optimise product queries: skip image blobs, limit listing preloads, add composite index 2026-03-02 17:29:15 +00:00
mix/tasks add admin media library with image management and block picker integration 2026-02-27 22:20:51 +00:00
berrypod_web.ex add canonical URLs, robots.txt, and sitemap.xml 2026-02-23 21:47:35 +00:00
berrypod.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00