Re: Best practices for profiling

2020-08-04 Thread Martin Grigorov
Hi, On Sun, Aug 2, 2020 at 1:09 AM calder wrote: > On Sat, Aug 1, 2020, 15:16 Aryeh Friedman > wrote: > > > On Sat, Aug 1, 2020 at 3:28 PM calder wrote: > > > > > On Sat, Aug 1, 2020 at 12:53 PM Aryeh Friedman < > aryeh.fried...@gmail.com > > > > > > wrote: > > > > > > > > What are the best

Re: Best practices for profiling

2020-08-01 Thread calder
On Sat, Aug 1, 2020, 15:16 Aryeh Friedman wrote: > On Sat, Aug 1, 2020 at 3:28 PM calder wrote: > > > On Sat, Aug 1, 2020 at 12:53 PM Aryeh Friedman > > > wrote: > > > > > > What are the best practices for (open source) profiling a JSP (no > taglibs > > > > There's no "one rule" for this > > >

Re: Best practices for profiling

2020-08-01 Thread Aryeh Friedman
On Sat, Aug 1, 2020 at 3:28 PM calder wrote: > On Sat, Aug 1, 2020 at 12:53 PM Aryeh Friedman > wrote: > > > > What are the best practices for (open source) profiling a JSP (no taglibs > > There's no "one rule" for this > > > or any EE outside of JSP and JDBC) webapp running on a remote machine

Re: Best practices for profiling

2020-08-01 Thread calder
On Sat, Aug 1, 2020 at 12:53 PM Aryeh Friedman wrote: > > What are the best practices for (open source) profiling a JSP (no taglibs There's no "one rule" for this > or any EE outside of JSP and JDBC) webapp running on a remote machine all > the way down the method level (our main user is

Best practices for profiling

2020-08-01 Thread Aryeh Friedman
What are the best practices for (open source) profiling a JSP (no taglibs or any EE outside of JSP and JDBC) webapp running on a remote machine all the way down the method level (our main user is complaining about performance and we have done all the easy fixes that can be done without profiling).