I'm having problem's with several Umbraco 4.7 sites at the swedish Binero.se 2.0. (.Net 4) Almost everytime I visit the sites, the response time is very high.
And now when i installed the LogManager in Umbraco and looked at the System events, it looks like the application is restared almost once a minute (At every page load).
System admin (none)2012-02-06 20:51:27Application started at 2012-02-06 20:51:27 System admin (none)2012-02-06 20:51:27Loading content from disk cache... System admin (none)2012-02-06 20:50:18Application started at 2012-02-06 20:50:18 System admin (none)2012-02-06 20:50:18Loading content from disk cache... System admin (none)2012-02-06 20:49:11Application started at 2012-02-06 20:49:11 System admin (none)2012-02-06 20:49:11Loading content from disk cache... System admin (none)2012-02-06 20:48:03Application started at 2012-02-06 20:48:03 System admin (none)2012-02-06 20:48:03Loading content from disk cache... System admin (none)2012-02-06 20:47:58Loading content from database... System admin (none)2012-02-06 20:34:58Application started at 2012-02-06 20:34:57 System admin (none)2012-02-06 20:34:58Loading content from disk cache... System admin (none)2012-02-06 20:33:49Application started at 2012-02-06 20:33:48 System admin (none)2012-02-06 20:33:49Loading content from disk cache... System admin (none)2012-02-06 20:32:40Application started at 2012-02-06 20:32:40
Too low application pool inactivity timeout?
Have been in contact with the support, but haven't got any solution yet.
That will tell you the server you're currently on. Your website is placed on up to 12 different servers. You shouldn't be thrown around but if the application pool crashes then your session will be moved to a new node. That have to be the first thing to find out, if you're at the same server or being moved around.
The first load on a node will always be slow, that's the nature of ASP.NET, but once it's loaded it should be really fast. Sadly this start up delay is a little bit longer in a load balanced environment, but from my point of view it's worth it. Did you use the one click to install umbraco or did you install it manually?
Umbraco 4.7 at Binero.se 2.0
I'm having problem's with several Umbraco 4.7 sites at the swedish Binero.se 2.0. (.Net 4)
Almost everytime I visit the sites, the response time is very high.
And now when i installed the LogManager in Umbraco and looked at the System events, it looks like the application is restared almost once a minute (At every page load).
System admin (none) 2012-02-06 20:51:27 Application started at 2012-02-06 20:51:27
System admin (none) 2012-02-06 20:51:27 Loading content from disk cache...
System admin (none) 2012-02-06 20:50:18 Application started at 2012-02-06 20:50:18
System admin (none) 2012-02-06 20:50:18 Loading content from disk cache...
System admin (none) 2012-02-06 20:49:11 Application started at 2012-02-06 20:49:11
System admin (none) 2012-02-06 20:49:11 Loading content from disk cache...
System admin (none) 2012-02-06 20:48:03 Application started at 2012-02-06 20:48:03
System admin (none) 2012-02-06 20:48:03 Loading content from disk cache...
System admin (none) 2012-02-06 20:47:58 Loading content from database...
System admin (none) 2012-02-06 20:34:58 Application started at 2012-02-06 20:34:57
System admin (none) 2012-02-06 20:34:58 Loading content from disk cache...
System admin (none) 2012-02-06 20:33:49 Application started at 2012-02-06 20:33:48
System admin (none) 2012-02-06 20:33:49 Loading content from disk cache...
System admin (none) 2012-02-06 20:32:40 Application started at 2012-02-06 20:32:40
Too low application pool inactivity timeout?
Have been in contact with the support, but haven't got any solution yet.
Can you add this to your master template, anywhere in it(like the header):
<!--//Current server: <%= System.Environment.MachineName %>-->
That will tell you the server you're currently on. Your website is placed on up to 12 different servers. You shouldn't be thrown around but if the application pool crashes then your session will be moved to a new node. That have to be the first thing to find out, if you're at the same server or being moved around.
The first load on a node will always be slow, that's the nature of ASP.NET, but once it's loaded it should be really fast. Sadly this start up delay is a little bit longer in a load balanced environment, but from my point of view it's worth it. Did you use the one click to install umbraco or did you install it manually?
More info in case: #ZWG-802811
It's a manual 4.7.1.1 installation.
is working on a reply...