netlogix/esi-rendering
composer require netlogix/esi-rendering
Render content in fusion as esi:include
1.3.0
Readme excerpt
Netlogix.EsiRenderingThis package provides a simple way to render edge side includes in Neos. This alows you to individually cache parts of the page (e.g. header/footer).
We recommend using this package together with flowpack/varnish for Varnish integration.
Install packagecomposer require netlogix/esi-rendering
UsageTo render a fusion path as ESI, you can use the Netlogix.EsiRendering:RenderAsEsi Fusion implementation:
renderer = afx` <p>This is rendered outside of the esi</p> <Netlogix.EsiRendering:RenderAsEsi node={props.site} cacheIdentifier="my-esi"> <p>This is rendered inside of the esi</p> …Read more
The same vendor provides 29 package(s).