How can I minimise the resources used by pageVault?
• Exclude content-types and URL’s which are of no interest. By default, pageVault will process every response. However, by using the PageVaultAcceptContentType, PageVaultRejectContentType, PageVaultAcceptURL, PageVaultRejectURL, PageVaultAcceptURLAndQuery and PageVaultRejectURLAndQuery directives you can “short-circuit” pageVault processing by removing it from the web server’s processing loop at a very early stage in processing, effectively eliminating pageVault overhead in processing these requests. Content-type accept/rejects are the most efficient because the machine instruction length to compare the targetted content-type with the response’s content-type is very short. When using accept/rejects based on URLs and URLs and query strings, follow these guidelines for efficiency: • use the starting or ending options in preference to the regexp option • use the exactCase option in preference to the anyCase option • when using the regexp option, make the regular expression as simple and f