Files
Art-gallery/db/migrate-portrait-thumbs.sql
Danila Khodjaef 99b8559607 Speed up timeline load with portrait thumbs, bootstrap API, and caching.
Add catalog bootstrap endpoint, portrait thumbnail pipeline, lazy queued timeline images, gzip compression, and 3D texture throttling with code-split VirtualGallery.
2026-07-06 14:27:29 +03:00

3 lines
136 B
SQL

-- Timeline portrait thumbnails (~256px) under portraits/thumbs/
ALTER TABLE artists ADD COLUMN IF NOT EXISTS portrait_thumb_path TEXT;