|
Answer» Following are some of the issues CAUSED due to poor performance: - Bottlenecking – These are obstructions that contribute to system degradation in terms of performance. They occur when there are coding errors or hardware issues that reduces the throughput of the application under CERTAIN workloads.
- Poor response time – Response time REFERS to the time taken by the application to RESPOND to any request. For the best user experience, the response times should be very fast. Poor performance of the application leads to slower response times. If response times are slow, then the user loses interest in our application and might turn towards the competitor’s application.
- Long Load time – Load time refers to the initial time taken by an application to start. This time should be as minimum as possible. Low performance leads to increased load time.
- Poor scalability – This impacts software from handling expected user load which makes the application unavailable to some set of users.
|