Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
329 views
in Plugins by

I just added a new plugin to git which can show the list of latest RSS feed items from any site. It’s very useful to show latest blog posts, news, etc in Q2A. But reading the Feed on each page load makes it very slow.

I was wondering, what is the best idea to speed it up? I can set a counter to update the feed on each 1000’th visits or so, to update feed data to DB and read it from there each time, or time it with corn jobs (but it should not be hard for normal users).

Q2A version: 1.6

1 Answer

0 votes
by
Q2A has a cache function to save it to database, but I added local file cache in new version.
...