Varnish & Full-Page Caches

Nosto injects the details of the currently logged in customer, the contents of the current shopping cart, and the currently active currency. It does so on all pages. Since these data for these are session dependant, they should never be cached. As a solution for this, Nosto for Shopware supports hole-punching these sections via it's built-in caching support.

You must ensure that no sensitive personal-data is cached. In the event that personal-data is cached, it will leak across sessions and in cases, may even get indexed by search engine crawler.

Nosto for Shopware works out of the box with Shopware's HTTP cache. Nosto does this by leveraging Shopware's support for Action Tags. Action Tags automatically hole-punch certain parts of the page and when used with Varnish, it auto generates the necessary Edge Side Includes (ESI).

This feature is only supported from version 2.4.8 onwards. If you are running an older version, we recommend you upgrade immediately.

Nosto adds query parameters to the product URLs for tracking purposes. You may encounter a cache-miss when query parameters are appended to the URL. We recommend modifying your VCL definition to automatically strip out the query parameters added by Nosto.

Last updated