We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sortOrder
Magento/PageCache/etc/frontend/di.xml:15
1 parent 1b780be commit b7ff624Copy full SHA for b7ff624
app/code/Magento/Theme/etc/frontend/di.xml
@@ -30,7 +30,7 @@
30
<plugin name="asyncCssLoad" type="Magento\Theme\Controller\Result\AsyncCssPlugin"/>
31
</type>
32
<type name="Magento\Framework\View\Result\Layout">
33
- <plugin name="result-js-footer" type="Magento\Theme\Controller\Result\JsFooterPlugin"/>
+ <plugin name="deferJsToFooter" type="Magento\Theme\Controller\Result\JsFooterPlugin" sortOrder="-10"/>
34
35
<type name="Magento\Theme\Block\Html\Header\CriticalCss">
36
<arguments>
0 commit comments