Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / July 2007

Tip: Looking for answers? Try searching our database.

Webpage loading takes about 15 seconds with DSL

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Danny - 26 Jul 2007 15:14 GMT
Hi,

we have just uploaded our first APS.NET webpage some days ago.

Now we had to notice that it takes soo long until the page is shown. About
15 seconds.

First we thought, maybe it's because we have our clients in germany and the
server is located in the USA. But this is not the reason, because the ping
is ok.

Now we looked at the code, the pictures sizes and so on, but we could not
find a problem here. Everything should be quite fast.

Then we asked our provider and they said, well, if the ping is ok, then it
must be our problem. I guess that it has to do with the shared server and
thus shared IIS we are using, because haved loaded the page one time and
deleting the clients cache, the next loading of the page is much faster.

Visitors will be very disappointed, because they want to have a quick
loading process form the beginning on.
Please help? What could be the problem and how to solve it?!

Regards
Danny
Kevin Spencer - 26 Jul 2007 15:58 GMT
Do you have a URL we can look at?

Signature

HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net

> Hi,
>
[quoted text clipped - 21 lines]
> Regards
> Danny
Mark Fitzpatrick - 26 Jul 2007 15:58 GMT
Danny,
The basic process in ASP.Net is the code is compiled the very first time it
is run when the web application starts. Once the site has had 20 minutes or
so of inactivity, and the last session is destroyed the application is
released from memory. That's how IIS recovers resources and maintains a
healthy state. When the site is hit again IIS creates the application space
and the ASP.Net code is re-compiled. This is just how the process works. You
could try to set up some automated browser that will view an .aspx web page
on your site every so often to try to maintain the application in a compiled
state in memory.

Signature

Hope this helps,
Mark Fitzpatrick
Microsoft FrontPage MVP 199?-2006. 2007 and beyond

> Hi,
>
[quoted text clipped - 21 lines]
> Regards
> Danny
LiveTecs - 26 Jul 2007 16:07 GMT
Hi Danny,

On shared hosting environemnt on IIS6,  by default, application pool always
shutdown asp.net process in case of 20 minutes of inactivity.  And then
whenever we are requesting page after asp.net process shutdown, it always
take about 10 to 20 seconds to restart itself.

I switched 3 shared hosting company for one of my client and finally get one
good hosting company where I didn't find this issue.

Please read for more information
http://www.mitchelsellers.com/Blogs/tabid/54/articleType/ArticleView/articleId/1
03/Default.aspx


Livetecs.com
http://www.livetecs.com
Free integrated web based timesheet, task management and bug tracking
solution.

> Hi,
>
[quoted text clipped - 21 lines]
> Regards
> Danny
bruce barker - 26 Jul 2007 16:28 GMT
check the page's viewstate size. a site accessed with dsl like yours
should not be using viewstate.

-- bruce (sqlwork.com)

> Hi,
>
[quoted text clipped - 21 lines]
> Regards
> Danny
Danny - 27 Jul 2007 07:29 GMT
Hi guys,

thanks a lot for the explanations and the tipps you gave me!

I will try to reproduce the behaviour you set and follow your hints.
If there still will be any question, I would like to answer again, but at
the moment I think I have retrieved very wealthy information from you guys!

Thanks again,
Danny

> Hi,
>
[quoted text clipped - 21 lines]
> Regards
> Danny

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.