Skip to content

Improve blob rendering time

Jacques Erasmus requested to merge 331447-improve-rendering-time into master

What does this MR do and why?

Improves LCP by rendering the first section of blob content as soon as the request is done, and rendering the rest once the browser goes into an idle state.

Screenshots or screen recordings

before after
LCP happens after a big rendering task LCP happens before the big rendering task
Screenshot_2022-07-21_at_13.50.13 Screenshot_2022-07-21_at_13.50.48

How to set up and validate locally

  1. Open a large Markdown file

MR acceptance checklist

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

Related to #331447

Edited by Jacques Erasmus

Merge request reports

Loading