Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6732515
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T10:39:37+00:00 2026-05-26T10:39:37+00:00

what are the measures which reflects a highly scalable and with high performance asp.net

  • 0

what are the measures which reflects a highly scalable and with high performance asp.net form.

like time in seconds to load the page?

time in seconds to do data actions like Add delete.

page size.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T10:39:38+00:00Added an answer on May 26, 2026 at 10:39 am

    This is a very open ended question. Performance and scalability can mean a whole host of different things. Serving a page quickly, or having it render in the browser quickly, is just one aspect of this. Tools such as Fiddler, YSlow etc can help you look at the time it takes a page, and all its assets (images, scripts etc) to get to the browser and become useful to the user, but this won’t tell you whether your site can serve 10s, 100, 1000s or millions of users.

    To determine the scalability of your site you need to start looking at profiling tools, such as those that ship in VS.NET. You’ll be looking at numbers such as requests per second, CPU load, disk saturation. Generally, you’ll want to understand what your scale unit is – how many users each of your servers can support at some given load (e.g. 80% CPU) before you need to go buy another server.

    Finally, your system isn’t scalable if you can’t add new servers, or add new resources to your existing server (e.g. memory disk), to see an improvement. You need to know that your architecture supports being scaled out or scaled up.

    If I were you I’d…

    1. Define what acceptable performance means for you (how long you want users to wait for a page, how long it should take to perform an action etc)
    2. See if you’re hitting those requirements in the browser by measuring using the tools mentioned (Fiddler, YSlow etc).
    3. Put your system under load using tools such as VS.NET’s perf tooling and see where you’re spending time and CPU. Fix stuff as you see it.
    4. Read stuff like this: http://highscalability.com/ and look at the strategies that other sites use to scale. Find ones that work for you and try them out.

    update from your comments to other answers you appear to be concerned about HOW to you should time stuff.

    To use Fiddler for performance measurements look at this: http://www.fiddler2.com/fiddler/Perf/

    To use IE’s developer tools for measuring perf look here: http://msdn.microsoft.com/en-us/ie/aa740478

    To use the Chrome developer tools look here: http://code.google.com/chrome/devtools/docs/overview.html

    However, I really like Fiddler. Not only will it allow you to see performance, it can record the HTTP requests and then generate VS.NET Web Tests. This allows you to create a set of performance tests based upon real user interactions. As you change your code you can re-test and look for perf improvements.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm reading data from a device which measures distance. My sample rate is high
I am currently working on an ASP.NET 3.5 and C# web application which deals
I am currently working on an ASP.NET 3.5 and C# web application which deals
I have the following C99 program which measures performance of simple division operations relative
I'm trying to make a test app which measures the performance for threads. However,
I am running a shell script to execute a c++ application, which measures the
I've got a question concerning fields in databases which are measures that might be
Is there any free profiling tool with which I can measure the performance of
We've added performance measures to our application and are exposing them using JMX. Now
I often here people talk about Big O which measures algorithms against each other

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.