-
Notifications
You must be signed in to change notification settings - Fork 192
Closed
Description
Issue type:
- Bug report
Version:
Vimperator: 3.15.0 (created: 2017/01/04 14:52:08)
Firefox: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0
Description:
Commit afe333b in #517 means that the filter parameters passed to history.get
do not end up being passed to executeQuery
in the query
object. This causes the entire history to be returned, which if large, can cause performance problems such as those in #654.
Expected behavior:
The search parameters should be passed to executeQuery
, allowing a subset of the user's browsing history to be returned, rather than everything.
Steps to reproduce:
I have some 89k entries in my history, and it takes Firefox several seconds to return all of them.
Metadata
Metadata
Assignees
Labels
No labels