Possibly so obvious it's not worth pointing out, but client side caching is also important for server side scaling. If your clients cache X% of responses, you can generally get away with ~X% fewer API servers.
So even if client performance doesn't improve much you should probably still cache.
So even if client performance doesn't improve much you should probably still cache.
reply