Hey guy's I'm still having issues with query times...
# prisma-whats-new
s
Hey guy's I'm still having issues with query times... I wrote a basic profiling script that does the simplest query I can think of: (if someone has a simpler one I'm happy to change it)
Copy code
query pointlessQuery {
      __type(name: "ID") {
        name
      }
    }
With this I'm seeing ~2% (8/500 requests) that are > 2000ms to complete.