What's the best way to minify the ASP.NET generated Javascript, such as the ones served by webresource.axd, in ASP.NET 3.5 at runtime? I tried using the MbCompression module but it's not working with those resources.
What's the best way to minify the ASP.NET generated Javascript?
5k Views Asked by craigmoliver At
2
There are 2 best solutions below
0
Quintin Robinson
On
Have you taken a look at the Ajax Minifier described in this blog post by ScottGu?
It might be just what you are looking for.
Related Questions in JAVASCRIPT
- Using Puppeteer to scrape a public API only when the data changes
- inline SVG text (js)
- An array of images and a for loop display the buttons. How to assign each button to open its own block by name?
- Storing the preferred font-size in localStorage
- Simple movie API request not showing up in the console log
- Authenticate Flask rest API
- Deploying sveltekit app with gunjs on vercel throws cannot find module './lib/text-encoding'
- How to request administrator rights?
- mp4 embedded videos within github pages website not loading
- Scrimba tutorial was working, suddenly stopped even trying the default
- In Datatables, start value resets to 0, when column sorting
- How do I link two models in mongoose?
- parameter values only being sent to certain columns in google sheet?
- Run main several times of wasm in browser
- Variable inside a Variable, not updating
Related Questions in OPTIMIZATION
- Optimize LCP ReactJs
- Efficiently processing many small elements of a collection concurrently in Java
- How to convert the size of the HTML document from 68 Kb to the average of 33 Kb?
- Optimizing Memory-Bound Loop with Indirect Prefetching
- Google or-tools soft constraint issue
- How to find function G(x), and make for every x, G(x) always returns fixed point for another function F(G(x))
- Trying to sort a set of words with the information theory to solve Worlde in Python but my program is way to slow
- Do conditional checks cause bottlenecks in Javascript?
- Hourly and annual optimization problem over matrix
- Sending asynchronous requests without a pre-defined task list
- DBT - Using SELECT * in the staging layer
- Using `static` on a AVX2 counter function increases performance ~10x in MT environment without any change in Compiler optimizations
- Is this a GCC optimiser bug or a feature?
- Performance difference between two JavaScript code snippets for comparing arrays of strings
- Distribute a list of positive numbers into a desired number of sets, aiming to have sums as close as possible between them
Related Questions in ASP.NET-3.5
- Issues converting ASPX Web app from .net 3.5 to 4.8.1
- the program does not work when the button is pressed asp.net Web Form 3.5
- Could not load file or assembly 'Interop.Office, Version=2.1.0.0,'
- ASP.NET: Response.Redirect() with root-relative URL (tilde, ~) repeats subfolder in path (after migrating from target framework 3.5 to 4.5)
- How to store generic list in viewstate
- How find all the items of a list which are not in a generic list with multiple condition
- how can i achieve this excel format in asp.net c# 3.5
- connection string from c# to msql
- ASP.NET 3.5 Web Translation - Alternatives to language resource files
- How to select the sub-items of a row item selected in GridView by using JavaScript or Jquery?
- Prompt in opening pdf in internet explorer
- Can we set the default attribute value globally of a ScriptManager control in an asp.net 3.5 website?
- Error: unable to reflect System.web.configuration.machinekeySection with local iis
- ASP.Net 3.5 WebMethod called using jQuery AJAX throws Unauthroized 401 error
- How to setup “application/ld+json” Schema.org meta data in ASP.NET 3.5 dynamically using C#
Related Questions in MINIFY
- flutter web: how to obfuscate/minify the js code (in addition to the dart code)
- How to remove licence comment in JS for development with Vite?
- Do webpack 5 have a compression plugin which compress css file without validating css rules?
- R8 -printusage not worked
- Webpack and Babel for bundling React components, using "externals" tag
- How to minify html files in folders and subfolders using gulp?
- W3 Total Cache JavaScript minify WordPress website issue
- Gson.toJson() ignores @SerializedName for release build with minify option enabled
- Is it possible to minify a project with Vue3, typescript in composition api and vitejs?
- Minified FirebaseFirestore datatypes (Map, List, etc.) in release mode (Flutter Web)
- How to minify my files before deploying them to the server
- How to minify node.js typescript backend project?
- Apache Nifi 2.x - org.eclipse.jetty.http.BadMessageException: 400: Invalid SNI
- Reading all variables and other details in .mjs (module type javascript file) using Node.js
- After Publish in Vue js app , i can open the component (.vue) from browser and see all files and app structure , how can i hide those files
Related Questions in WEBRESOURCE.AXD
- Unable to access ReportViewerWebControl.axd related http call at the server side in http module in ASP.NET
- how to disable webresource.axd in asp.net application
- Uncuaght SyntaxError: Unexpected token '<': WebResource.axd?, ScriptResource.axd, ASP.NET Ajax client-side framework failed to load
- WebResource.axd not found error on azure appservice
- Custom ASP Control Library - CSS Webresources not working
- How we can close webresource.axd and scriptresource.axd vulnerability in asp.net.?
- Expected parameter formats for WebResource.axd and ScriptResource.axd to detect hacking?
- Been getting WebResource.axd 404 errors and have ran out of options
- Getting error Menu_HoverStatic is null or undefined, not a function object, while using asp.net SiteMap control for menu items
- Blogengine.net handler section not working with IIS8
- IIS Redirect - axd files getting 500 Internal Server Error
- Exception: System.Web.HttpException (0x80004005): Web resource X.js was not found
- How do I resolve a 404 error with Telerik WebResource.axd file?
- Is it possible to use virtual path provider with DotNetNuke?
- Telerik UI interfering with its own styles
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
If you want to minify the ASP.NET AJAX JavaScript, ensure that you've updated the compilation section of your web.config to turn off Debug mode:
This will ensure that the ScriptResource files are minified, however unless you've supplied minified versions of your JS files, these won't be touched.