I found out from multiple sources 1 2 3 4 5 6 7 8 9 that we do not need to do the following to optimize our rest API for HTTP/2 or HTTP/3:
- domain sharding
- concatenating assets
- inlining assets
- turning multiple image files into sprites
- not inline images in CSS…