webidea24/magento2-module-prevent-rendering-esi-blocks

Magento 2 Extension: Prevent rendering ESI blocks

0.1.1 2024-09-16 12:50 UTC

This package is auto-updated.

Last update: 2024-12-16 13:34:01 UTC


README

Magento does replace the output HTML of blocks with a TTL with an ESI-Tag for the Varnish Cache.

In this case Magento wasted time to render the block, because the output of the block will be never used.

So this module will prevent rendering blocks with a TTL to increase the TTFB (Time to the first byte).

Install

compose require webidea24/magento-module-prevent-rendering-esi-blocks
bin/magento setup:upgrade