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

don't fetch relationships twice #273

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 2, 2018

  1. don't fetch relationships twice

    For some implementations of `relationships/2`, it can be expensive to calculate.
    For the top level, we've already calculated the relationships as a part of the
    `%ResourceObject{}` so we don't need to do it again.
    paulswartz committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    38ed6f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Configuration menu
    Copy the full SHA
    e423ad1 View commit details
    Browse the repository at this point in the history