marius00 / iagd

MIT License
108 stars 33 forks source link

Item sets, HC/SC performance #133

Open marius00 opened 2 years ago

marius00 commented 2 years ago

When the lookup is made to determine how many set-items the user has, currently it's performed as one query for HC and one for SC, even though we'll only display one of them.

Should ideally take HC/SC in as an argument and only perform one query. It's a somewhat heavy query.