Local Storage seems to be disabled in your browser.
For the best experience on our site, be sure to turn on Local Storage in your browser.
CDN
-
February 10, 2025 51
Sometimes we need to "detect"(check) the customer's login status and do something. For instance, display a coupon code to logged in customers only. Things become complicated when Full Page Cache(incl...
-
August 30, 2024 108
If you have ever debugged Magento, it's very likely you saw the
X-Magento-Tags
in response headers. What isX-Magento-Tags
header used for? How is it generated?In short, those tags are used in Varnish...
-
August 29, 2024 46
Full Page Cache is one of the Magento core features that significantly boosts the speed of your store. Furthermore, this feature is available out-of-the-box. When the page cache is hit, Magento skips
FrontController
...