Re: Efficiency of 1.5 MountMapper weighted/matching algorithm

2011-10-18 Thread Erik van Oosten
: Jeremy Thomerson [mailto:jer...@wickettraining.com] Sent: Sunday, 16 October 2011 11:55 AM To: users@wicket.apache.org Subject: Re: Efficiency of 1.5 MountMapper weighted/matching algorithm On Sat, Oct 15, 2011 at 8:28 PM, Chris Colman chr...@stepaheadsoftware.comwrote: Obviously this isn't

RE: Efficiency of 1.5 MountMapper weighted/matching algorithm

2011-10-18 Thread Chris Colman
[mailto:e.vanoos...@grons.nl] Sent: Tuesday, 18 October 2011 6:06 PM To: users@wicket.apache.org Subject: Re: Efficiency of 1.5 MountMapper weighted/matching algorithm I realize it may not be a hotspot but, intuitively at least, it sounds like your new caching improvement will help reduce CPU load

Re: Efficiency of 1.5 MountMapper weighted/matching algorithm

2011-10-17 Thread Martin Grigorov
@wicket.apache.org Subject: Re: Efficiency of 1.5 MountMapper weighted/matching algorithm On Sat, Oct 15, 2011 at 8:28 PM, Chris Colman chr...@stepaheadsoftware.comwrote: Obviously this isn't a problem during debug with a single user but when 1000s of pages need to be rendered each minute the time spent

RE: Efficiency of 1.5 MountMapper weighted/matching algorithm

2011-10-17 Thread Chris Colman
October 2011 11:55 AM To: users@wicket.apache.org Subject: Re: Efficiency of 1.5 MountMapper weighted/matching algorithm On Sat, Oct 15, 2011 at 8:28 PM, Chris Colman chr...@stepaheadsoftware.comwrote: Obviously this isn't a problem during debug with a single user but when 1000s of pages need

RE: Efficiency of 1.5 MountMapper weighted/matching algorithm

2011-10-16 Thread Chris Colman
I'll try to get some time to build a test to get some timings. -Original Message- From: Jeremy Thomerson [mailto:jer...@wickettraining.com] Sent: Sunday, 16 October 2011 11:55 AM To: users@wicket.apache.org Subject: Re: Efficiency of 1.5 MountMapper weighted/matching algorithm On Sat

Efficiency of 1.5 MountMapper weighted/matching algorithm

2011-10-15 Thread Chris Colman
While debugging a problem during our migration from 1.4 to 1.5 I noticed that for each bookmarkable page link that we created quite an extensive set of operations occurs: We have pages that can have 20-40 links to bookmarkable pages. We also have about 40 different page classes, each mounted

Re: Efficiency of 1.5 MountMapper weighted/matching algorithm

2011-10-15 Thread Jeremy Thomerson
On Sat, Oct 15, 2011 at 8:28 PM, Chris Colman chr...@stepaheadsoftware.comwrote: Obviously this isn’t a problem during debug with a single user but when 1000s of pages need to be rendered each minute the time spent performing the above operations may become significant. I haven’t done any