Measure the time taken for loading commonly used pages on this infrastructure (the client should have low latency to the server, for example if we are having the client hosted in Bangalore, the Amazon region should be in Singapore)
Ensure that each page loads within 3 seconds (assuming a very good Internet connection). Analyze the cause of slow loading of pages (like loans etc) and determine a strategy for fetching only required data on initial Load
Ex of possible optimizations:
Most times, we would got to the Loan page only to make repayments. It would make sense to fetch future schedule / repayment schedules / transactions only when a user clicks on the particular tab
|