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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T08:44:30+00:00 2026-05-29T08:44:30+00:00

Visual Studio 2008/2010/ASP.NET: How to speed up the delay after rebuilding the solution? I

  • 0

Visual Studio 2008/2010/ASP.NET:

How to speed up the delay after rebuilding the solution?

I like to detach my debugger while testing my changes or debugging issues that can be pinpointed by a simple strack trace.

After I fix a bug, I build the solution and then refresh the page.

There’s that initial lag time that occurs after the rebuild before the web page displays.

After that, it’s as fast as it should be. I heard that the application is loading up all the new DLLs during this time.

Is there any way to reduce the amount of this lag?

  • 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-29T08:44:31+00:00Added an answer on May 29, 2026 at 8:44 am

    You can set the optimizeCompilations to true, and batch to false

    <compilation batch="false" optimizeCompilations="true" ... >
    

    batch=false says to asp.net to build if necessary only the page that you call. We set batch to true, only on release live site to so the asp.net compiles many pages at ones, and you may have a big delay but only ones…

    The optimizeCompilations=true says that each page is not check for libraries updates each time its runs. This have a minor issue – if you change a global static function for example that is called from 4 pages, this 4 pages did not know that this function change, so you need to just open them and saved them, to force compiler to re-compile them. Or else they throw error because they did not check if something change – you must know that and updates them to force the re-compile.

    reference : CompilationSection Class

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

Sidebar

Related Questions

While developing and ASP.NET application in C# or VB using Visual Studio 2005/2008/2010 (Not
I had a macro ( http://weblogs.asp.net/koenv/archive/2008/02/14/quick-attach-and-detach-debugger.aspx ) in Visual Studio 2008 that attaches the
Can Report Viewer 2010 control be used in Visual studio 2008 (ASP.NET apps) without
Visual Studio 2010, C#, ASP.NET & SQL Server 2008 are my main development tools,
I am converting a large solution from Visual Studio 2008 to Visual Studio 2010.
I work in asp.net 3.5 and visual studio 2008. Do I need to switch
I use C# and asp.net in visual studio 2008 standard. I just found out
The ASP.NET MVC 2 preview 2 was first released for Visual Studio 2008 only.
I have developed an ASP.NET application on Visual studio 2010, which takes user details(
I converted my visual studio solution from 2008 to 2010. A project has a

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.