Skip to content

Remove cache_pages_domain_api feature flag

Kassio Borges requested to merge kassio/remove-pages-internal-api-cache into master

What does this MR do and why?

Remove cache_pages_domain_api feature flag

Although the cache improves the API performance, it's quite flaky and sensitive to too many events, which makes it too hard to maintain.

We enabled the feature flag a few times, but each time it cause a different incident (examples: 1, 2).

Since other works were done to improve the performance, we decided to not continue with the feature flag.

Related to: #425143 (closed)

Changelog: removed

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports