Ask a Question related to ASP.NET General, Design and Development.
-
Sara T. #1
Web page is too slow when running at the first times
Do we have the way to run my web page at the first times that is not SLOW ?
I realize that comes from compiling to machine code at the first times. But
there could have some way to recompile manually.
Sara T. Guest
-
Very Slow Load Times
I have noticed that the first time I load the new Shockwave plugin for the day, it takes a very long time to get going. Like 20 or 30 seconds. On... -
Slow download times
My previous web page was built with Frontpage Express. It loaded fairly quickly the first time, and then very quickly since it appeared to load... -
Quicktime is running slow
Hello: Do you know how can I get my quicktime video run smooth and not jumping? I use it from hard disk. thank you -
Extremely Slow Response Times in DWMX
Is anyone else experiencing unacceptably slow response times for simple actions in DWMX? I mean things like switching tabs or saving files. These... -
Samba running running slow...
I installed RH 9 on a box and Samba ran great: copying files from the NT box to the Linux box and visa versa. Then I tried to recompile Apache... -
suzy #2
Re: Web page is too slow when running at the first times
if you are using visual studio.net then press CTRL+SHIFT+B to compile the
code without running it.
then keep an instance of internet explorer running where you can view your
page.
is this what you mean?
"Sara T." <t_sarana@hotmail.com> wrote in message
news:eS6Pk02UDHA.1952@TK2MSFTNGP11.phx.gbl...?> Do we have the way to run my web page at the first times that is not SLOWBut>
> I realize that comes from compiling to machine code at the first times.> there could have some way to recompile manually.
>
>
suzy Guest
-
Sara T. #3
Re: Web page is too slow when running at the first times
I thought that when we compile my code to a *.dll file in VS.NET, it's just
compiled to IL but when the first times we run, it compile again to native
code that makes the web page slow.
So, it could have the better way to make the page faster if it is not
compiled.
"suzy" <phillipa@nospamming.com> wrote in message
news:e5JmI62UDHA.2004@TK2MSFTNGP10.phx.gbl...> if you are using visual studio.net then press CTRL+SHIFT+B to compile the
> code without running it.
>
> then keep an instance of internet explorer running where you can view your
> page.
>
> is this what you mean?
Sara T. Guest
-
Saravana #4
Re: Web page is too slow when running at the first times
Check out this article, solutions for your problem is here
[url]http://www.aspalliance.com/PaulWilson/Articles/?id=9[/url]
--
Saravana
Microsoft India Community Star,
MCAD,SE,SD,DBA.
"Sara T." <t_sarana@hotmail.com> wrote in message
news:#sVm8D3UDHA.372@tk2msftngp13.phx.gbl...just> I thought that when we compile my code to a *.dll file in VS.NET, it'sthe> compiled to IL but when the first times we run, it compile again to native
> code that makes the web page slow.
>
> So, it could have the better way to make the page faster if it is not
> compiled.
>
> "suzy" <phillipa@nospamming.com> wrote in message
> news:e5JmI62UDHA.2004@TK2MSFTNGP10.phx.gbl...> > if you are using visual studio.net then press CTRL+SHIFT+B to compileyour> > code without running it.
> >
> > then keep an instance of internet explorer running where you can view>> > page.
> >
> > is this what you mean?
>
>
Saravana Guest
-
Scott M. #5
Re: Web page is too slow when running at the first times
Keep in mind that in addition to compiling the IL to machine code, temporary
class files are created and held in IIS during this first run. If you have
many pages in your web site but generally low volume for the site, you could
actually decrease the overall performance of your web server by pre-hitting
all your pages.
"Sara T." <t_sarana@hotmail.com> wrote in message
news:eS6Pk02UDHA.1952@TK2MSFTNGP11.phx.gbl...?> Do we have the way to run my web page at the first times that is not SLOWBut>
> I realize that comes from compiling to machine code at the first times.> there could have some way to recompile manually.
>
>
Scott M. Guest



Reply With Quote

