Why is my web site so slow?

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Why is my web site so slow?

    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.


    Mystery Guest

  2. Similar Questions and Discussions

    1. Site so slow!
      Is anyone else having the problem that when you type you do not see what you are typing until you wait and the site catches up with your typing?...
    2. Slow site with flash
      I have a website with flash on it and I cant seem to get it to load fast enough. I need help with working with flash files that will not take a day...
    3. site loads slow
      My site www.puroconjunto.com was created in Purlisher 2002. I had background music (since it is a music site) and the whole works. All of a...
    4. slow loading web site
      Yes it is the reason. Using - File, Export as web page - Pub 2002 writes what MS has coined "filtered html". Using - File, Save as, Web page - Pub...
    5. Why is my site so slow in 56k?
      Chris Jumonville wrote: I'm not on dial-up, but on DSL, 2.7Mbits/sec down. It took me about 1.5 seconds (or maybe less) to load the first page,...
  3. #2

    Default Re: Why is my web site so slow?

    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" <mystery@barrysworld.com> wrote in message
    news:uIHKJduwDHA.3744@TK2MSFTNGP11.phx.gbl...
    : 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.
    :
    :


    Ken Schaefer Guest

  4. #3

    Default Re: Why is my web site so slow?

    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" <mystery@barrysworld.com> wrote in message
    news:uIHKJduwDHA.3744@TK2MSFTNGP11.phx.gbl...
    > 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.
    >
    >

    Mike Florio Guest

  5. #4

    Default Re: Why is my web site so slow?

    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" <mike@micro-point.com> wrote in message
    news:vtrvh13qqer496@corp.supernews.com...
    > 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" <mystery@barrysworld.com> wrote in message
    > news:uIHKJduwDHA.3744@TK2MSFTNGP11.phx.gbl...
    > > 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.
    > >
    > >
    >
    >

    Mystery Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139