Loading pages faster

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

  1. #1

    Default Loading pages faster

    Does any body know any article about tips to load aspx pages as fast as it
    gets?


    Mircea Pleteriu Guest

  2. Similar Questions and Discussions

    1. Master Pages - loading of ContentPlaceHolder
      I currently use frames for a website. I plan on moving this site over to .NET now that the ISP is using ver 2 beta 2. I currently have the website...
    2. Image Loading Speed on web server pages (IIS4 - Acrobat PDF)
      We have created a 2-page PDF document using Acrobat 5 and when you load it locally, it loads fast (as you'd expect). But when it is placed on our...
    3. ASP pages not loading
      Hi again, Recently I encountered a problem with my ASP application. The pages which involves databases aren't loading (the page isn't rendered...
    4. DuplicateMovieClip goes faster and faster
      hi! I'm trying to program a game in which oranges drop down. These oranges are created by a duplicateMovieClip. A new orange is created everytime...
    5. Slicing images for faster browser loading
      Not being able to see your image and view the color concentrations, one cannot determine the number of slices needed. Areas where there is...
  3. #2

    Default Re: Loading pages faster

    See any articles on the Microsoft MSDN site regarding .Net optimization.
    There are quite a few things you can do.

    --
    HTH,

    Kevin Spencer
    Microsoft MVP
    ..Net Developer
    [url]http://www.takempis.com[/url]
    Big things are made up of
    lots of little things.

    "Mircea Pleteriu" <mpleteriu@asp-gmbh.de> wrote in message
    news:OEJ4tmEVDHA.1928@TK2MSFTNGP12.phx.gbl...
    > Does any body know any article about tips to load aspx pages as fast as it
    > gets?
    >
    >

    Kevin Spencer Guest

  4. #3

    Default Re: Loading pages faster

    one of the easiest things is to replace webserver controls with html
    controls
    and to turn off viewstate on controls that don't need them
    there are a bunch of other stuff too numerous to mention so read this link
    [url]http://msdn.microsoft.com/library/default.asp?URL=/library/en-us/dniis/html/tencom.asp[/url]

    "Mircea Pleteriu" <mpleteriu@asp-gmbh.de> wrote in message
    news:OEJ4tmEVDHA.1928@TK2MSFTNGP12.phx.gbl...
    > Does any body know any article about tips to load aspx pages as fast as it
    > gets?
    >
    >

    Alvin Bruney Guest

  5. #4

    Default Re: Loading pages faster

    And what about page output compressing?

    Like:
    [url]http://www.intesoft.co.uk/aspaccelerator/demonstration.aspx[/url]

    Thanks!

    "Mircea Pleteriu" <mpleteriu@asp-gmbh.de> schreef in bericht
    news:OEJ4tmEVDHA.1928@TK2MSFTNGP12.phx.gbl...
    > Does any body know any article about tips to load aspx pages as fast as it
    > gets?
    >
    >

    Arjen 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