Why is my ASP.NET app slow the first time after building a class library?
Posted
by David
on Stack Overflow
See other posts from Stack Overflow
or by David
Published on 2010-06-10T10:38:30Z
Indexed on
2010/06/10
10:42 UTC
Read the original article
Hit count: 405
Hi all
I've got a web app solution containing a class library project.
Whenever I rebuild the class library and then refresh the page, it takes ages the first time, and is then quick again subsequently.
It's almost as if the newly rebuilt dll is having to 'bed in' to the app.
Can anyone tell me what's really going on behind the scenes?
Thanks
David
© Stack Overflow or respective owner