快速发布不可缓存的块

时间:2018-09-27 09:05:26

标签: magento2

在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”,使其不可缓存,从而使整个页面不可缓存。因此,快速缓存与此页面冲突。请提出建议。

0 个答案:

没有答案