Set user's highlight theme for the Blame page during SSR
Before the change there was no default theme set, which lead to massive style recalculations. This change improves Total Blocking Time by applying user preferred color scheme during server side rendering, instead of doing it on client after the initial render. MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/74335 Changelog: other
Showing
Please register or sign in to comment