Hi,I have loads of data that the view requires before load, and I live in a microservice land. At the moment I have to make about 3/4 api requests to get the data I need before I load the view.Now the benefit is the data is returned with the html and things are done on server side, but the response time to the user can be quite slow. VS . The client making requests and the response time faster but nothing to show for it.Has anybody ever been split between these decisions in the past? How much data on the server vs on the client.
Submitted March 06, 2016 at 03:34PM by boyney123
No comments:
Post a Comment