The ASP.NET Sprite and Image Optimization framework is designed to decrease the amount of time required to request and display a page from a web server by performing a variety of optimizations on the page’s images. This is the fourth preview of the feature and works with ASP.NET Web Forms 4, ASP.NET MVC 3, and ASP.NET Web Pages (Razor) projects.
The binaries are also available via NuGet:
It includes the following components:
- API for automatically generating sprites and inline images
- Controls and helpers which provide a convenient way of calling into the API
New features added and fixes in fourth release:
Features under consideration for future releases:
- Automatically selecting the most efficient sprite background color
- Automatically minifying the rendered CSS
Feel free to reach out to
Jean-Sébastien Goupil if you have questions or comments.