For package with a large README one of the biggest webperf issue is rendering the huge markdown block
In the example bellow with CPU throttling you can see the amount of time we pass to render this it's something we can optimize for sure.
@mostlyjason I remember we had at some point a read more UI for the readme, it will be a good solution to reimplement this (we will truncate the readme and add a read more button to show the whole README)
Description
Related to #118751
For package with a large README one of the biggest webperf issue is rendering the huge markdown block
In the example bellow with CPU throttling you can see the amount of time we pass to render this it's something we can optimize for sure.
@mostlyjason I remember we had at some point a read more UI for the readme, it will be a good solution to reimplement this (we will truncate the readme and add a read more button to show the whole README)