Quantcast

Trying to resolve a pause of the WOW Client whenever a BagSync search is done.

Author Xruptor <xruptor@manaflux.com>
Author date 2016-10-22 12:52:47
Author local date 2016-10-22 08:52:47 -0400
Committer Xruptor <xruptor@manaflux.com>
Committer date 2016-10-22 12:52:47
Committer local date 2016-10-22 08:52:47 -0400
Commit 6aa48b000053daf3e23e05bd38df6966a201d188
Tree 98dada3d399a81b5ac9de61c538e44f04d378a4a
Parent fb018f70ea425417d388270ab53165fcc6900ac0
Trying to resolve a pause of the WOW Client whenever a BagSync search is done.
-Apparently the LibItemSearch-1.2 library is causing a long pause every time a search string is given to it.  It only seems to happen when there are large amounts of queries being tossed at it.
-The LibItemSearch-1.2 library also doesn't seem to cache search routines like the old LibItemSearch-1.0 used to do properly.  So even a refresh or a search of the same item causes the BagSync Search window to pause the WOW Client for a brief period.
-The old LibItemSearch-1.0 seems to work and although it causes the pause it's very short compared to the new LibItemSearch-1.2 version.  It also breezes through searches that have already been performed.  I'm going to continue the old LibItemSearch-1.0 under a new name and give this a try.