Hi, We have a big web application which is using Windsor Castle for years. The app has about 700 components registrations over 370 services. Almost all of them belong to a root, namely an entry point controller. When a web request comes, we resolve that entry controller and let it handle the request. The issue is that resolving the root component takes about 35 milliseconds. I would say it sounds quite a lot to me. My question is if the number above sounds normal to you? Is there anything I could do to improve resolving time? Or to check if I'm doing anything wrong?
Thank you :) -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/castle-project-users. For more options, visit https://groups.google.com/d/optout.
