Whats are the possible approaches to performance tune a J2ee web-app?
Actually the pages take time to load..i have am able to cache the DB results
Whats are the possible approaches to performance tune a J2ee web-app? Actually the pages
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Caching, caching, more caching … then some caching 🙂
And an update 2 years later … Message Queues to get workload out of the HTTP request path where it can be done asynchronously