Questions tagged [cache]
Question related to Magento default caching system, full page cache or 3rd party caching solutions.
1,209 questions
0 votes
1 answer
48 views
Magento 2 Varnish not showing HIT/MISS on HTTPS (curl -I https://domain shows nothing, but HTTP works)
I have a Magento 2.4.8 site running on Nginx + Varnish (version 7.5.0). When I test caching via curl, I get different results for HTTP vs HTTPS: curl -I http://domain/ shows: X-Magento-Cache-Debug: ...
0 votes
2 answers
121 views
Hyva Theme long page load times
We are in the process of transitioning to a Hyva-based theme for our storefront. However, we are noticing performance issues, especially for our CMS pages. We are using Adobe Commerce Cloud for our ...
0 votes
1 answer
69 views
New custom product reviews not showing without cache flush
I have a module with a custom entity (product reviews) that is responsible for adding reviews to the product and rendering them on the product page in an additional tab. Service contract is present. ...
0 votes
1 answer
85 views
Risk of Caching top search results
Recently we have found out that some of our search results are not being cached because Setting called Stores->Configuration->Catalog->Catalog-> Catalog Search -> Number of top search ...
0 votes
1 answer
33 views
Catalog only mode, product pages not fully cached
I have Magento 2.4.6-p8 in use with Varnish. Site does not use Magento's shop functionality and it servers only in catalog mode and only displays products for customers to see. All CMS pages load ...
0 votes
0 answers
42 views
Cache gets deleted and has to be rebuild
Magento 2.4.7-p3 My store deletes the cache (Varnish or any other 3rd party cache) multiple times a day by itself, it has to be rebuild afterwards. Any idea where and how to start looking for that ...
1 vote
1 answer
89 views
Magento 2: Cache refresh for specific category page
I need some help to understanding Magento cache So Idea is that I want to refresh cache of specific category page (not all category pages) on an interval. How can i do that in Magento 2?
0 votes
1 answer
49 views
Help with strange Magento behaviour on VPS. Cart not updating until after page refresh, cache refreshes after navigating away from page
We're having a strange problem that we can't seem to get to the bottom of. No errors are being shown. Within the CMS, if we click flush cache, the page quickly refreshes and nothing seems to happen. ...