Slow response after adding lighthouse php package #2558
Unanswered
bilalcontent
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@spawnia ANY solution? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use this package to implement graphql.
However the response time is too slow as compared to rest api.
I simple query data from single collection. it tooks 2000ms+ to respond result..
I already implement pagination and only returns 10 records.
I use debugger to see performance. DB queries are optimized, they took only 7ms to execute query results.
I don't understand why it's too much time. Looking for suggestions:
Beta Was this translation helpful? Give feedback.
All reactions