在magento 2.2.5中具有自定义属性的最近查看产品中有一个块。
<block class="Magento\Reports\Block\Product\Widget\Viewed" after="-" name="recently_viewed" cacheable="false" template="Kinex_ProductWidget::product/recently_viewed.phtml">
<action method="setPageSize">
<argument name="page_size" xsi:type="number">15</argument>
</action>
为了发挥作用,我们将该块设置为cacheable =“ false”,使其不可缓存,从而使整个页面不可缓存。因此,快速缓存与此页面冲突。请提出建议。