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
Querying for all the pool data in the given time frame from the subgraph takes some time. Be patient.
48
65
This could be improved in the future with parallel http calls using go routines.
49
66
50
67
More data than is actually needed to compute the profit and apr is queried from the subgraph, these fields were not removed from the graphql query
51
68
or the structures to have more data to experiment with. If speed was to be optimized, not querying for unneeded data may make the query more efficient.
0 commit comments