"I've used this optimization technique to make app faster"
The app 20req/sec
The app after optimizations: 20req/sec (It waits for db query anyway)
Yes. Proto makes sense when the request rate is much higher and the network is constrained.
Otherwise, json is sufficient.
Yes. Proto makes sense when the request rate is much higher and the network is constrained.
Otherwise, json is sufficient.