Tag: cache

  • X-Magento-Vary aka HTTP Context

    This week I’ve decided to better understand X-Magento-Vary cookie. In Magento 2 there might be more than one unique information presented to a user from the same URL. Purpose X-Magento-Vary cookie is used by Magento 2 system to highlight that version of a page requested by a user has been changed. It allows having different […]

  • CDN for Magento 2

    The ideal scenario for a website built on Magento 2 platform is to use CDN or content delivery network to serve page assets such as JavaScript, CSS, Fonts, HTML and finally Media to a client’s browser. A content delivery network (CDN) is a system of distributed servers (network) that deliver web pages and other Web content to […]