You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
https://github.com/GetResponse/magento/blob/master/view/frontend/layout/default.xml#L28
Do not use such configuration in
layout/default.xmlthis 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.