Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 93011
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T23:16:38+00:00 2026-05-10T23:16:38+00:00

I have a webapp being hosted with a public hosting company, the site is

  • 0

I have a webapp being hosted with a public hosting company, the site is not live yet, and I am still doing some testing with it. I am using nHibernate with Windsor Castle Container for dependency injection and the site seems to be responding very slow from time to time. I’ve contacted support but they said that it’s my app not their servers. Has anyone had similar performance issues with ORM based sites when being hosted at the public hosting companies?

Also, what hosting company would you recommend for hosting websites? I tried godaddy but couldn’t use them ’cause they don’t allow running website in full trust which is apparently required for nHibernate.


I configured nHibernate using xml configuration files, opening sessions in the following way:

using (ISession session = _sessionManager.OpenSession()) {          ICriteria crit = session.CreateCriteria(typeof(Content));    return crit.List(); } 

Also in the Application_Start I have the following code:

private static WindsorContainer container; if (container == null)    {      container = new WindsorContainer(new XmlInterpreter(filePath));       Application[Constant.CastleWindsorAppKey] = container;     } 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T23:16:38+00:00Added an answer on May 10, 2026 at 11:16 pm

    You don’t know how slow your application is when you don’t measure it. I’m using a timing http module during development to notice big performance issues fast. When one of your pages loads slow, you should use a profiler to find the exact bottle neck. I’m using NHibernate for my current project and I don’t have any performance issues with it. My most complex queries involve a complex object graph of 10 different classes and with their NHibernate mappings takes 0.082 seconds to execute. The main bottle-neck in that application is rendering the html aspx template to the response (that takes 0.5 seconds). Performance issues are often in dataaccess, but you can not be sure unless you measure it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm building an AJAX webapp that will be hosted on Amazon EC2 at webapp.site.com.
Sorry for being verbose... I have some existing maven projects. I imported them into
We have this webapp product being deployed for multiple customers and think about switching
I'm stumped. I've got an asp.net mvc app being hosted on a shared hosting
I have a j2ee webapp that's being used internally by ~20-30 people. There is
I have a webapp that needs to sometimes download some bytes from a url
I have a pretty big webapp that's being built in MVC. I'm also abstracting
I have some test code (as a part of a webapp) that uses urllib2
I have a MVC2 web app without a database that is being hosted by
I have a build where my webapp is being published, but the folder _PublishedWebSites

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.