Skip to content

Do not use cache="false" in any block in layout default.xml #64

@cieslix

Description

@cieslix

https://github.com/GetResponse/magento/blob/master/view/frontend/layout/default.xml#L28

<block name="getresponse.order.placed" class="GetResponse\GetResponseIntegration\Block\Checkout\OrderPlaced" 
template="GetResponse_GetResponseIntegration::checkout/order_placed.phtml" cacheable="false" />

Do not use such configuration in layout/default.xml this is killing Magento2 performance - all pages are not cacheable in full page cache because this one small block.
Move it to specific layout xml like layout/checkout_onepage_success.xml.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions