RequestReduce 1.7.103

There is a newer version of this package available.
See the version list below for details.
dotnet add package RequestReduce --version 1.7.103
NuGet\Install-Package RequestReduce -Version 1.7.103
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.7.103" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RequestReduce --version 1.7.103
#r "nuget: RequestReduce, 1.7.103"
#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.
// Install RequestReduce as a Cake Addin
#addin nuget:?package=RequestReduce&version=1.7.103

// Install RequestReduce as a Cake Tool
#tool nuget:?package=RequestReduce&version=1.7.103

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 81,443 7/30/2012
1.8.73 3,554 6/27/2012
1.8.71 1,980 6/27/2012
1.8.67 2,251 6/15/2012
1.8.63 2,074 6/12/2012
1.8.49 2,119 6/5/2012
1.8.47 1,992 6/5/2012
1.8.32 3,141 4/30/2012
1.8.30 1,933 4/29/2012
1.8.13 3,017 3/13/2012
1.8.8 2,141 3/12/2012
1.8.3 2,163 3/12/2012
1.8.1 2,007 3/12/2012
1.7.108 2,584 2/17/2012
1.7.107 1,947 2/17/2012
1.7.105 2,167 2/15/2012
1.7.103 2,097 2/14/2012
1.7.100 2,058 2/13/2012
1.7.94 2,079 2/11/2012
1.7.64 2,192 2/6/2012
1.7.61 2,098 2/5/2012
1.7.49 2,185 1/30/2012
1.7.29 2,136 1/17/2012
1.7.26 2,134 1/15/2012
1.7.15 2,114 1/13/2012
1.7.7 2,137 1/12/2012
1.7.5 2,022 1/12/2012
1.7.0 2,186 1/9/2012
1.6.64 2,148 1/8/2012
1.6.58 2,134 1/6/2012
1.6.56 2,043 1/5/2012
1.6.54 2,262 12/31/2011
1.6.52 2,241 12/29/2011
1.6.49 2,143 12/29/2011
1.6.38 2,159 12/21/2011
1.6.24 2,288 12/17/2011
1.6.19 2,222 12/14/2011
1.6.12 2,043 12/13/2011
1.6.9 2,147 12/12/2011
1.6.5 1,824 12/9/2011
1.6.3 2,083 12/9/2011
1.6.1 2,070 12/9/2011
1.5.39 1,853 12/4/2011
1.5.34 1,864 11/28/2011
1.5.1 1,860 11/11/2011
1.5.0 1,856 11/11/2011
1.4.13 1,893 11/6/2011
1.4.11 1,918 11/5/2011
1.4.8 1,927 11/4/2011
1.4.2 1,915 11/4/2011
1.3.3 3,403 10/26/2011
1.2.15 1,476 10/20/2011
1.2.13 1,645 10/20/2011
1.2.11 1,525 10/17/2011
1.2.9 1,537 10/16/2011
1.2.2 1,607 10/15/2011
1.1.22 1,560 10/14/2011
1.1.0 1,635 10/15/2011
0.9.237 1,585 9/28/2011
0.9.235 1,536 9/24/2011
0.9.233 1,513 9/21/2011
0.9.227 1,542 9/20/2011
0.9.224 1,569 9/19/2011
0.9.221 1,540 9/17/2011
0.9.220 1,545 9/16/2011
0.9.219 1,529 9/16/2011
0.9.210 1,620 9/4/2011

* Fix some casing scenarios to be turkish friendly
     * fix import expansion when using CSSFilters
     * ignore external scripts containing inline script
     * fix casing edge case injecting sprite in preexisting 2 class sprite with mixed case selectors
     * fix nuget install/uninstall for web site projects with http endpoints
     * dramatically improve processing perf in some environments where call to getsystemproxy incurs high latency
     * enable filtering css @imports via API
     * fix minification issues with Prototype.js
     * hide connection string passwords from dashboard
     * add ipfilter and proxylist for authorizing dashboard users via ip when not using login authentication
     * fix issue with CSS being injected incorrectly when comments are before scripts
     * Fixed parsing issues with comments in between scripts or css links
     * Fixed issue where embeded scripts in inline scripts were being transformed
     * Fixed possible duplicate key error in retrieving saved reductions from local disk
     * eliminate extra line feeds left over from removed scripts and css links
     * fixed issue when using google font api
     * Fix Maped physical path in nested Applications
     * Strip query string from generated urls sent from browser
     * Ignore commented scripts
     * do not inject generated styles into commented section of head
     * Do not swap external host with content host
     * fix .net 3.5 in medium trust
     * fix parsing error on padding and bg position in pre minimized css not ending in a semicolon
     * support percentage and positive pixel background-positions
     * default one background position axis to centerif the other is set
     * adjust quantization settings for better and less grainy quality
     * upgrade to ajax minifier 4.44 to fix js error with google prettify
     * fix bug not including child selector as delimitor in css inheritance evaluation
     * fix bug that throws off sprite offsets when there are duplicate sprites
     * Add Exception information failed failed processing events in the dashboard
     * Extend API for overriding URLs generated for CSS embedded URLs
     * ignore data URIs when absolutizing URLs
     * Process Existing Sprites that have image and position in separate selectors
     * Improve performance of Sprite Generation
     * Support Windows authentication when processing resources
     * Do not generate 0 byte script when processing a script solely composed of comments