How Site Load(Run) Fast

Last post 09-05-2008 11:14 PM by TOMCIO. 4 replies.

Sort Posts:

  • How Site Load(Run) Fast

    09-05-2008, 5:20 AM
    • Member
      551 point Member
    • khushak
    • Member since 08-21-2006, 9:21 AM
    • gurgaon, India
    • Posts 195

    Hi All,


    What i have to do to run my web site fast. ?


    Actully i have made one portal its runing perfect.
    But only one problem index page taking lot of time to load.

    So what points and thinks i have to remenber for this problem. ??

    Reagard

    New In .NET World
  • Re: How Site Load(Run) Fast

    09-05-2008, 7:31 PM
    Answer
    • Participant
      796 point Participant
    • perrakus
    • Member since 08-20-2008, 10:13 PM
    • Mexico
    • Posts 118

    Apart from issues like server specs, server load, good design and good coding techniques...
    Did you compile it?

    Alan
  • Re: How Site Load(Run) Fast

    09-05-2008, 7:42 PM
    Answer
    • All-Star
      30,431 point All-Star
    • HeartattacK
    • Member since 01-08-2007, 12:53 PM
    • Dhaka, Bangladesh
    • Posts 3,288
    • Moderator
      TrustedFriends-MVPs

     Did you make a website or a web app? If it's a website, the first hit delay is unavoidable. But you can make a script and run it in app_start in global.asax. The script should make WebRequests (System.Net) to at least one page in every folder. This will speed up requests on every subsequent access.

    If you use a web app, it'll be precompiled, and you'll see much better speeds.

    Lastly, make sure compilation debug='false' is set under <system.web> in  the web.config file.

    All that glitters is gold-
    Only shooting stars break the mold.

    Read my blog: www.heartysoft.com

    Tell me what tutorials / articles / videos you want to see on my site.
  • Re: How Site Load(Run) Fast

    09-05-2008, 11:01 PM
    • Member
      103 point Member
    • ferps
    • Member since 08-25-2008, 2:04 PM
    • Posts 13

    Check the size of the page after rendering, to do this, do a "save as" command on your browser.

    If the page“s size is not so big, you can speed up the performance of your web pages with an automated analysis (webpagetest.org)

  • Re: How Site Load(Run) Fast

    09-05-2008, 11:14 PM
    • Contributor
      2,664 point Contributor
    • TOMCIO
    • Member since 07-12-2003, 6:19 AM
    • Chicago
    • Posts 666

    1) find good host, with good hardware and NOT overloaded servers. if you have poor hosting nothing will help.
    I saw same app. dotnetnuke loading for 10-12 sec on one server and the same app. loading on other server in les than sec ! - so the difference in first load is BIG

    2) set some monitoring service for your site. if it will request site every 10-15 min you want see that first slow load :)

    123PROSite.com - offers proffesional and affordable web sites
    ASP.net hosting - the best way to find good, reliable ASP.net hosting.
Page 1 of 1 (5 items)