You can turn off PB caching and compression completely by adding an excludePath like this:
< path pattern=".*" excludeFrom="CompressionAndCaching" />
You should not need to take that drastic of a measure though. Try adding the DesktopModules folder to the main list of Excludes
path pattern="(DesktopModules|LinkClick|SiteMap|/admin/|/host/|\.ashx|rss|install|thumb|cart|\.asmx" excludeFrom="All"
You could also just use the specific Module's folder:
path pattern="(MyTreeModule|LinkClick|SiteMap|/admin/|/host/|\.ashx|rss|install|thumb|cart|\.asmx|" excludeFrom="All" |