D2ArmorPicker icon indicating copy to clipboard operation
D2ArmorPicker copied to clipboard

Decouple manifest table from inventory table

Open Mijago opened this issue 1 year ago • 0 comments

Right now, the manifest is being downloaded into an IndexedDB table. When the inventory is being fetched, it basically copies the information for each item. This has been done to improve speed (when reading). With smart indexes, we should eb able to smartly decouple this and thus reduce used data.

Mijago avatar Apr 28 '23 12:04 Mijago