MyCuration icon indicating copy to clipboard operation
MyCuration copied to clipboard

Refactor RSS update

Open phicdy opened this issue 2 years ago • 0 comments

Idea

  • [x] Update in parallel
  • [ ] Update on memory articles first. Fire and forget database update
  • [x] Bulk insert
  • [x] Store last fetched ariticles cache in repository
  • [ ] Set OkHttp timeout
  • [x] Decrease accesses to the database
  • [x] Apply filters on memory and then store articles
  • [ ] Replace XmlPullParser with SAXParser or VDT-XML https://stackoverflow.com/questions/7224318/how-to-solve-the-xml-parsing-performance-issue-on-android

phicdy avatar Dec 05 '23 15:12 phicdy