Kizspy | Question: 24
(Choose 1 answer)
FJOVERFLOW.COM
You are tasked with improving the performance of a JSP MVC application, which currently experiences slow
page loading times. Propose a strategy for optimizing the application, considering MVC principles.
A. Increase the server's hardware capacity to handle more concurrent requests.
B. Implement caching mechanisms within the View to store rendered pages.
C. Optimize database queries within the Model to reduce data retrieval times.
D. Minimize the use of MVC architecture and revert to a monolithic design for performance.