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 48 forks source link

RequestReduce in Webfarm with Load Balancer and ssl #220

Closed georgeanicadu closed 12 years ago

georgeanicadu commented 12 years ago

Hi,

I have an application that is deployed on 6 servers in a web farm. These are load-balanced with a VIP/hostname. Since RR embeds the full url into background images,etc., I have set the contentHost property to the hostname. Everything works perfect, but now, when I need to test the application on each server individually using the IP, the pages are losing the styles and scripts as the links have the hostname references. Is there a way to skip RR processing based on some condition, like a querystring present in url, url starts with, etc.

Thanks, George

mwrock commented 12 years ago

Hi George,

There is. It is explained here: Add rrfilter=disabled into the query string.

georgeanicadu commented 12 years ago

Cool, works fine. Thanks.