Skip to content

Cache rendered Markdown fields in the database

Nick Thomas requested to merge (removed):18337-cache-html-in-database into master

What does this MR do?

Introduces cache fields for Markdown-containing fields in the database, and populates them.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Rendering Markdown into HTML is performance-intensive. A Redis cache already exists, but this approach is expected to be more performant and reduce unnecessary cache invalidations.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #18337 (closed)

Merge request reports