Go Through HAR report and identify the backend services consuming maximum time. Now identify the bottlenecks and explore how the response time can be minimised.
- Is there any caching happening in the backend Services?
-Is It possible to use some index based framework, elastic cache?
-Is Site front enabled for your various pages. If the content is too much and Site front is not copping up in the comparison has it been excluded for sitefront?
-Can the consumer cache the responses in some caching framework with certain TTL , For eg Memcache to store service endpoint as key and the response as value , ttl =1m.
No comments:
Post a Comment