Skip to content

Enable caching of markdown when viewing blob

Patrick Bajao requested to merge 263406-enable-cached-markdown-blob-default into master

What does this MR do?

In #263406 (closed), we rolled out the cached_markdown_blob feature flag to all projects. It didn't show any performance degradation to redis cache component and shown good improvements for big markdown files (#263406 (comment 429290101)).

This MR enables the feature flag by default.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team

Related to #263406 (closed)

Edited by Patrick Bajao

Merge request reports