We are using Struts and having performance issues. And making heavy use of jsp includes, tiles, EL expressions.
I am sure this is eating up a lot of memory and processing time. What are some approaches to profile the JSP page? What tools could I use? What should I look for when profiling?
I have seen the code generated JSP Java Servlet Code and I see the bottlenecks but would rather measure it more accurately.
This is under JDK1.5 and IBM Websphere 6.1 (RAD7)