Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>so, we've done some profiling. the main time of the 40 seconds to load the page (just load, not run) is spent in the following methods:</p> <ul> <li>fitnesse.wikitext.widgets.WidgetRoot.render</li> <li>fitnesse.wikitext.widgets.WidgetRoot.getVariable</li> <li>fitnesse.wiki.PageData.initializeVariableRoot</li> <li>fitnesse.wikitext.widgets.VariableWidget.doRender</li> </ul> <p>it seams like the varibale replacement logic + the widget rendering is using all the time :(</p> <p>especially the "private void doRender()" in the fitnesse.wikitext.widgets.VariableWidget gives me headaches. there's a comment complaining about the complexity and that all this should be refactored.</p> <p>see here</p> <p><a href="http://github.com/lvonk/fitnesse/commit/a7242991039970d769db681afa2336285700d421#diff-10" rel="nofollow noreferrer">http://github.com/lvonk/fitnesse/commit/a7242991039970d769db681afa2336285700d421#diff-10</a></p> <p>to me it looks like a dead end at the moment. we would use fitnesse for a <em>really</em> big project, one of the biggest IT projects currently ongoing in germany/europe. but i can't sell this if such basic stuff does not work fast enough :-/</p> <p>i am still hoping that someone knows a fix otherwise i'll have to dig into the code over christmas and try to make it a bit faster.</p> <p>i just noticed that there is a newer version (2009-11-25) on git hub that got rid of the comment and some lines of code were also changed. i'll give that a try.....</p> <p>help highly appreciated</p> <p>cheers marcel</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload