We are using a site with a component that can load pages either by using shortcodes or by using query string parameters. For some things, it only uses shortcodes. We have managed to exclude any pages that this component generates from page caching when query string parameters are involved, but now need to ensure that pages with shortcodes in them also do not get cached via the page cache.
How can we configure W3 Total Cache to ignore and not page cache pages that contain specific plugin shortcodes?