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. ASP.NET
  4. Why my site is loading very slow?

Why my site is loading very slow?

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nethelpquestion
3 Posts 3 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
    Sheel Gohe
    wrote on last edited by
    #1

    Hi guys, Howz all doing!! My problem is my ASP.NET application is loading very slow. When i debuged it, i found its not because of the code it is running slow its after the Load_complete event(which is the last event for any page) it is taking hell lot of time. Can anyone tell me reason behind it or i am missing some attributes to set. Thanks in advance.. Sheel Gohe

    M R 2 Replies Last reply
    0
    • S Sheel Gohe

      Hi guys, Howz all doing!! My problem is my ASP.NET application is loading very slow. When i debuged it, i found its not because of the code it is running slow its after the Load_complete event(which is the last event for any page) it is taking hell lot of time. Can anyone tell me reason behind it or i am missing some attributes to set. Thanks in advance.. Sheel Gohe

      M Offline
      M Offline
      Mike Puddephat
      wrote on last edited by
      #2

      For the record, LoadComplete is not the last event. Other events such as PreRender and Render occur after this. How big is your web page? How many child controls are on the page and what is the size of the HTML source once the page has displayed? Without knowing exactly what you're doing, it is rather difficult to diagnose your problem. Visit Riverside Internet[^]

      1 Reply Last reply
      0
      • S Sheel Gohe

        Hi guys, Howz all doing!! My problem is my ASP.NET application is loading very slow. When i debuged it, i found its not because of the code it is running slow its after the Load_complete event(which is the last event for any page) it is taking hell lot of time. Can anyone tell me reason behind it or i am missing some attributes to set. Thanks in advance.. Sheel Gohe

        R Offline
        R Offline
        RichardGrimmer
        wrote on last edited by
        #3

        Check that the site isn't compiling all pages every time - usually get a re-compile on a change, but have heard of people ending up with it compiling regardless all the time "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox

        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