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

  • Home
  • SEARCH
  • 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 1064829
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T19:43:32+00:00 2026-05-16T19:43:32+00:00

I have an asp.net webforms application in production server and it was really slow.

  • 0

I have an asp.net webforms application in production server and it was really slow. So i decided to get some performance tips from my fellow SO users.

I ve applied these to increase my asp.net website performance,

  1. Set debug=false

  2. Turn off Tracing

  3. Image caching

           <caching>
            <profiles>
                <add extension=".png" policy="CacheUntilChange" kernelCachePolicy="CacheUntilChange" location="Any" />
                <add extension=".jpg" policy="CacheUntilChange" kernelCachePolicy="CacheUntilChange" location="Any" />
                <add extension=".gif" policy="CacheUntilChange" kernelCachePolicy="CacheUntilChange" location="Any" />
            </profiles>
        </caching>
    

Any other real performance booster do you know? Any Suggestion…

  • 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-16T19:43:32+00:00Added an answer on May 16, 2026 at 7:43 pm

    A webpage can be fast only by design.

    A simple option can not make your page load faster. The debug=off only eliminate the extra debugging functions and actually if you are not use them can not make many thinks.

    I agree with all that Paul say, and you can found them here with more details and I have to say as extra…

    You need to follow some guide and do a lot of work to make them real fast.
    What I follow.

    1. I use (custom) cache for my database action that really boost the data loading speed, but make at the same time the code to much more and I have spend a lot of time.
    2. I have use profiler to find my slow points on the page and correct them.
    3. I use the Inspector on Google Chrome Browser to locate slow loading and double loading problems.
    4. I have eliminate the double use/create of any variables on custom controls.
    5. I use cache on client browser base on this suggestions.
    6. I use webfarm and/or webgarden (more than one pool).

    How to see your page speed: http://code.google.com/speed/page-speed/docs/using.html

    Optimize cache: http://code.google.com/speed/page-speed/docs/caching.html

    Many general topic from google can be found here: http://code.google.com/speed/articles/

    About caching: http://www.mnot.net/cache_docs/

    Hope this help.

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

Sidebar

Related Questions

I have an existing asp.net webforms application that I would like to add some
I have a strange situation on a production server. Connection for asp.net get queued
I have an ASP.NET WebForms application that I'm adding some ASP.NET MVC to. I
I have made a webusercontrol on my asp.net webforms application. But I get this
We have an internal ASP.NET Webforms application running on a Windows 2008/IIS7 server which
I have a ASP.NET Webforms application that is being used with Motorola Tablets (Android
Good Morning, I'm working on an ASP.NET 3.5 webforms application and have written the
Retrofitting ASP.NET WebForms themes to an old application I have a need to theme
I'm just wondering, if I have an ASP.net Web Application, either WebForms or MVC,
I have a ASP.NET Web Forms application and I'm using some dynamic controls in

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.