Re: Website Running Slow Please Help.
- From: "Jeff Dillon" <jeffdillon@xxxxxxxxxxxxxxxxx>
- Date: Mon, 28 Jan 2008 12:29:33 -0800
Of course look at other websites hosted on your ISP, and see if their
websites are slow also. It could be a slow server. Use basic troubleshooting
techniques
Jeff
"Tageldinho" <adamtageldin@xxxxxxxxx> wrote in message
news:40ecf8fb-4ea2-41e1-bafc-023d88106af5@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hey Sam,
Thanks for the help. I will look into all the resources you gave me.
Is it any guarantee that it is a programming problem that is slowing
it down? Is there any possibility that it may be a hosting problem?
I've tried to go through them and have gotten nothing, but the
programmers we outsource to sort of point the blame elsewhere.
Thanks again for the help.
Adam
On Jan 28, 12:17 pm, Samuel R. Neff <samueln...@xxxxxxxxxx> wrote:
This is something your outsourced programmers should be able to take
care of. If they can't make it faster or prove that it is running
within acceptable parameters (which depends on whatever contract you
have with them), then you might want to look into finding a different
company to outsource to.
That said, there are lots of places to look. Start with the database
and SQL Profiler. That will show you what queries are running and how
long they take. That is usually where bottlenecks exist.
Then you can use can HTTP monitor like Fiddler or Charles to browse
through your site and see how long individual requests take.
http://www.fiddlertool.com/fiddler/
http://www.xk72.com/charles/
If the requests take significantly longer than the queries, then you
need to dig deeper either by using ASP.NET's trace functionality or a
profiler or performance monitor. I think a profiler would get you the
fastest results, but you really need to be a programmer to be able to
use one and understand it's output. I like redgate's ANTS Profiler
myself.
http://www.red-gate.com/products/ants_profiler/index.htm
If you can find a bottleneck, then the best thing is to feed this info
back to your programmers and have them fix it and also document how
you found it and express that you're doing their job for them blah
blah blah.
HTH,
Sam
------------------------------------------------------------
We're hiring! B-Line Medical is seeking .NET
Developers for exciting positions in medical product
development in MD/DC. Work with a variety of technologies
in a relaxed team environment. See ads on Dice.com.
On Mon, 28 Jan 2008 08:50:07 -0800 (PST), Tageldinho
<adamtagel...@xxxxxxxxx> wrote:
Greetings all, I am the Web maintenance guy for a non-profit org, and
have been getting a lot of complaints that our website is running slow
(and I agree at times), we run asp.net but outsource our programming.
I was wondering if maybe you could help out and give me any clues as
to why our website could be running so slow. I've spoken about it with
our programmers and they said they have changed some of the code so
that it doesn't hit the database as often which makes sense but I saw
little to no change really. The website especially runs slow if it's
not cached in your browser and from google analytics most of our daily
visitors are new.
I am not sure if it is a hosting problem or a programming problem,
that is why I posted in this group any tips/hints/ideas and help is
welcome.
the site iswww.orbis.org
Thank you all very much in advance.- Hide quoted text -
- Show quoted text -
.
- Follow-Ups:
- Re: Website Running Slow Please Help.
- From: Diffident
- Re: Website Running Slow Please Help.
- References:
- Website Running Slow Please Help.
- From: Tageldinho
- Re: Website Running Slow Please Help.
- From: Samuel R . Neff
- Re: Website Running Slow Please Help.
- From: Tageldinho
- Website Running Slow Please Help.
- Prev by Date: aspx reporting component
- Next by Date: RE: Dynamic ReadOnly in DetailsView
- Previous by thread: Re: Website Running Slow Please Help.
- Next by thread: Re: Website Running Slow Please Help.
- Index(es):
Relevant Pages
|