junk food for the brain …
How to speed up liferea load times
After using using Liferea for a while, it tends to slow down during startup. This is most probably caused by the sqlite database it uses becoming fragmented. Using the sqlite VACUUM command helps solve this.
To run this, do the following:
- Shutdown liferea.
- Run the following command:
sqlite3 ~/.liferea_1.4/liferea.db "VACUUM;"
- Load up liferea and feel the speed difference
Source:
Liferea Developer blog