clragon / e1547

A sophisticated e621 browser
https://e1547.clynamic.net/
GNU General Public License v3.0
209 stars 16 forks source link

Use combined API calls for single tag follows #75

Closed TDOWuser closed 1 year ago

TDOWuser commented 2 years ago

Currently the loading of the follows tab is extremely slow. Seems like you're sending a seperate request for every tag to e621. Can't it be done that all singular normal tags are sent in one big request using the ~ prefix? (https://e621.net/help/cheatsheet#searching_basics) Would already make it a lot faster in my case.

clragon commented 2 years ago

to implement this we need to: