B
BigDave
Hi all,
We have the desire to improve the "first hit lag" issue our their
still low-volume asp.net 2.0 site.
I maintain that the app is being unloaded from IIS 6 due to idleness.
However, our web host maintains that we should pre-compile the site.
I know that pre-compiling will help with the first-hit after an update
to the site; but from that point forward, I wouldn't think it will
help because I'm not aware that dynamically-compiled classes and
assemblies are ever expired. Any thoughts on this?
We are seeing the "first hit lag" at various times each day (we update
the site no more than once a week).
BTW, to potentially address the IIS unloading, I've tried
"<httpRuntime shutdownTimeout="43200" />" in the web.config, and am
assessing the affect of this.
Thanks very much,
Dave
We have the desire to improve the "first hit lag" issue our their
still low-volume asp.net 2.0 site.
I maintain that the app is being unloaded from IIS 6 due to idleness.
However, our web host maintains that we should pre-compile the site.
I know that pre-compiling will help with the first-hit after an update
to the site; but from that point forward, I wouldn't think it will
help because I'm not aware that dynamically-compiled classes and
assemblies are ever expired. Any thoughts on this?
We are seeing the "first hit lag" at various times each day (we update
the site no more than once a week).
BTW, to potentially address the IIS unloading, I've tried
"<httpRuntime shutdownTimeout="43200" />" in the web.config, and am
assessing the affect of this.
Thanks very much,
Dave