Skip to content

Resolve Parent Values early when their elements are children #5

Description

@CryZe

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

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions