Product Information Hub

The latest announcements and our product roadmap.

FEATURE RELEASE
SHOP

ShopBooster: Exclude cache keys

The ShopBooster offers a new setting to improve cache coverage. By excluding certain criteria from cache key generation, the overall cache coverage can be improved.

It is now possible to exclude the login status as a criterion for cache key generation. This is relevant for all plentyShops where there are no categories that are only visible after customer login.

This setting is disabled by default.

Important: If categories of the client are configured so that they are only visible after login, this warning is displayed.

image

Important: However, special customizations in themes or plugins cannot be detected at this point and can lead to incorrect behavior. An example of a corresponding customization:

{% if services.customer.getContactId() > 0 %}
    <p>I am a logged in user</p>
{% else %}
    <p>I am a guest</p>
{% endif %}

Available from 29 November 2023.

image

Author
Tim Müller-Späth
Date
November 22, 2023