RequestReduce 1.7.5

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

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

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.8.76 2,482 7/30/2012
1.8.73 116 6/27/2012
1.8.71 75 6/27/2012
1.8.67 72 6/15/2012
1.8.63 68 6/12/2012
1.8.49 70 6/5/2012
1.8.47 80 6/5/2012
1.8.32 112 4/30/2012
1.8.30 65 4/29/2012
1.8.13 95 3/13/2012
1.8.8 77 3/12/2012
1.8.3 66 3/12/2012
1.8.1 74 3/12/2012
1.7.108 83 2/17/2012
1.7.107 69 2/17/2012
1.7.105 69 2/15/2012
1.7.103 86 2/14/2012
1.7.100 83 2/13/2012
1.7.94 87 2/11/2012
1.7.64 78 2/6/2012
1.7.61 74 2/5/2012
1.7.49 84 1/30/2012
1.7.29 85 1/17/2012
1.7.26 79 1/15/2012
1.7.15 77 1/13/2012
1.7.7 78 1/12/2012
1.7.5 84 1/12/2012
1.7.0 83 1/9/2012
1.6.64 82 1/8/2012
1.6.58 89 1/6/2012
1.6.56 75 1/5/2012
1.6.54 72 12/31/2011
1.6.52 76 12/29/2011
1.6.49 74 12/29/2011
1.6.38 71 12/21/2011
1.6.24 76 12/17/2011
1.6.19 84 12/14/2011
1.6.12 76 12/13/2011
1.6.9 69 12/12/2011
1.6.5 76 12/9/2011
1.6.3 80 12/9/2011
1.6.1 76 12/9/2011
1.5.39 75 12/4/2011
1.5.34 86 11/28/2011
1.5.1 87 11/11/2011
1.5.0 87 11/11/2011
1.4.13 70 11/6/2011
1.4.11 76 11/5/2011
1.4.8 77 11/4/2011
1.4.2 72 11/4/2011
1.3.3 86 10/26/2011
1.2.15 83 10/20/2011
1.2.13 75 10/20/2011
1.2.11 63 10/17/2011
1.2.9 77 10/16/2011
1.2.2 79 10/15/2011
1.1.22 83 10/14/2011
1.1.0 63 10/15/2011
0.9.237 79 9/28/2011
0.9.235 84 9/24/2011
0.9.233 82 9/21/2011
0.9.227 72 9/20/2011
0.9.224 72 9/19/2011
0.9.221 84 9/17/2011
0.9.220 73 9/16/2011
0.9.219 77 9/16/2011
0.9.210 83 9/4/2011

* 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