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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T14:00:01+00:00 2026-06-12T14:00:01+00:00

I understand how to use asp.net’s new bundling and minification features. They are helpful

  • 0

I understand how to use asp.net’s new bundling and minification features. They are helpful during development.

Is there any benefit to using them in a production deployment though? Would the system perform better if you just placed the bundled/minified files on the web server? It seems that overall, less code would run if they were just static files.

Note: I understand the benefit of having js/css bundled and minified. I am only questioning the value of using an active runtime process to generate those files in a production system as opposed to simply storing them on disk and referencing them as static files.

  • 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-06-12T14:00:03+00:00Added an answer on June 12, 2026 at 2:00 pm

    Bundling and Minification is more useful in production than in development.
    It can significantly improve your first page hit download time.

    • Bundling reduces the number of individual HTTP requests to server by combining multiple CSS files and Javascript files into single CSS file and javascript file.

    • Minification reduces the file download size of CSS and javascript files by removing whitespace, comments and other unnecessary characters.

    Such small advantages are more pronounced in a production environment than in development. So it is better to go with Bundling and Minification in production.

    Specific to your question there is no palpable benefit in bundling/minification during runtime. This feature is there just to make the developer’s work easier. So it is even better to go with manually bundled/minified assets in production if you are sure about what you are doing.

    Update:
    According to MSDN there is a real benefit in bundling/minification during runtime

    Bundling and minification in ASP.NET 4.5 is performed at runtime, so that the process can identify the user agent (for example IE, Mozilla, etc.), and thus, improve the compression by targeting the user browser (for instance, removing stuff that is Mozilla specific when the request comes from IE).`

    The power of dynamic bundling is that you can include static JavaScript, as well as other files in languages that compiles into JavaScript.`

    For example, CoffeeScript is a programming language that compiles into JavaScript

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

Sidebar

Related Questions

Can any one help me in explaining the detailed and proper use of ASP.NET
OK, so I understand how to use the ASP.net GridView control's paging. You set
I'm new to ASP.NET (I'm a PHP developer) and I'm trying to understand how
I use ASP.NET MVC with C# for web development and I am curious about
I'm attempting to use the new partial page caching available in ASP.NET MVC 3.
I am new to java and learning interfaces. I did not understand the use
I have decided to use ASP.NET MVC to develop multi page (registration) forms in
I am planning to use MS Ajax Minifier with Asp.Net MVC 2.0 for handling
I'm working on a web site where the new pages are ASP.NET and the
I use asp.net 4 c# and ef4. I have this code, it should compile

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.