graphql 2023-01-20

this question can be relevant to GraphQL 🙏

maybe this time is spent waiting for aws-api to respond?

also, how long are the intervals in superlifter? time can also be spent there

aws-api response is extremely fast with small requests as I see. Plus, intervals are 50ms for all.

Shameless plug: I wrote https://github.com/vlaaad/plusinia to get rid of waiting for intervals in superlifter

👍 1

intervals can be affected to response time but that lags looks weird though.

@vlaaad Thank you for sharing! I’ve starred and looked into it ! hope I want to consider it shortly.

Hmm.. 🤔

Also, I can recommend trying a profiler with a flame graph to see where is the time spent while the request is processed. E.g. https://github.com/clojure-goes-fast/clj-async-profiler/

Thanks a lot. I’ll use it too. At the same time, I have to dive into superlifter’s usage first.

IIRC should be able to configure the datadog agent in a way that you see aws call in there too. At work i can see those calls at least 🤔

🙏 1