RequestReduce 1.8.47

There is a newer version of this package available.
See the version list below for details.
dotnet add package RequestReduce --version 1.8.47
                    
NuGet\Install-Package RequestReduce -Version 1.8.47
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RequestReduce" Version="1.8.47" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RequestReduce" Version="1.8.47" />
                    
Directory.Packages.props
<PackageReference Include="RequestReduce" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add RequestReduce --version 1.8.47
                    
#r "nuget: RequestReduce, 1.8.47"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=RequestReduce&version=1.8.47
                    
Install RequestReduce as a Cake Addin
#tool nuget:?package=RequestReduce&version=1.8.47
                    
Install RequestReduce as a Cake Tool

RequestReduce allows any IIS based website to automaticaly sprite background images into a single optimized PNG as well as combine and minify CSS and Javascript with absolutely no coding beyond a few config tweaks. RequestReduce excercises common best practices when serving its javascript, css and sprited images ensuring that the appropriate caching headers are sent to the browser so that browsers will not need to pull down a new http response until absolutely necessary. Chances are you will see an immediate rise in your yslow and google page speed tests.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on RequestReduce:

Package Downloads
RequestReduce.SqlServer

RequestReduce.SqlServer is an add-on to RequestReduce allowing you to store your optimized CSS, JavaScript and sprited images in a SqlServer or SqlServer CE database.

RequestReduce.SassLessCoffee

RequestReduce.SassLessCoffee is an add-on to RequestReduce which compiles DotLess and Sass CSS as well as Coffee scripts to be included in the RequestDeuce sprite generation, minification and bundling processing. Simply reference your .less, .sass, .scss and .coffee files with those extensions and RequestReduce will compile them before performing its reductions.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.8.76 92,440 7/30/2012
1.8.73 3,930 6/27/2012
1.8.71 2,211 6/27/2012
1.8.67 2,467 6/15/2012
1.8.63 2,304 6/12/2012
1.8.49 2,331 6/5/2012
1.8.47 2,223 6/5/2012
1.8.32 3,516 4/30/2012
1.8.30 2,170 4/29/2012
1.8.13 3,251 3/13/2012
1.8.8 2,367 3/12/2012
1.8.3 2,404 3/12/2012
1.8.1 2,255 3/12/2012
1.7.108 2,851 2/17/2012
1.7.107 2,172 2/17/2012
1.7.105 2,402 2/15/2012
1.7.103 2,326 2/14/2012
1.7.100 2,279 2/13/2012
1.7.94 2,304 2/11/2012
1.7.64 2,433 2/6/2012
1.7.61 2,328 2/5/2012
1.7.49 2,416 1/30/2012
1.7.29 2,372 1/17/2012
1.7.26 2,368 1/15/2012
1.7.15 2,345 1/13/2012
1.7.7 2,383 1/12/2012
1.7.5 2,259 1/12/2012
1.7.0 2,421 1/9/2012
1.6.64 2,384 1/8/2012
1.6.58 2,366 1/6/2012
1.6.56 2,270 1/5/2012
1.6.54 2,513 12/31/2011
1.6.52 2,461 12/29/2011
1.6.49 2,378 12/29/2011
1.6.38 2,406 12/21/2011
1.6.24 2,529 12/17/2011
1.6.19 2,462 12/14/2011
1.6.12 2,273 12/13/2011
1.6.9 2,380 12/12/2011
1.6.5 2,044 12/9/2011
1.6.3 2,319 12/9/2011
1.6.1 2,301 12/9/2011
1.5.39 2,082 12/4/2011
1.5.34 2,091 11/28/2011
1.5.1 2,085 11/11/2011
1.5.0 2,081 11/11/2011
1.4.13 2,115 11/6/2011
1.4.11 2,148 11/5/2011
1.4.8 2,150 11/4/2011
1.4.2 2,136 11/4/2011
1.3.3 3,713 10/26/2011
1.2.15 1,689 10/20/2011
1.2.13 1,851 10/20/2011
1.2.11 1,731 10/17/2011
1.2.9 1,749 10/16/2011
1.2.2 1,815 10/15/2011
1.1.22 1,763 10/14/2011
1.1.0 1,846 10/15/2011
0.9.237 1,792 9/28/2011
0.9.235 1,750 9/24/2011
0.9.233 1,720 9/21/2011
0.9.227 1,754 9/20/2011
0.9.224 1,775 9/19/2011
0.9.221 1,755 9/17/2011
0.9.220 1,757 9/16/2011
0.9.219 1,734 9/16/2011
0.9.210 1,837 9/4/2011

* Fix mal construction of rewritten URLs
     * support a true Module Less install by manually attaching filter and remaping request to RR Handlers
     * Process xhtml
     * Upgrade to AjaxMin 4.53
     * Allow custom minifiers to inherit default Minifier
     * Added ignoreNearFutureJavascriptDisabled which turns off the exclusion of Javascript that has a max-age or expiration of less than a week
     * Background images with vertical offsets will have their offsets preserved if the containing selector has no explicit height.
     * Append all bundled javascript with a semicolon. Not just  ones ending in } or )
     * Do not inject contentHost in embedded resources in Externalk CSS that cant be sprited
     * Fix broken dashboard links
     * Add compatibility with Azure CDN
     * Add API Method to manually attach ResponseFilter in case application needs it to attach sooner
     * Make Dashboard work with IIS6