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 7087995
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T07:44:35+00:00 2026-05-28T07:44:35+00:00

Possible Duplicate: What is considered fast performance for a single server request? I’m building

  • 0

Possible Duplicate:
What is considered fast performance for a single server request?

I’m building a web app and I put a stopwatch in my code behind of a webservice that I anticipate to be heavily used. It basically receives a json record and updates the database. When there are only 2 tables to update/write, the stopwatch read 49ms and when there are 6 tables involved, it runs around 150ms.

[WebMethod(EnableSession = true)]
public string UpdateLead(string Incoming)
{
  Stopwatch sw = new Stopwatch();
  sw.Start();

  ...code here

  sw.Stop();
  return ReturnData;
} 

I know this is is running on my local machine and that it’s really just a very limited perspective but I wanted to know if, based on these figures and the given context, the values seem acceptable as they are for now.

Thanks for your input.

  • 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-28T07:44:35+00:00Added an answer on May 28, 2026 at 7:44 am

    @frenchie , It is very hard to say . few thing for you to know :

    1) the stopwatch values will be different in other enviroment ( production) or maybe if your computer is over-Thinking – which cause him to dumjp some memory to the Swap File (virtual mempoy).

    also ,
    if GC is in the middle – your values also will be different.

    2) please consider caching (data/ output)

    3) try to avoid locks ( which has performance penalties).

    4) dont put code in try catch – raising an exception is extremely expensive.

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

Sidebar

Related Questions

Possible Duplicate: Are iframes considered 'bad practice'? While working with web developers, I always
Possible Duplicate: How do you send email from a Java app using Gmail? How
Possible Duplicate: GOTO still considered harmful? I have read articles that advise on refraining
Possible Duplicate: When is a language considered a scripting language? I am really confused
Possible Duplicate: Why is ++i considered an l-value, but i++ is not? In C++
Possible Duplicate: Are global variables in PHP considered bad practice? If so, why? global
Possible Duplicate: Why is 'for(var item in list)' with arrays considered bad practice in
Possible Duplicate: Foreach can throw an InvalidCastException? Consider the following block of code public
Possible Duplicate: GOTO still considered harmful? Recently I've been reading The C Programming Language
Possible Duplicate: Is it considered bad practice to use non-standard HTML attributes? Hi folks,

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.