xiv-gear-planner / gear-planner

xivgear.app
https://xivgear.app/
17 stars 13 forks source link

Consolidate ItemFood requests into single batch #248

Closed ackwell closed 1 month ago

ackwell commented 1 month ago

Title. This is a pretty naive implementation, but should at least help remedy the current hug of death y'all sending to the beta.

Just using the rows= query parameter to consolidate the ItemFood requests into one batch, rather than a seperate request per item. Each request has a bit of overhead I can't do much to avoid, so this should reduce the load a little.

Linting seems to be complaining about something I don't have the brain space to deal with right now.