PC Review


Reply
Thread Tools Rate Thread

Any tips on speeding up loading of websites during development?

 
 
PhilipDaniels@foo.com
Guest
Posts: n/a
 
      15th Oct 2007
Hi all,

I have a web app project which I am developing. It is running under
the VS integrated web server. When I hit F5 to debug the thing the
site loads as you would expect. Problem is that about 28 assemblies
have to be loaded in order to start the project - this is causing a a
thrashing noise on the hard disk :-(

Some of these are coming out of the GAC, some are from the Microsoft
Enterprise Library, and some are from my app itself (getting copied
into Temporary ASP.Net Files folder).

The thing is, Windows XP does not seem to be caching any of these
files in RAM, every time I run the website XP seems to be going back
to disk for every single assembly. I am getting worried for the
healthiness of my C:\ drive!

Do you guys do anything to avoid this, or do you just put up with it?




--
Philip Daniels
 
Reply With Quote
 
 
 
 
George Ter-Saakov
Guest
Posts: n/a
 
      15th Oct 2007
Do not worry about your hard drive

My tip is stop using F5.....

Just open separate IE window with application and use it. You do not need to
hit F5 to make application work.
Only use F5 when you need to debug it.

George



<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi all,
>
> I have a web app project which I am developing. It is running under
> the VS integrated web server. When I hit F5 to debug the thing the
> site loads as you would expect. Problem is that about 28 assemblies
> have to be loaded in order to start the project - this is causing a a
> thrashing noise on the hard disk :-(
>
> Some of these are coming out of the GAC, some are from the Microsoft
> Enterprise Library, and some are from my app itself (getting copied
> into Temporary ASP.Net Files folder).
>
> The thing is, Windows XP does not seem to be caching any of these
> files in RAM, every time I run the website XP seems to be going back
> to disk for every single assembly. I am getting worried for the
> healthiness of my C:\ drive!
>
> Do you guys do anything to avoid this, or do you just put up with it?
>
>
>
>
> --
> Philip Daniels



 
Reply With Quote
 
PhilipDaniels@foo.com
Guest
Posts: n/a
 
      16th Oct 2007
On Mon, 15 Oct 2007 08:31:00 -0400, "George Ter-Saakov"
<gt-(E-Mail Removed)> wrote:

>Do not worry about your hard drive
>
>My tip is stop using F5.....
>
>Just open separate IE window with application and use it. You do not need to
>hit F5 to make application work.
>Only use F5 when you need to debug it.
>
>George
>


I don't see how that is going to help. What's going to serve the
website? But you have given me an idea, maybe if I publish it up to
IIS I can just write a script to redeploy any files I change during
development....

>
>
><(E-Mail Removed)> wrote in message
>news:(E-Mail Removed)...
>> Hi all,
>>
>> I have a web app project which I am developing. It is running under
>> the VS integrated web server. When I hit F5 to debug the thing the
>> site loads as you would expect. Problem is that about 28 assemblies
>> have to be loaded in order to start the project - this is causing a a
>> thrashing noise on the hard disk :-(
>>
>> Some of these are coming out of the GAC, some are from the Microsoft
>> Enterprise Library, and some are from my app itself (getting copied
>> into Temporary ASP.Net Files folder).
>>
>> The thing is, Windows XP does not seem to be caching any of these
>> files in RAM, every time I run the website XP seems to be going back
>> to disk for every single assembly. I am getting worried for the
>> healthiness of my C:\ drive!
>>
>> Do you guys do anything to avoid this, or do you just put up with it?
>>
>>
>>
>>
>> --
>> Philip Daniels

>



--
Philip Daniels
 
Reply With Quote
 
George Ter-Saakov
Guest
Posts: n/a
 
      16th Oct 2007
Ah, I see. I am always using IIS and not the Casini (VS version).
Yea, in that case you must hit F5. Although I think, it only starts once.
Then it will server pages even if you do not hit F5.

George.

> I don't see how that is going to help. What's going to serve the
> website? But you have given me an idea, maybe if I publish it up to
> IIS I can just write a script to redeploy any files I change during
> development....
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
tips on speeding up xp mp Windows XP Basics 5 9th Jan 2012 12:34 PM
Tips for speeding up Vista 64 Boot-up Kue2 Windows Vista General Discussion 2 9th Nov 2007 01:28 AM
Tips for speeding up Visual Studio .NET 2003 Mitchell Vincent Microsoft VB .NET 6 23rd Apr 2005 02:55 AM
Tips for speeding up VS.NET 2003? Mitchell Vincent Microsoft Dot NET 2 19th Apr 2005 12:29 PM
Re: IIS 5 tips on speeding this up Microsoft Microsoft Windows 2000 0 6th Aug 2004 06:00 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:54 AM.