Does a .NET 4.0 website load faster for a reason?
Posted
by Clarence Klopfstein
on Stack Overflow
See other posts from Stack Overflow
or by Clarence Klopfstein
Published on 2010-05-02T04:23:48Z
Indexed on
2010/05/02
4:27 UTC
Read the original article
Hit count: 336
I have been using DotNetBlogEngine for many years, and today my host (JodoHost.com) officially turned on support for .NET 4.0. What I've noticed immediately is that the website loads tremendously faster on the first load, subsequent loads are only slightly faster.
The website is compiled as a .NET 2.0 web application.
Is there a known reason for this performance increase? Was there a change in the .NET 4.0 framework that improved the initial load time of websites into an application pool?
This is hosted on a 2003 server.
Here is the site for reference: http://www.ocdprogrammer.com
© Stack Overflow or respective owner