Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Why is my web site so slow?

Reply
Thread Tools

Why is my web site so slow?

 
 
Mystery
Guest
Posts: n/a
 
      12-15-2003
I have a standard install IIS server running with Windows Authentication on
our Small Business Server at work (1024/512 ADSL). I'm running a small asp
web site that generates pages from our sales database of around 1k per page
(no graphix, just text). I'm using a PDA (HP iPAQ) and a Bluetooth
connection to my GPRS phone to connect to the web (connections between
13-24k).

My initial connect to my index.asp page takes up to 15secs! Subsequent
pages take between 5-10secs to load, even though they are only 1k (or
less!). As a comparison, forum.overclockers.co.uk (a favourite site of
mine!) main index page (without graphicx) only takes 4 secs to load and is a
page size of almost 8k.

So :-

1. Is there some tweaks that I can do to IIS in order for it to respond
quicker (512K upstream connection with zero people on it makes me think
bandwith is not the problem!)
2. Is Windows Authentication creating too much overhead? Should I code my
own logon screens and page check code?

Advice appreciated.


 
Reply With Quote
 
 
 
 
Ken Schaefer
Guest
Posts: n/a
 
      12-15-2003
You should put a trace on the network (or, do some investigation of various
counters/logfiles, eg timestamps in the IIS logs, run perfmon on the server)
to find out where the bottleneck is.

a) Is the server needing to spin up IIS (maybe no one else has hit the
webserver for a while)
b) Is it a bandwidth issue somewhere between the iPaq and the server?
c) Is your code inefficient?
d) Perhaps it is the iPaq - I know that most pages that would load quite
quickly on a decent desktop machine take much longer to load on my iPaq due
to the reduced computing power available in the iPaq

Cheers
Ken

"Mystery" <> wrote in message
news:...
: I have a standard install IIS server running with Windows Authentication
on
: our Small Business Server at work (1024/512 ADSL). I'm running a small
asp
: web site that generates pages from our sales database of around 1k per
page
: (no graphix, just text). I'm using a PDA (HP iPAQ) and a Bluetooth
: connection to my GPRS phone to connect to the web (connections between
: 13-24k).
:
: My initial connect to my index.asp page takes up to 15secs! Subsequent
: pages take between 5-10secs to load, even though they are only 1k (or
: less!). As a comparison, forum.overclockers.co.uk (a favourite site of
: mine!) main index page (without graphicx) only takes 4 secs to load and is
a
: page size of almost 8k.
:
: So :-
:
: 1. Is there some tweaks that I can do to IIS in order for it to respond
: quicker (512K upstream connection with zero people on it makes me think
: bandwith is not the problem!)
: 2. Is Windows Authentication creating too much overhead? Should I code my
: own logon screens and page check code?
:
: Advice appreciated.
:
:


 
Reply With Quote
 
 
 
 
Mystery
Guest
Posts: n/a
 
      12-18-2003
Thanks to all for the suggestions. After looking at a number of avenues,
the biggest improvement in speed actually came from switching off windows
user authentication! I'll write my own user authentication system using ASP
so everything should be okay.

Thanks again guys. Thank the Lord for newsgroups !!!!

Mr.E

"Mike Florio" <> wrote in message
news:...
> I've seen that happen once when I set the performance property in IIS
> manager to < 10,000 hits. Moving it back up to < 100,000 (the default)
> fixed it. Even for a very low traffic site...
>
>
> "Mystery" <> wrote in message
> news:...
> > I have a standard install IIS server running with Windows Authentication

> on
> > our Small Business Server at work (1024/512 ADSL). I'm running a small

> asp
> > web site that generates pages from our sales database of around 1k per

> page
> > (no graphix, just text). I'm using a PDA (HP iPAQ) and a Bluetooth
> > connection to my GPRS phone to connect to the web (connections between
> > 13-24k).
> >
> > My initial connect to my index.asp page takes up to 15secs! Subsequent
> > pages take between 5-10secs to load, even though they are only 1k (or
> > less!). As a comparison, forum.overclockers.co.uk (a favourite site of
> > mine!) main index page (without graphicx) only takes 4 secs to load and

is
> a
> > page size of almost 8k.
> >
> > So :-
> >
> > 1. Is there some tweaks that I can do to IIS in order for it to respond
> > quicker (512K upstream connection with zero people on it makes me think
> > bandwith is not the problem!)
> > 2. Is Windows Authentication creating too much overhead? Should I code

my
> > own logon screens and page check code?
> >
> > Advice appreciated.
> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

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
List of free web site design, web site backgrounds, web site layoutsresources cyber XML 1 12-25-2007 11:48 PM
Free web site design, web site backgrounds, web site layoutsresources cyber HTML 0 12-24-2007 04:26 PM
List of free web site design, web site backgrounds, web site layoutsresources cyber HTML 0 12-21-2007 03:47 PM
List of free web site design, web site backgrounds, web site layoutsweb sites cyber HTML 1 12-19-2007 09:07 AM
findcontrol("PlaceHolderPrice") why why why why why why why why why why why Mr. SweatyFinger ASP .Net 2 12-02-2006 03:46 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57