Skip to content

Draft: Remove CI header presence check under FF

Avielle Wolfe requested to merge 438275-remove-ci-header-presence-check into master

What does this MR do and why?

This commit adds a ci_remove_header_presence_check feature flag. When enabled, it removes the conditional that skips interpolation if the content has no header for CI components (all other include types will still skip interpolation if there is no header).

We will slowly enable the feature flag and monitor the performance of include:component. This will let us know if we can add the new context interpolation feature without hurting performance too much.

Issue: #438275

Merge request reports

Loading