473,626 Members | 3,231 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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_windwa rd_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm
Feb 8 '07 #1
4 1721
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_windwa rd_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_windwa rd_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_windwa rd_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_windwa rd_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
3362
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 on the testing server but that didn't seem to make any difference. One difference I noticed is that on the dev server, the session cookie is modified on EVERY page load. On the testing server the cookie gets created alright but it doesn't seem...
0
3489
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 test script to allow me to perform some transactional database testing to load test a MySQL 4.0.13 database server running behind some apache webservers. I have obtained an ODBC driver from MySQL and have some specific queries i would like to use in...
6
3246
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 erroring out. I see two different errors. One is a "Object reference not set to an instance of an object." error, which appears to always contain the same information, and the other is a "There is no row at position X.", where X is a number. Is this...
5
10052
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 (and when?). Thank you very much Rudi
2
9736
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 a load on my application? In the past, we would write our class and then come up with some logic in a console or win app to test it. I have since found NUnit which seems to be pretty cool. BTW: if anybody has some XSLTs that provide...
0
1528
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 interested in giving it a try in it's beta stage. Keep in mind that it is still in the beta stages so there will be bugs - but so far it seems to be stable in the testing that I have done. There are no licenses or limitations in the beta version so...
10
2641
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 happy. Now -- how do I take advantage of that second computer to "load-balance" the web site? Will it really give my users a noticable performance increase? How do you accomplish this? I've read many of those MS articles and it's...
2
1449
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 seems to be more for load testing. What I would like is something similar, where you can record a variety of scenarios and play them back to see if the right information is going into databases and looks right on the screen, doesn't throw error etc....
5
1701
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 unit tests, what I need to do is run a load test against my executable and watch CPU utilization and memory usage. When doing web load testing, a wizard help us to write the scenario through recording steps in a session. Ultimatly I need to...
2
6936
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 and i am implementing it in my website....
0
8203
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
8642
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8368
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8512
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7203
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
6125
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
4094
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...
1
1815
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1515
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.