mwrock / RequestReduce

Instantly makes your .net website faster by reducing the number and size of requests with almost no effort.
www.requestreduce.org
Apache License 2.0
228 stars 49 forks source link

jpeg/jpg files are not added to sprite #227

Open brondavies opened 11 years ago

brondavies commented 11 years ago

I am planning to just convert these to png but I don't always have that option if someone else is providing the skin. I could not find any reason why this would be. Here are the options I have aside from a basically vanilla implementation. I don't have any other "optimizers" running that would change the caching headers. PNG files in the same folders with the jpg files are working correctly.

RequestReduce spriteVirtualPath="~/_Content" spriteSizeLimit="250000" authorizedUserList="admin" ipFilterList="redacted" imageOptimizationCompressionLevel="5" spriteColorLimit="16000"