Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve Parent Values early when their elements are children #5

Open
6 of 8 tasks
CryZe opened this issue Jun 26, 2015 · 0 comments
Open
6 of 8 tasks

Resolve Parent Values early when their elements are children #5

CryZe opened this issue Jun 26, 2015 · 0 comments

Comments

@CryZe
Copy link
Contributor

CryZe commented Jun 26, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant