website is slow

Discussion in 'General troubleshooting' started by csinusa, Jan 11, 2011.

  1. Hello,

    I need some help / suggestions why my website is running slow?
    Any suggestions would be appreciated.
    Website is www.foxzon.com
     
  2. Ray

    Ray

    Web latency and poor web performance is really difficult to diagnose because it is often caused by a lot of things rather then just one main issue. Some things we can't control such as your ISP. You'll need to check with your ISP yourself and see if they are having any problems with their backbone. You may want to perform a traceroute test and provide them a copy of the results.

    I did test your site using some 3rd party tools and the results does show that your site may need some optimizing. There seems to be alot of images/objects loading on the first initial call to your site "foxzon.com". You may want to break that down into two pages.

    http://analyze.websiteoptimization.com/wso
     
  3. Thanks for the response.
    I have checked at my work where we have T1 and its slow there; so ISP is out of the list.
    Do you think I need to change anything on IIS settings?
     
  4. Ray

    Ray

    Did you look at the link I provided in the last thread? Base off that tests it does look like your site is loading a lot of objects on its first initial load. Also once the first site loaded I closed the browser and reopened the site again. I believe you will notice the second time you open the site the load time is much quicker. Like I suggested before try setting it up where it loads less images and objects on the first page. Also I think the site connects to the SQL database. Check if your query strings are also optimized. Run the query your application is calling directly on the SQL server and see if the results also has some latency. You may need to index your database to improve performance if you haven't already done so.
     
  5. Our hosted site experience slowness

    We experiencing the same issue with our site hosted with Winhost
    www.lgielectronics.info

    also we notice that it is very slow whenever we upload small size file thru ftp.

    We are using fios fiber connection and have no issue accessing other site.
     
    Last edited by a moderator: Oct 14, 2015
  6. Ray

    Ray

    Did you try running a traceroute test to your domain name. If there is problems within our backbone, the traceroute test will help identify that.
     
  7. here is the result:

    Tracing route to lgielectronics.info [96.31.35.13]
    over a maximum of 30 hops:

    1 <1 ms <1 ms <1 ms Wireless_Broadband_Router.home [192.168.1.1]
    2 6 ms 7 ms 7 ms L100.DLLSTX-VFTTP-49.verizon-gni.net [173.64.199
    .1]
    3 9 ms 9 ms 7 ms G0-1-749.DLLSTX-LCR-07.verizon-gni.net [130.81.1
    07.18]
    4 11 ms 11 ms 10 ms so-6-2-0-0.DFW01-BB-RTR1.verizon-gni.net [130.81
    .28.208]
    5 9 ms 9 ms 10 ms 0.so-7-0-0.XL3.DFW7.ALTER.NET [152.63.1.89]
    6 47 ms 49 ms 50 ms 0.ge-2-0-0.XL3.LAX15.ALTER.NET [152.63.2.66]
    7 46 ms 47 ms 47 ms POS6-0-0.GW3.LAX15.ALTER.NET [152.63.112.105]
    8 48 ms 47 ms 50 ms internapGIGE-gw.customer.alter.net [157.130.236.
    110]
    9 46 ms 50 ms 47 ms border1.po1-2g-bbnet1.ext1.lax.pnap.net [216.52.
    255.22]
    10 49 ms 47 ms 52 ms hostcollective-6.border1.lax.ext1.pnap.net [216.
    52.253.94]
    11 51 ms 52 ms 49 ms 96-31-33-196.hostcollective.com [96.31.33.196]
    12 * 51 ms * 96-31-33-227.hostcollective.com [96.31.33.227]
    13 48 ms 50 ms 49 ms 96-31-35-13.hostcollective.com [96.31.35.13]

    Trace complete.
     
  8. I suspect it is a SQL server issue with Winhost
     
    Last edited by a moderator: Oct 14, 2015
  9. Ray

    Ray

    Try running the query your application calls directly on the SQL server and see if the latency also occurs on the SQL server. It maybe that you need to optimize your query rather then your application.
     
  10. We have not change anything lately both code and sql.
    It seems Today everything come up much faster.
    Hope Winhost keep maintain their reliability.
    We have been more than 1 years. So far not much complaint. Knock on the wood ....
     
  11. It's still slow
    I've tested it with http://siteloadtest.com
    there are some performance problems but the main reason is very slow access to the main page
    Transfer time: 10.61s
    It should be SQL server.
     
  12. Ray

    Ray

    What site are you referring to? Do you have a URL for us to look at?
     

Share This Page