You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you query the categories of a game and query category.Game afterwards, there doesn't need to be a request anymore, as that is already known. The Caching algorithm might not catch that, as the game might've not been queried by it's ID initially, so the URL is different.
Game -> Category -> Game
Series -> Game -> Series
Category -> Record -> Category
Category -> Record -> Game
Game -> Record -> Game
Game -> Record -> Category
User -> Runs -> User
User -> Records -> User
Probably even more
The text was updated successfully, but these errors were encountered:
If you query the categories of a game and query
category.Game
afterwards, there doesn't need to be a request anymore, as that is already known. The Caching algorithm might not catch that, as the game might've not been queried by it's ID initially, so the URL is different.Probably even more
The text was updated successfully, but these errors were encountered: