mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
A bit more than 10% of processor.ProcessFeedEntries' CPU time is spent in urlcleaner.RemoveTrackingParameters, specifically calling url.Parse, so let's extract this operation outside of it, and do it once before calling urlcleaner.RemoveTrackingParameters multiple times. Co-authored-by: Frédéric Guillot <f@miniflux.net> |
||
---|---|---|
.. | ||
bilibili.go | ||
filters.go | ||
nebula.go | ||
odysee.go | ||
processor.go | ||
processor_test.go | ||
reading_time.go | ||
youtube.go | ||
youtube_test.go |