GraphQL Performance Issues (using Absinthe)

Update
So I’ve shaved some time off because I wasn’t .uniq-ing IDs in batch loaders, but there are still two sizable time gaps for which we’re unable to account:

  1. after context is added, before resolution
  2. after the resolver is run.