Advertisement

04.26.2003 at 05:11PM PDT, ID: 20597451
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.2

Opinion on ASP script execution time.

Asked by AmericanDogma in Active Server Pages (ASP)

Tags: , , ,

In order to profile my site and test the execution time of a given page I used the component listed here:

http://www.4guysfromrolla.com/webtech/122700-1.shtml

Upon running the test (numerous times) I was given average execution time of two methods i am thinking of implimenting for a corporate website.

Method A:
A standard mixture of asp and html with all html included in the given page except with headers and footers and menu being function driven.

Method B:
New method the overall skinning of the site is preformed by a function. I use asp to concantenate a string (strPage) that contains the html for the main body of that page. I then pass that value to a function called GetPage that outputs the page layout with strPage inserted in the correct spot. This helps seperate the actaul business logic from the presentation layer and allows me to change the entire look of a site by modifing 1 page.

Basically my question is that Method B (53.332 ms to execute) is obviously slower than Method A (37.998 ms to execute). However the bonus from using Method B is minimal at best since the look won't necessarily ever change. The one bonus is that if we wrap the site into a com object method B is more ready to do so. Basically I am wondering if 15.334 millseconds is a big deal. Lets say the site gets 1 hit a second (over-estimating) how much would this impact the system? I am basically just looking for opinions.

Thanks,

<AD>

P.S. Point splits will be awarded if deemed necessary.

Start Free Trial
[+][-]04.27.2003 at 12:10AM PDT, ID: 8403910

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Active Server Pages (ASP)
Tags: asp, time, execution, script
Sign Up Now!
Solution Provided By: amit_g
Participating Experts: 2
Solution Grade: A
 
 
[+][-]04.27.2003 at 08:17PM PDT, ID: 8409735

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.27.2003 at 11:21PM PDT, ID: 8410448

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.17.2003 at 11:56PM PDT, ID: 9575723

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32