Slow Performance / Blank Screen for 30 Sec

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Slow Performance / Blank Screen for 30 Sec

    I am having a problem with an ASP.Net web application that I am not certain
    how to troubleshoot.

    When I view my web app from my computer it shows me a blank screen for about
    30 seconds before finally displaying the page. The green progress bar
    actually goes approximately 90% across after about 2-3 seconds and then it
    just sits there. I have done trace statements and the code is only taking
    about 3 seconds to process... but I am not seeing the page for close to 30
    seconds.

    What makes this problem stranger is that it doesn't happen all of the time.
    One computer in my office seems to have it happen more than the rest. And
    all of the computers are running the same browser (IE 6). It appears to be
    on my first visit to the page from my computer -- but I have ruled out the
    delay being caused by compilation, because I have already visited

    that page from another computer since the project has been compiled and the
    IIS has last been restarted. I have been able to recreate this on computers
    other than mine... but it seems to occur most from my computer.

    Here is what I can deduce:
    - It is not a compilation issue because I have already visited that page
    from another computer since the project has been compiled and the IIS has
    last been restarted.
    - It seems to happen on my production server but not on my test server.
    However, other pages on this production server load quickly.
    - It does not appear to be a coding issue since the trace statements are
    show the same times both when it takes 30 seconds to appear and when it
    takes 3 seconds to appear.
    - It does not appear to be the size of the response being sent back to my
    browser, since the HTML code produced is the same size for both the 30
    second and the 3 second version.

    Does anyone have any suggestions for how to troubleshoot this?

    1. Is there a way to measure the time between when my server receives the
    request and when it sends the response?
    2. Is there any way to measure what is going on in that 30 seconds?

    Thanks,
    happyinst


    happyinst Guest

  2. Similar Questions and Discussions

    1. I get a blank/black screen
      I hope someone can help. I have had no problems with Gameday on MLB's site until now. I know that Flash is installed because I saw it on the...
    2. Slow Performance
      I'm having difficulty with the browsing function in elements 2. It will work fine for a while and then slow my computer dramatically. I have a 1gig...
    3. Get a blank screen after postback
      Our company has developed a Dental Cliam application for Canadian Dental Assoication. Recently we have launched the application. We have a web...
    4. Dog, Dog slow performance
      I've got 2+ gz, 512 ram, 40 gig HD about 18 gig full, XP Pro, working with file sizes in the 200 to 300 meg range. Everything is slow, slow, slow,...
    5. Blank screen on start up
      Help, My computer will not get past the Windows XP(prof)start up. After the XP runs at start up, the screen goes blank and my computer has a...
  3. #2

    Default Re: Slow Performance / Blank Screen for 30 Sec

    Just an additional note...

    Even though it takes 30 seconds for me to view the page the first time I
    visit it from my computer, subsequent visitrs take only 3 seconds.

    Other computers also seem to have a longer time to load on their first visit
    (about 5-7 seconds) and then subsequent visits only take 3 seconds.

    Thanks,
    happyinst


    happyinst 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