GraphQL response time out issue #17772
Unanswered
shubhangi101092
asked this question in
Q&A / Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
We are facing time out issue for graphql response if its fetching catalog which has around 1000 products related once its get cached its load faster but the cache time is 5 mints so mostly it get and load data from database .
Is there any way we can speedup the load time for graphql
URL :{{HOST}}/pimcore-graphql-webservices/Catalog
Body
{
getCatalog(id: 269255) {
entityId
name
description
version
createdDate
updatedDate
startDate
endDate
products {
... on object_Product {
id
productCode
name
entityId
isSecurityAccessCodeEnabled
locale
edesignDetails {
... on fieldcollection_EdesignDetail {
entityId
name
}
}
pricing {
... on object_Pricing {
entityId
denomination {
... on object_Denomination {
entityId
maxAmount
minAmount
}
}
}
}
}
}
}
}
Thanks
Beta Was this translation helpful? Give feedback.
All reactions