I figured out what the problem was and thought i'd share how it was solved in
case someone else has the same problem, we had this in the html page

<wicket:head>
    <wicket:link>
        <link rel="stylesheet" type="text/css" href="link to css file" />
    </wicket:link>
</wicket:head>

which i guess would cause wicket to spend some time looking for a css file
that doesn't exist.


-- 
View this message in context: 
http://www.nabble.com/Performance-Problem-tp24957835p24965566.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to