Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Pete 152 posts 176 karma points
    Feb 25, 2010 @ 15:07
    Pete
    0

    Debug trace shows huge delay in aspx.page - causes?

    I'm not sure exactly what part of my code this represents - any pointers?

    E.g.

    aspx.page Begin Load 0.549380470190458 0.000009

    aspx.page End Load 5.01746033396051 4.468080

  • Douglas Robar 3570 posts 4711 karma points MVP ∞ admin c-trib
    Feb 25, 2010 @ 15:16
    Douglas Robar
    0

    Could you paste in the entire trace? That would be helpful.

    cheers,
    doug.

  • Pete 152 posts 176 karma points
    Feb 25, 2010 @ 15:30
    Pete
    0

    Do the page loads of .net usercontrols get accumlated into that total?

    There's one usercontrol I expected to show as slow and it's not, but that part at the end (presumably made up of the masterpage) is the only place that is slow.

  • Peter Dijksterhuis 1442 posts 1722 karma points
    Feb 25, 2010 @ 15:31
    Peter Dijksterhuis
    0

    Pete,

    is short: 

    0.000009 second have passed before IIS starts with the begin_load of your page.

    4,468080 second have passed when IIS reached the end_load of the page.

    There should be a bunch of other stff in between, there you can see what time each part needs to complete.

    Hope this helps, otherwise you need to post the parts in between as well.

    Peter

Please Sign in or register to post replies

Write your reply to:

Draft