Comment 2 for bug 1622969

Revision history for this message
Florian Boucault (fboucault) wrote :

After profiling, delay seems to be caused by the sorting by 'lastVisit' of the HistoryDomainListModel. It should be possible to remove it by either sorting when items are inserted in that model or just by leveraging the fact that HistoryModel loads history entries from the SQLite database with "ORDER BY lastVisit DESC".