How to ignore UTM/custom tracking parameters in URL’s?
-
Hi,
I’ve been using WP Fastest Cache for several years and appreciate its performance. However, I’ve noticed an issue with slower page loads when accessing pages through paid advertisements or Mailchimp newsletters, compared to direct or organic visits.
Upon investigation, I discovered that this slowdown is linked to the unique tracking parameters appended to URLs through platforms like Google Ads or Facebook ads.
For example, “https://www.webpage.com” might change to “https://www.webpage.com?tracking=1” for one user, and “https://www.webpage.com?tracking=2” for another, resulting in WP Fastest Cache generating a new cache for each unique URL, despite the actual page content remaining the same. This essentially negates the benefit of caching for users coming from paid ads, as they experience slower load times.
Could you guide me on how to configure WP Fastest Cache to ignore specific URL parameters and instead serve the cached version of the “base” URL?
Ideally, even when a URL like “https://www.webpage.com?tracking=1” is accessed, the cache for “https://www.webpage.com” should be used to speed up loading times, while still displaying the full URL with parameters in the address bar for analytics purposes.
Other caching plugins, such as WP Super Cache, offer a feature to ignore custom tracking parameters in their settings, enabling the cache to serve the base URL:
Best regards,
Emil
- The topic ‘How to ignore UTM/custom tracking parameters in URL’s?’ is closed to new replies.