Hello all. Wondering if anyone in here is still us...
# orm-help
j
Hello all. Wondering if anyone in here is still using Graph.cool, and if they've noticed any performance issues as of late? My requests are typically taking over 1s. Is that unusuall?
t
Hey, moving this to a thread so I don’t clog up general
j
Thanks @tomhut that's interesting. Glad I'm not the only one seeing this
t
Yeah, a clear 30%ish uptick with higher peaks
Maybe closer to double now I dive in a little more
j
Yeah some of my requests take closer to 4-5 secs
I tried reaching out to support but haven't heard anything back
t
Ahh, do let me know if you hear back
j
Are you going to keep using the framework?
t
For now, I’m trying to slowly migrate to yoga for some stuff
j
I wonder if I'd have better luck switching over to prisma
t
and maybe prisma for the persistent stuff
But its running in production now with a fair few users, got other things to worry about than a migration 😛
j
Interesting, what is yoga exactly? If you're willing to explain.
t
Yeah sure thing, it’s basically a GraphQL server built ontop of express
Made by the graphcool/prisma team
j
So it's self hosted?
t
Yup
But you can throw it on zeit or lambda really easily
j
Gotcha
t
I currently use it to host some REST endpoints for some external integrations
And to create a GraphQL API for some third party services my app uses
j
I'm building an app so still in development. Maybe I should switch over to that. 1-2 secs for my requests using graphcool is just unacceptable
t
Yeah, if you are still in development I would really recommend it
j
Cool. Ok thanks for the help!
t
Graphcool will probably be rebuilt ontop of prisma, but im not sure when
Yoga sits nicely alongside prisma IIRC
j
Do you what the difference is between graphcool and prisma?
Yoga looks cool but I don't know if I'm understanding correctly. From what I'm seeing, with Yoga, I still have to generate all my api endpoints manually? I definitely want to avoid doing that.