View Single Post
Posts: 324 | Thanked: 371 times | Joined on Dec 2009 @ Vancouver, BC
#439
Originally Posted by SaintGermain View Post
Before that I could get an update in 30 s - 1 mn. Now it is more 3-4 mn.
If the main application is running, the update will happen 3 feeds at a time (which uses quite a bit of CPU, but should be fairly fast). If you update in the background (through command line, or through the widget), it will only do 1 feed at a time, and uses the "nice" command to stay low CPU priority.

Originally Posted by SaintGermain View Post
Is it a way for me to debug this by putting a few 'print' somewhere ?
In the file rss_sqlite.py, class Feed, function updateFeed is where all the action takes place (note that this runs as threads, so you might need to flush stdout if you want to see the messages when they're printed). If you need any help in troubleshooting, feel free to contact me by private message.