Which of the following can be considered as a performance bottleneck in a web application?

  • High network latency
  • Code comments
  • Proper error handling
  • Modular code structure
High network latency can be considered a performance bottleneck in a web application. Slow data transfer between the client and server due to network latency can significantly impact the application's performance. Code comments, proper error handling, and modular code structure, while important for code quality, are not typically performance bottlenecks.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *