1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00
miniflux-v2/internal/reader
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
..
atom perf: cache the format of feeds 2025-03-25 21:23:30 +01:00
date refactor(date): use an else-if instead of two if statements 2025-02-06 19:44:12 -08:00
dublincore Refactor RDF parser to use an adapter 2024-03-12 20:54:05 -07:00
encoding fix(scraper): avoid encoding issue if charset meta tag is after 1024 bytes 2025-02-15 17:05:14 -08:00
fetcher fix(finder): do not add redirections to the list of subscriptions to avoid confusion 2025-01-12 17:09:32 -08:00
googleplay Refactor RSS Parser to use an adapter 2024-03-13 21:25:09 -07:00
handler perf: cache the format of feeds 2025-03-25 21:23:30 +01:00
icon fix(scraper): avoid encoding issue if charset meta tag is after 1024 bytes 2025-02-15 17:05:14 -08:00
itunes Refactor RSS Parser to use an adapter 2024-03-13 21:25:09 -07:00
json perf: cache the format of feeds 2025-03-25 21:23:30 +01:00
media Minor simplification of internal/reader/media/media.go 2024-03-18 16:09:32 -07:00
opml fix: address minor issues detected by Go linters 2025-03-24 20:48:46 -07:00
parser perf: cache the format of feeds 2025-03-25 21:23:30 +01:00
processor fix(processor): add missing quotation marks to import comments 2025-02-24 16:34:26 -08:00
rdf perf: cache the format of feeds 2025-03-25 21:23:30 +01:00
readability Refactor internal/reader/readability/testdata 2024-12-15 20:52:32 -08:00
readingtime refactor(readingtime): replace whatlanggo with an ad-hoc implementation 2024-12-26 14:21:07 -08:00
rewrite fix(rewrite): remove obsolete rule for webtoons.com 2025-03-06 20:11:03 -08:00
rss perf: cache the format of feeds 2025-03-25 21:23:30 +01:00
sanitizer fix: address minor issues detected by Go linters 2025-03-24 20:48:46 -07:00
scraper fix(scraper): avoid encoding issue if charset meta tag is after 1024 bytes 2025-02-15 17:05:14 -08:00
subscription fix(scraper): avoid encoding issue if charset meta tag is after 1024 bytes 2025-02-15 17:05:14 -08:00
urlcleaner feat(urlcleaner): add more Google Analytics parameters 2025-02-22 17:07:59 -08:00
xml refactor(xml): improve the performances of NewXMLDecoder 2025-01-30 19:37:06 -08:00