473,394 Members | 1,774 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

load testing

Hi;

We need to loadtest our ASP.NET app. So two questions:

1) With just one user, it is slow. Especially the first time we hit a page.
This is pre-compiled and we use web deploy and then put it on IIS on Win
2003. But even on subsequent page requests, there can be a good 1/4 - 1/2
second before the page comes up. And this is with web browser and server on
the same LAN and nothing else happening on either computer. I can't believe
ASP.NET is just normally this slow. What do I need to do?

2) Any suggestions for a good program where we can hit the server with 50 -
500 simultaneous requests to measure response speed and make sure it works?

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm
Feb 8 '07 #1
4 1707
check your page sizes, you probably have too must viewstate or you
application code is too slow.

there are a lot of load test tools. visual studio team has one, but you
should google for one in your price range and desired feature set.

all the good testing tools have a scripting language to drive the
browser, or site. they usually have a big learning curve, and will take
a significant amount of work to set up. look for one that will record a
session (and supports asp.net postbacks).

-- bruce (sqlwork.com)

David Thielen wrote:
Hi;

We need to loadtest our ASP.NET app. So two questions:

1) With just one user, it is slow. Especially the first time we hit a page.
This is pre-compiled and we use web deploy and then put it on IIS on Win
2003. But even on subsequent page requests, there can be a good 1/4 - 1/2
second before the page comes up. And this is with web browser and server on
the same LAN and nothing else happening on either computer. I can't believe
ASP.NET is just normally this slow. What do I need to do?

2) Any suggestions for a good program where we can hit the server with 50 -
500 simultaneous requests to measure response speed and make sure it works?
Feb 8 '07 #2
"bruce barker" wrote:
check your page sizes, you probably have too must viewstate or you
application code is too slow.
I have a default.aspx with no code-behind code and just some labels on the
page. And yet it can take up to 1/2 second to display it. Nothing tied to the
session, application, or anything.

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm

Feb 8 '07 #3
Hi David,

Enable trace (web.config or @page directive) and see where the problem is.
For load testing, this should be enough:

http://www.microsoft.com/downloads/d...DisplayLang=en

--
Milosz
"David Thielen" wrote:
"bruce barker" wrote:
check your page sizes, you probably have too must viewstate or you
application code is too slow.

I have a default.aspx with no code-behind code and just some labels on the
page. And yet it can take up to 1/2 second to display it. Nothing tied to the
session, application, or anything.

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm
Feb 9 '07 #4
thank you - will try both.

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm


"Milosz Skalecki [MCAD]" wrote:
Hi David,

Enable trace (web.config or @page directive) and see where the problem is.
For load testing, this should be enough:

http://www.microsoft.com/downloads/d...DisplayLang=en

--
Milosz
"David Thielen" wrote:
"bruce barker" wrote:
check your page sizes, you probably have too must viewstate or you
application code is too slow.
I have a default.aspx with no code-behind code and just some labels on the
page. And yet it can take up to 1/2 second to display it. Nothing tied to the
session, application, or anything.

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm
Feb 9 '07 #5

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

Similar topics

7
by: Henry Hartley | last post by:
I've got a PHP system working on a development server (Windows 2000/IIS5/PHP 4.3.3) but it doesn't seem to be working quite right on the testing server (same except PHP 4.2.3). I upgraded the PHP...
0
by: Michael Weiner | last post by:
I know this is quite a bit off topic, but i was wondering if anyone else out there had any experience with Segue's Silk Performer load testing tools. More specifically, i am trying to compile a...
6
by: Shabam | last post by:
A web application of mine developed using C# + MS SQL runs fine normally. However when I stress test it with a load testing software (using about 60 simultaneous users) some instances start...
5
by: Rudolf Ball | last post by:
Dear NG, i want to load a plugin (WinForm) in my Applikation. That works fine. Now I want to globalize that plugin. So I have to load the Satellite Assembly, as well. But how can I load this...
2
by: Curtis Justus | last post by:
Hi, I've been searching for solutions to two issues that are undoubtedly common to everybody. The first is how do my team and I adequately perform unit testing. The second is how can I measure...
0
by: Chuck | last post by:
Sorry for the advertisement but I think this is something that people could actually use. I am creating a new product called Simple Load Testing and I thought I would see if anyone would be...
10
by: GeekBoy | last post by:
Okay, I have two identical web servers running Windows 2003 web server. I have an ASP.NET application which runs great on one of them. Dedicated IP address, behind our firewall, etc. Everyone's...
2
by: Chris | last post by:
I am looking for web testing software. Can anyone recommend something, preferably not expensive. It also has to be useful for classic ASP as well as .net. I looked at ANTS, which I liked but it...
5
by: =?Utf-8?B?U2FsYW1FbGlhcw==?= | last post by:
Hi, I know that VS 2005 has a lot of testing features and already used them for doing web load testing. I am wondering if it is possible to load test a win forms application. I don't mean writing...
2
by: pankajsingh5k | last post by:
Dear All, Please help me... I had read an article to lazy load a tab in a tabcontainer using an update panel on http://mattberseth.com/blog/2007/07/how_to_lazyload_tabpanels_with.html ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
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...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.