Skip to main content
Participating Frequently
August 4, 2006
Question

Load Time of Pages High For Some Reason

  • August 4, 2006
  • 3 replies
  • 314 views
Hello,

I have a win 2003 server running cf7 on iis 6.0

Once and awhile some pages are taking between 10 and 11 seconds to load, so fusion reactor will send me an email if they are over 10 seconds.

The pages pull 2 very small database queries and that is it, the rest of the page is just text and graphics. When I get the email I always go to the page and it takes 15 ms , a little more, a little less at times.

If a person that has dialup accesses the page could this be a reason why it is taking so long for the page to execute? I didn't think the speed of the connection to the page actually effected the execution times.

I am on a high speed connection and I have never been able to go to the pages in question and have it take time to load

Any thoughts / Comments?

Thanks!

Randy
    This topic has been closed for replies.

    3 replies

    Inspiring
    August 4, 2006
    You may have other pages that are causing this problem. If you have
    some other pages that take a little longer to process and sometimes
    these pile up and use up all the available threads. Then another page
    comes along and has to wait eight or nine seconds for a thread before
    running. It is these pages that trigger the error, but they are not
    necessarily the ones causing the problem.

    So you will have to look at your entire system to see where the actual
    problem may be.

    RandyManCan wrote:
    > Hello,
    >
    > I have a win 2003 server running cf7 on iis 6.0
    >
    > Once and awhile some pages are taking between 10 and 11 seconds to load, so
    > fusion reactor will send me an email if they are over 10 seconds.
    >
    > The pages pull 2 very small database queries and that is it, the rest of the
    > page is just text and graphics. When I get the email I always go to the page
    > and it takes 15 ms , a little more, a little less at times.
    >
    > If a person that has dialup accesses the page could this be a reason why it is
    > taking so long for the page to execute? I didn't think the speed of the
    > connection to the page actually effected the execution times.
    >
    > I am on a high speed connection and I have never been able to go to the pages
    > in question and have it take time to load
    >
    > Any thoughts / Comments?
    >
    > Thanks!
    >
    > Randy
    >
    RandyICNDAuthor
    Participating Frequently
    August 4, 2006
    I am using Mysql 4.x
    Participating Frequently
    August 4, 2006
    What database server are you using?