-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GraphQl Products result is not cached #39173
Comments
Hi @m08110071. Thank you for your report.
Join Magento Community Engineering Slack and ask your questions in #github channel. |
Hi @engcom-Hotel. Thank you for working on this issue.
|
Hello @m08110071, Thanks for the report and collaboration! We have tried to reproduce the issue in the latest released version i.e. 2.4.7-p2 and for us the issue is not reproducible. Please have a look at the below screenshots for reference: The first request took around 496ms: The second request took around 238ms: The second request was served from the cache. Please let us know if we missed anything. Thanks |
Dear @m08110071, We've observed that there haven't been any updates on this issue for quite some time. Therefore, we're assuming it's been resolved and will be closing it. Feel free to open a new ticket or reopen this one if you require further assistance. Regards |
Preconditions and environment
Steps to reproduce
Expected result
At the second time, cache data should be return
Actual result
products query result was not cached
Additional information
Missing define
\Magento\GraphQlResolverCache\Model\Resolver\Result\ResolverIdentityClassProvider::$cacheableResolverClassNameIdentityMap
for productsIt is same issue for many queries: categories, ...
Release note
No response
Triage and priority
The text was updated successfully, but these errors were encountered: