In: Computer Science
Running a large consumer web application for a mass audience is challenging task. The more users you have using your application, the more likely problems in application will arise. List two ways to Identify performance problems in web application.
(Please do not reply as the picture should be written in the keyboard)
Running a web application for a mass audiance is challenging task because of the following reasons :
Ways to identify performance problems in a web application
1. Code review : Code is the most important part of any application. hence if we want to reduce the performance problems then checking the code of application is a priority. Perform a code revies. the issues related to coding can be :
2. CPU utilization : Checking of memory and CPU utilization over a perticular application is needfull to find out the performace of application.
3. Database : Structured queries written to fetch data and the database parameters should be set or written correctly. If there is a poor performace of web application, then database should be checked.