REST performance
We can optimize REST services for performance. For example, with client and server-side caching.
- Caching strategies for REST services
REST services use both server-side caching and client-side caching. Server-side caching is achieved by using dynacache, and client-side caching is achieved by using cache directives in the response header.