Re: Performance Degredation for Adding Components in Wicket 7.0.0 vs. Wicket 6.20.0

2015-09-15 Thread Martijn Dashorst
Thanks for doing this! Martijn On Mon, Sep 14, 2015 at 10:43 PM, Aaron J. Garcia wrote: > >> I created an issue in JIRA, >> attached a quick-start, and marked it as Major issue. In my opinion, this >> should be moved to Critical or Blocker status though... I'm sure I'm not >> the only one who

Re: Performance Degredation for Adding Components in Wicket 7.0.0 vs. Wicket 6.20.0

2015-09-14 Thread Aaron J . Garcia
> I created an issue in JIRA, > attached a quick-start, and marked it as Major issue. In my opinion, this > should be moved to Critical or Blocker status though... I'm sure I'm not > the only one who adds that many components or attribute modifiers to a page > at one time. Forgot the link to th

Re: Performance Degredation for Adding Components in Wicket 7.0.0 vs. Wicket 6.20.0

2015-09-14 Thread Aaron J . Garcia
> Actually we have some perf tests in our tests suite and it doesn't show any > noticeable degradation between #add() and #queue(). > Although I see now that it just println's the diff, but there is no > assertion: > Hi Martin, Thank you for your reply. Yes, 158 seconds is slow! Instead of s

Re: Performance Degredation for Adding Components in Wicket 7.0.0 vs. Wicket 6.20.0

2015-09-14 Thread Martin Grigorov
Hi, On Sun, Sep 13, 2015 at 11:49 PM, Aaron J. Garcia wrote: > Hello, > > I'm hoping someone here can help me. My organization uses Wicket as the > framework for a fairly large internal web application. > > We have a page that renders a hierarchal data table. It's implemented with > a Repeatin

Performance Degredation for Adding Components in Wicket 7.0.0 vs. Wicket 6.20.0

2015-09-13 Thread Aaron J . Garcia
Hello, I'm hoping someone here can help me. My organization uses Wicket as the framework for a fairly large internal web application. We have a page that renders a hierarchal data table. It's implemented with a RepeatingView for the table rows, and various WebMarkupContainers for the columns