Hi Mariette, If the PageBlaster has compression set to "none" then the pages will be stored without compression, both in memory and on disk. Using compression in the module will actaully allow you to cach many more pages in the same memory & disk space. Adding the webinfo extension will not make a difference, as the application does not communicate directly with IIS. One thing you might notice if you are looking at the cached files without compression is that the page appears to be in a binary format. This is actually Base64 encoded bytes. When compression is on there will be much less of these bytes stored, but with it off, the page is still stored encoded so that it will not cause problems in the cached page which is an XML file and so that it can be delivered to the client through a byte stream. |