ZeroIntensity / gamehub

Official GameHub Repository.
https://www.gamehub2.com
MIT License
4 stars 3 forks source link

Optimize comment loading #3

Closed ZeroIntensity closed 2 years ago

ZeroIntensity commented 2 years ago

it currently doesn't cache values and makes a separate request each game (opposed to one graphql request collecting all of them).

ZeroIntensity commented 2 years ago

its probably better that it isn't cached (especially with comment edits and such)