Print Page | Close Window

v7.6 is 60% faster than 7.51a

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=7365
Printed Date: 29 March 2026 at 4:41am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: v7.6 is 60% faster than 7.51a
Posted By: kmacy
Subject: v7.6 is 60% faster than 7.51a
Date Posted: 18 November 2003 at 10:12am

When I read that Borg started using Application Variables for Active users I knew the program would be faster so I decided to test it.

I use the Microsoft Application Center Test program against all web pages I do, especially after changes. 

This program allows you to feed it a web page on your machine and tells you how many requests per second your machine can handle on that 1 page.

What I've done is setup a bare bones forum install on my machine of v7.51, v7.51a and now v7.6. I use the SQL Server version and setup a separate database for each version.

Now the requests per second that you or I get are really not that important because we have much different machines and certainly different from our web hosts machines.  But when you use this program, you use it relative to how many requests per seconds you get for other asp pages on your same machine. How I tested:

Set up each forum per the instructions.  Added 1 category and 1 forum in each version. Added 1 user to each forum.  Added 1 topic post to each forum(same to each).  Added 1 topic reply(from admin & same to each).

I then run the test calling up the home page in each forum. (repeat 3 times each and average)

Results:
7.51 - 40 requests per second
7.51a - 39 requests per second
7.6 - 64 request per second (roughly 60% faster)

Bare in mind, my goal was not to stress load the program, just to bare bone speed test it.

FYI - I've got an Asus A7N8X Deluxe w/2500+ Athlon & 512k ram.
I've also come up with what I call my "Base Results" for requests per second for my machine.  I simply test an .asp page with nothing on it but the following:
<% response.write "Hello World!" %>

On my development machine, I get 363 requests per second.  So for me, I watch that number go down from there as I start to add more code.  363 is my base.

 



-------------
Ken Macy



Replies:
Posted By: kmacy
Date Posted: 18 November 2003 at 10:18am

FYI,

In all my testing that I've ever done on asp, for speed you need to

1) Minimize database calls
2) Use application variables
3) Don't be afraid to use session variables.  If used smartly, they are fine to use.  I just don't buy the talk about "Don't ever use session variables".  Now if you are running an MSN or Yahoo site, that may be true, but for 99.9 of us, smart use of session variables is fine, and will not only make your programming easier, but faster.



-------------
Ken Macy


Posted By: MadDog
Date Posted: 18 November 2003 at 11:12am
kmacy,
where can i get this program? This would help me and im sure allot of other developers

-------------
http://www.iportalx.net" rel="nofollow">


Posted By: kmacy
Date Posted: 18 November 2003 at 11:40am

It comes with Visual Studio.net Enterprise.  I don't think you can buy it by itself, I remember someone asking that at a seminar once.  But I'm not really sure.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/act/htm/actml_main.asp - http://msdn.microsoft.com/library/default.asp?url=/library/e n-us/act/htm/actml_main.asp

Search in google for "Microsoft Application Center Test" and you'll find sites that show tutorials on the product.

 



-------------
Ken Macy


Posted By: MadDog
Date Posted: 18 November 2003 at 12:05pm
Cool thanks! Im going to check that when i get home!

-------------
http://www.iportalx.net" rel="nofollow">



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net