473,809 Members | 2,931 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Web Site Optimization and Verification

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

Nov 25 '06 #1
3 1278
Miguel,

What have you tried to do to measure your application performance so
far?

Getting an outside measure of how fast a page loads will not tell you a
great deal. The detail you need is how long certain actions take to
run within each page and the size of the page is once it is loaded.

If you are showing a very large set of data in a GridView it is likely
your ViewState is also very large, which makes the page size very
large. That will cause the page to take a while to load and more time
to render the page.

What you can do is write the current time to the log with the current
time along with keywords to tell you where the code is at that point.
You should be able to pinpoint the spots where performance is being
affected.

Once you have found the source of your issues, you can try using
features like the OutputCache.

http://msdn.microsoft.com/library/de...utputCache.asp

You can also use System.Web.Cach ing directly.

http://msdn2.microsoft.com/en-us/library/ms178604.aspx

The most common slow down for a page is database access and I/O.
Fortunately the caching and dependency features of ASP.NET 2.0 give you
great tools to speed things up.

Brennan Stehling
http://brennan.offwhite.net/blog/

shapper wrote:
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
Nov 26 '06 #2
Hi,

I really have no idea what is going on.

Check the following: http://www.jaquelineroxoatelier.com/

It takes ages to load and I have no idea why.
The page size is not so big.

Thanks,
Miguel
Brennan Stehling wrote:
Miguel,

What have you tried to do to measure your application performance so
far?

Getting an outside measure of how fast a page loads will not tell you a
great deal. The detail you need is how long certain actions take to
run within each page and the size of the page is once it is loaded.

If you are showing a very large set of data in a GridView it is likely
your ViewState is also very large, which makes the page size very
large. That will cause the page to take a while to load and more time
to render the page.

What you can do is write the current time to the log with the current
time along with keywords to tell you where the code is at that point.
You should be able to pinpoint the spots where performance is being
affected.

Once you have found the source of your issues, you can try using
features like the OutputCache.

http://msdn.microsoft.com/library/de...utputCache.asp

You can also use System.Web.Cach ing directly.

http://msdn2.microsoft.com/en-us/library/ms178604.aspx

The most common slow down for a page is database access and I/O.
Fortunately the caching and dependency features of ASP.NET 2.0 give you
great tools to speed things up.

Brennan Stehling
http://brennan.offwhite.net/blog/

shapper wrote:
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
Nov 26 '06 #3
Miguel,

For starters, that is a very attractive website. It also loads pretty
fast for me.

I would still measure the time to pull data from the database. Perhaps
you can log the timings when they are over a certain threshold so it
does not log too much data. My slowdowns are almost always related to
data retrieval.

Brennan Stehling
http://brennan.offwhite.net/blog/

shapper wrote:
Hi,

I really have no idea what is going on.

Check the following: http://www.jaquelineroxoatelier.com/

It takes ages to load and I have no idea why.
The page size is not so big.

Thanks,
Miguel
Brennan Stehling wrote:
Miguel,

What have you tried to do to measure your application performance so
far?

Getting an outside measure of how fast a page loads will not tell you a
great deal. The detail you need is how long certain actions take to
run within each page and the size of the page is once it is loaded.

If you are showing a very large set of data in a GridView it is likely
your ViewState is also very large, which makes the page size very
large. That will cause the page to take a while to load and more time
to render the page.

What you can do is write the current time to the log with the current
time along with keywords to tell you where the code is at that point.
You should be able to pinpoint the spots where performance is being
affected.

Once you have found the source of your issues, you can try using
features like the OutputCache.

http://msdn.microsoft.com/library/de...utputCache.asp

You can also use System.Web.Cach ing directly.

http://msdn2.microsoft.com/en-us/library/ms178604.aspx

The most common slow down for a page is database access and I/O.
Fortunately the caching and dependency features of ASP.NET 2.0 give you
great tools to speed things up.

Brennan Stehling
http://brennan.offwhite.net/blog/

shapper wrote:
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
Nov 29 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2448
by: mickeyg | last post by:
What is the largest site that use PHP? By large site I mean a havy trafic site? How do you scale up a php site when you have a lot of traffic?
9
1405
by: Arthur Pratz | last post by:
Hi all, I have been working on this site for a while now. I am posting on this newsgroup for honest reviews please. I will be working on the store link with accepting credit cards online. So any tips for making an online checkout would be helpful. I will be using Miva Merchant to do that. Thanks for your time, Mike Pratz http://www.chowardcompany.com
2
1774
by: Rickard | last post by:
OK. I have the need on a form submit to pass the data to anther system that require a login and password only I want to automate the process in an server side asp file and then process the response. I am having the form submit pass a users ss # and name to an asp file, I want that asp file to pass that info on to my "verifying" site along with the username and password for that "verification" site. Is there some way in asp to access a...
7
2885
by: SOR | last post by:
Although this currently defeats the spam bots in some respects - isnt it just a mater of time before the spammers figure out a way to verify a signup via email using rotating disposable email addresses or whatever . And if so , Would it not be a good idea to separate the url and signup verification code in the welcome email *now* rather than doing a rewrite later given that non geeks tend not to update any apps they install on their...
0
2194
by: pwilliams | last post by:
NCOALink Change of Address Verification Each year over 40 million Americans change their mailing addresses. This change is equivalent to every person in California deciding to change addresses and not tell you that they have moved. This uncertainty results in wasted spending on undeliverable address mail, returned mail and processing fees related to direct mail campaigns. NCOALink solves this problem for you. NCOALink provides you...
2
1649
by: Jeppe Jespersen | last post by:
Hi folks, Been working on an site for a little while now, complete with login-functionality and all. (Yaaay!) However.... I created a site on our webserver, and copied the whole site up there. The site runs fine, but any attempt to login fails. Only error info in the event log is: Event code: 4006
3
1473
by: www.jrdesignstudio.com | last post by:
Hello everyone, I would like to know from all of you computer experts, if my new site is fast enough, and if not what needs doing? Do you think it needs optimization etc? www.jrdesignstudio.com Many thanks, JR Design Studio
16
1474
by: Nad | last post by:
I have a very large site with valuable information. Is there any way to prevent downloading a large number of articles. Some people want to download the entire site. Any hints or pointers would be appreciated.
0
9600
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10633
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9198
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7651
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5548
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5686
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4331
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3860
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3011
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.