Dare writes about a perf and memory usage issue in RSS Bandit.
I've come across this at least 10 times in my career - developers tend to underestimate the amount of time it takes to update a UI. I've seen cases where 70% of the cpu time is going towards updating the UI.
There are two classical fixes for this: