berrypod/lib
jamey e041f5d8f0
All checks were successful
deploy / deploy (push) Successful in 1m27s
fix ETS cache resilience, skip heavy columns from queries
- settings cache: create ETS table in application.ex so it survives
  GenServer crashes (same pattern as redirects cache)
- redirects: remove DB fallback on cache miss — cache is warmed on
  startup and kept in sync, so a miss means no redirect exists
- product listing: exclude provider_data (up to 72KB JSON) and
  description from listing queries via listing_select/1
- logo/header: select only rendering fields, skip BLOB data column

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 21:44:32 +00:00
..
berrypod fix ETS cache resilience, skip heavy columns from queries 2026-03-02 21:44:32 +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