Another free performance optimization: preload critical fonts with <link rel=preload href=font.woff2 as=font crossorigin> before render.
Result: fonts available at paint time, zero layout shift. We reduced CLS from 0.15 to 0.02 on a client portfolio site. The difference is obvious.
Performance is not an optimization. It is user experience. #webperf #frontend