Comment 0 for bug 1066816

Revision history for this message
Michal Hruby (mhr3) wrote :

When the system is starting up and lenses are launched, apps lens spends lots of time doing IO - opening the software center's xapian databases plus the ratings database.

Since the ratings filter was removed from apps lens, we now need the ratings database only when creating previews - therefore the ratings database is ideal candidate for lazy initialization (only when a preview is requested), which will improve the bad IO situation.