This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
search filter: very poor performance #4271
Milestone
Comments
This sounds similar to #4162 |
I think this just may due to a performance regression in general on large lists, see #4340. Do you see similar issues on shorter lists or only on lists with hundreds of nodes? |
@gabrielschulhof - we should test the filter performance once you make that blur tweak and possibly close this out. |
You were planning on changing listview.filter into an widget extension for 1.4, right? |
@uGoMobi yes that's going to be part of widget review |
this is a whole new stand alone widget now so im closing this because the refrenced code ( listview filter ) no longer exists |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On an iPod 4g running ios 5.1 when searching large lists like this one http://jquerymobile.com/demos/1.1.0/docs/lists/lists-performance.html the first letter takes more than 2 seconds to appear.
I've tried changing the search function to the following:
(console is just to make sure i was doing it right)
No actual search is going on and the list doesn't change but it STILL takes ~2.5 seconds per letter so i'm not sure what the bottleneck is.
The text was updated successfully, but these errors were encountered: