Project Performance Evaluation and Finding Weak Areas
Posted
by pramodc84
on Stack Overflow
See other posts from Stack Overflow
or by pramodc84
Published on 2010-05-04T13:02:31Z
Indexed on
2010/05/04
13:18 UTC
Read the original article
Hit count: 259
I'm working in J2EE web project, which has lots of Java, SQL scripts, JS, AJAX stuff. Its been 5 years for project still running fine.
I have assigned with work of performance evaluation on the project as there might be some memory usage issues, DB fetching logic delays and other similar weak performance areas. From where should I begin?
Any best practices to make project better?
© Stack Overflow or respective owner