Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Sometimes our experiences are not what we think they are...

Sometimes our experiences are not what we think they are...

Scheduled Pinned Locked Moved The Lounge
csharpasp-netcomperformancehelp
5 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    Erik Funkenbusch
    wrote on last edited by
    #1

    http://blogs.msdn.com/dougste/archive/2008/02/29/should-i-authenticode-sign-my-net-assembly.aspx[^] The above article talks about how an ASP.NET web app was slow to start up the first time. I've seen comments from various people about this problem over the years, and usually it's someone claiming they "tried" ASP.NET and were not impressed with the speed or some such. I guess it goes to show that our experiences are not always what we think they are. You have to give something an honest effort sometimes to know for sure if your initial reaction is true as rule, or as an exception.

    -- Where are we going? And why am I in this handbasket?

    S M 2 Replies Last reply
    0
    • E Erik Funkenbusch

      http://blogs.msdn.com/dougste/archive/2008/02/29/should-i-authenticode-sign-my-net-assembly.aspx[^] The above article talks about how an ASP.NET web app was slow to start up the first time. I've seen comments from various people about this problem over the years, and usually it's someone claiming they "tried" ASP.NET and were not impressed with the speed or some such. I guess it goes to show that our experiences are not always what we think they are. You have to give something an honest effort sometimes to know for sure if your initial reaction is true as rule, or as an exception.

      -- Where are we going? And why am I in this handbasket?

      S Offline
      S Offline
      Shog9 0
      wrote on last edited by
      #2

      Erik Funkenbusch wrote:

      You have to give something an honest effort sometimes to know for sure if your initial reaction is true as rule, or as an exception.

      Yeah, true enough. But to be fair, i've used a lot of ASP.NET apps that are slow to start up. Or heck, just plain slow. At some point, you have to ask: who out there is actually making an honest effort, initially or ever?

      But who is the king of all of these folks?

      1 Reply Last reply
      0
      • E Erik Funkenbusch

        http://blogs.msdn.com/dougste/archive/2008/02/29/should-i-authenticode-sign-my-net-assembly.aspx[^] The above article talks about how an ASP.NET web app was slow to start up the first time. I've seen comments from various people about this problem over the years, and usually it's someone claiming they "tried" ASP.NET and were not impressed with the speed or some such. I guess it goes to show that our experiences are not always what we think they are. You have to give something an honest effort sometimes to know for sure if your initial reaction is true as rule, or as an exception.

        -- Where are we going? And why am I in this handbasket?

        M Offline
        M Offline
        MrPlankton
        wrote on last edited by
        #3

        asp.net is dreadfully slow on first access and works great every other time. This is especially true if your app is part of sharepoint, heck even sharepoint it's self. In addition I post updates often to my perimeter web server for customers review, and of course the customer is the first one to access the site after I publish. Solution, write application that wakes up every so often and traverses published web sites (even ones that require log in). No more calls from customers. Yea. Kinda proud of it, easy to write about 15 lines of code or so.

        MrPlankton

        modified on Friday, February 29, 2008 2:29 PM

        M R 2 Replies Last reply
        0
        • M MrPlankton

          asp.net is dreadfully slow on first access and works great every other time. This is especially true if your app is part of sharepoint, heck even sharepoint it's self. In addition I post updates often to my perimeter web server for customers review, and of course the customer is the first one to access the site after I publish. Solution, write application that wakes up every so often and traverses published web sites (even ones that require log in). No more calls from customers. Yea. Kinda proud of it, easy to write about 15 lines of code or so.

          MrPlankton

          modified on Friday, February 29, 2008 2:29 PM

          M Offline
          M Offline
          Member 96
          wrote on last edited by
          #4

          MrPlankton wrote:

          Solution, write application that wakes up every so often and traverses published web sites (even ones that require log in). No more calls from customers. Yea.

          I like it! Good one. Of course they may start asking about it when they see you in their access logs. Seems as though it's something that should be built into asp.net as an option in the web config or something, to keep assemblies in cache.


          When everyone is a hero no one is a hero.

          1 Reply Last reply
          0
          • M MrPlankton

            asp.net is dreadfully slow on first access and works great every other time. This is especially true if your app is part of sharepoint, heck even sharepoint it's self. In addition I post updates often to my perimeter web server for customers review, and of course the customer is the first one to access the site after I publish. Solution, write application that wakes up every so often and traverses published web sites (even ones that require log in). No more calls from customers. Yea. Kinda proud of it, easy to write about 15 lines of code or so.

            MrPlankton

            modified on Friday, February 29, 2008 2:29 PM

            R Offline
            R Offline
            Rama Krishna Vavilala
            wrote on last edited by
            #5

            You can pre-compile the site and also use NoCompile pages in conjunction with web application projects. That helps a lot.

            You have, what I would term, a very formal turn of phrase not seen in these isles since the old King passed from this world to the next. martin_hughes on VDK

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups