Fork me on GitHub
#graphql
<
2023-01-20
>
Jungwoo Kim08:01:44

this question can be relevant to GraphQL 🙏

vlaaad08:01:50

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

vlaaad08:01:20

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

Jungwoo Kim08:01:54

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

vlaaad08:01:04

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

👍 2
Jungwoo Kim08:01:36

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

Jungwoo Kim08:01:15

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

Jungwoo Kim08:01:33

Hmm.. :thinking_face:

vlaaad08:01:47

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/

Jungwoo Kim09:01:42

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

thumbnail21:01:50

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 :thinking_face:

🙏 2