Use clean DTOs. Cache frequently used data If the data doesn’t change often, don’t hit the database every time. Cache it. Compress payloads Enable Gzip or Brotli to reduce response size and improve ...