-
Notifications
You must be signed in to change notification settings - Fork 232
Closed
Labels
priority: lowIssues that can waitIssues that can waittype: enhancementImprovements that slightly enhance existing functionality and are fast to implementImprovements that slightly enhance existing functionality and are fast to implement
Description
The comments of the ESI tags are being removed by wp rocket and breaking the interaction with varnish. For example:
<!--esi <esi:include src="http://XXXX/views/esi/snippet.php?name=oc_oezgarten"/> -->
<esi:remove> Heute geöffnet bis 19:00 Uhr, <a href="/XXXX">so finden Sie uns!</a> </esi:remove>
<!--esi <esi:include src="http://XXXX/views/esi/overview.php?name=oc_oezgarten_overview"/> --> <esi:remove>
Becomes to:
<esi:remove> Heute geöffnet bis 19:00 Uhr, <a href="/XXXX">so finden Sie uns!</a> </esi:remove>
and this breaks the expected behavior.
Metadata
Metadata
Assignees
Labels
priority: lowIssues that can waitIssues that can waittype: enhancementImprovements that slightly enhance existing functionality and are fast to implementImprovements that slightly enhance existing functionality and are fast to implement