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. Web Development
  3. Web Site Optimization and Verification

Web Site Optimization and Verification

Scheduled Pinned Locked Moved Web Development
performancecsharpasp-netalgorithmshelp
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.
  • S Offline
    S Offline
    shapper
    wrote on last edited by
    #1

    Hello, I am having some speed problems with an Asp.Net 2.0 web site and I would like to know if there is some tool which accesses a web site and displays each step of when the web site is loading. I need to figure out what is taking a long time to load or a error hapening. Thanks, Miguel

    B G C P 4 Replies Last reply
    0
    • S shapper

      Hello, I am having some speed problems with an Asp.Net 2.0 web site and I would like to know if there is some tool which accesses a web site and displays each step of when the web site is loading. I need to figure out what is taking a long time to load or a error hapening. Thanks, Miguel

      B Offline
      B Offline
      Bradml
      wrote on last edited by
      #2

      Use a technique, set a timer when the app starts, then every millisecond(or so) have it increase a variables value by one. Then every time a function starts/completes have it print the function name and the variables value. When you are done review the times and see what the greatest time lags are.


      Brad Australian By contacting your lawyer you negate the right to sue me.

      1 Reply Last reply
      0
      • S shapper

        Hello, I am having some speed problems with an Asp.Net 2.0 web site and I would like to know if there is some tool which accesses a web site and displays each step of when the web site is loading. I need to figure out what is taking a long time to load or a error hapening. Thanks, Miguel

        G Offline
        G Offline
        Guffa
        wrote on last edited by
        #3

        Use tracing[^].

        --- b { font-weight: normal; }

        1 Reply Last reply
        0
        • S shapper

          Hello, I am having some speed problems with an Asp.Net 2.0 web site and I would like to know if there is some tool which accesses a web site and displays each step of when the web site is loading. I need to figure out what is taking a long time to load or a error hapening. Thanks, Miguel

          C Offline
          C Offline
          Chris Maunder
          wrote on last edited by
          #4

          I've used this[^] a bit and it seems to work well.

          cheers, Chris Maunder

          CodeProject.com : C++ MVP

          1 Reply Last reply
          0
          • S shapper

            Hello, I am having some speed problems with an Asp.Net 2.0 web site and I would like to know if there is some tool which accesses a web site and displays each step of when the web site is loading. I need to figure out what is taking a long time to load or a error hapening. Thanks, Miguel

            P Offline
            P Offline
            Pete OHanlon
            wrote on last edited by
            #5

            Try this. It's pretty good. http://www.fiddlertool.com/fiddler/[^]

            Arthur Dent - "That would explain it. All my life I've had this strange feeling that there's something big and sinister going on in the world." Slartibartfast - "No. That's perfectly normal paranoia. Everybody in the universe gets that." Deja View - the feeling that you've seen this post before.

            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