Reply to thread

thanks mm, i have tested all versions of SetupTV and wrote down time it took for populating of All Channels TV group:

1. original unpatched:  80 seconds

2. with listview fill optimization: 37 seconds

3. with listview fill optimization and removed second SQL query: 26 seconds

4. with dictionary: 14 seconds.

So i think it is clear where we should tend. I will try to further optimize dictionary patch (there are some points to try ;) ) and post the results later.


Top Bottom