Caching pages with different GET parameters separately
-
Good afternoon.
We’re running a website that uses Nelio’s A/B testing plugin, which works by adding GET parameters in javascript, and redirecting. It does this so the cache sees different experiments on the same page as different experiments.
Does WP Super Cache statically cache pages with GET parameters as separate pages, and serve them up with
.htaccess?I am aware of the option “do not cache pages with GET parameters”. This is not what we want; we want the pages with GET parameters to be cached statically, and served by Apache.
The topic ‘Caching pages with different GET parameters separately’ is closed to new replies.