DEV Community

Ahmad Ismail
Ahmad Ismail

Posted on

1

optimize rest API for HTTP/2 or HTTP/3

optimize rest API for HTTP/2 or HTTP/3

0

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:

  1. domain sharding
  2. concatenating assets
  3. inlining assets
  4. turning multiple image files into sprites
  5. not inline images in CSS…

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay