• Resolved theukdirectory

    (@theukdirectory)


    I get a load of traffic from Facebook and they have started adding the fbclid query string at the end of the url. So I’m getting a lot of users hitting uncached pages.

    I notice that you can exclude query strings from generating a new one but I’m hopeless with regex.

    Can someone help me with the regex is need to exclude the fbclid and utm tags please.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Anonymous User 16850768

    (@anonymized-16850768)

    Excluding the fbclid parameter from the Cache Enabler cache is done by default as most query strings will bypass the CDN cache.

    To confirm, are you wanting to exclude or include pages with the fbclid parameter?

    if the goal is to allow CE to cache pages when fbclid is passed, you can try with /^fbclid|utm_(source|medium|campaign|term|content)$/

    • This reply was modified 6 years, 5 months ago by Optimizing Matters. Reason: with slashes

    Hello,
    I’m having problems with the cached pages getting removed and regenerated occasionally during bots/probe visits possible running url queries with some of the WP framework or APIs commands for clearing/refreshing cache. Can you advise?
    @optimizing Matters please visit here cache files incomplete regenerated

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Fbclid’ is closed to new replies.