Re: Finding Bottlenecks
- From: "Nick" <a@xxxxx>
- Date: Wed, 23 Jul 2008 10:46:00 +0100
Hi Gregory,
Thanks a million for the information I think I'll give tracing a go and
see if that shows anything before having a look at the profiling systems.
Cheers for your time.
Nick.
"Cowboy (Gregory A. Beamer)" <NoSpamMgbworld@xxxxxxxxxxxxxxxxxx> wrote in
message news:eHrXsmD7IHA.1080@xxxxxxxxxxxxxxxxxxxxxxx
Tracing works, if you want something easy to turn on and a bit down and
dirty. You can also code a trace listener if you want to log these things.
There are also tools that you can profile your code with, although most of
them cost at least something. If you have a Team System SKU, there is a
profile included. Not quite what some of the Enterprise tools out there
offer, but a good start. DotTrace, from JetBrains, is a nice personal
profiler (at $199 for personal, not bad pricing either).
I will have to find the link, but I saw a neat free profiler for the
Compact Framework, which I think will work with non CE programs. Note to
self: have to find the link. :-)
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss
or just read it:
http://gregorybeamer.spaces.live.com/
********************************************
| Think outside the box! |
********************************************
"Nick" <a@xxxxx> wrote in message
news:O2JyfKC7IHA.1204@xxxxxxxxxxxxxxxxxxxxxxx
Hi there,
I have a website that functions fine locally, but when published to
the server it develops a bottleneck during loading some of the pages.
Basically what happens is the page loads to about 25% then it freezes for
anything from 10 - 40 seconds, before suddenly loading the rest of the
page.
Of course I understand that this could be down to some code on the
page locking the thread or suchlike, but I would like to be able to be
able to find exactly where the bottle neck is occuring. Strangely enough
this doesn't seem to occur in Firefox although Firefox displays quicker
it seems to do whatever is holding IE up in the background so you get the
illusion of it loading quicker.
Any suggestions on tools or methods for finding bottlenecks in page
loading? Many thanks in advance for your time and help.
Nick.
.
- References:
- Finding Bottlenecks
- From: Nick
- Re: Finding Bottlenecks
- From: Cowboy \(Gregory A. Beamer\)
- Finding Bottlenecks
- Prev by Date: RE: How can I make this more efficient? (combining DataSet results with the results of a DB lookup.)
- Next by Date: XmlTextReader not able to find DTD file
- Previous by thread: Re: Finding Bottlenecks
- Next by thread: RE: Finding Bottlenecks
- Index(es):
Relevant Pages
|