Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • This is a good solution, except for I'm using caching for performance as well. The REST API does very heavy operations (query hundreds of databases) and the API is pretty much called on every page load of the web application. May be certain caching should be in the REST API as well. Commented Sep 16, 2015 at 13:17
  • I want to avoid lot of network, each page load may call upto 3-5 REST APIs. Commented Sep 16, 2015 at 13:28