1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-11 17:51:01 +00:00
miniflux-v2/internal/database
jvoisin c4a2afb7b7 perf: cache the format of feeds
Detecting the format of a feed accounts for up to 30% of the time spent in
`parser.ParseFeed`. Cache the value once detected, as it'll never change.
2025-03-25 21:23:30 +01:00
..
database.go feat(database): add optional build support for SQLite 2024-12-29 15:09:26 -08:00
migrations.go perf: cache the format of feeds 2025-03-25 21:23:30 +01:00
postgresql.go feat(database): add optional build support for SQLite 2024-12-29 15:09:26 -08:00
sqlite.go feat(database): add optional build support for SQLite 2024-12-29 15:09:26 -08:00