perf: paginate docs list, lazy thumbnails, static cache headers

This commit is contained in:
Krikorios
2026-04-19 00:05:09 +03:00
parent 5b1e770948
commit da900cab2d
4 changed files with 45 additions and 17 deletions
+1
View File
@@ -18,6 +18,7 @@ def _migrate(conn):
("declared_property_count", "INTEGER"),
("image_hash", "TEXT"),
("duplicate_of", "INTEGER"),
("duplicate_dismissed", "INTEGER DEFAULT 0"),
]
for col, col_type in migrations:
if col not in existing: