How to make WordPress ignore GET parameters when caching pages?
For WP Super Cache, it’s not well documented, but there appear to be two ways to accomplish this. Ignore ALL $_GET parameters: Under Wp Super Cache Settings > Advanced, there is a checkbox labeled “Don’t cache pages with GET parameters. (?x=y at the end of a url)”. This would mean that any URL would be … Read more