• How could I keep and retrieve cache keys with only the urls and without appended querystring args?

    My scenario: there are many traffics coming from Google AdWords and they came with a ?gclid=CM2r2fXZhsECFSITwwodQXQAzQ kind of querystring with them and not hitting the cache. Which pull down site performances.

    My front-end site doesn’t serve different results based on visitor’s args because we already have friendly-urls.

    https://wordpress.org/plugins/wp-ffpc/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author petermolnar

    (@cadeyrn)

    Settings -> WP-FFPC -> Cache exceptions -> Dynamic requests

    remove the tick.

    Thread Starter toh2526

    (@toh2526)

    Settings -> WP-FFPC -> Cache exceptions -> Dynamic requests

    remove the tick.

    It does cache exact value for that request only.
    But Google AdWords always generate unique values for gclid args.
    So each visitor that came from AdWords (massive traffic when running some AD campaign) won’t hit the cache.

    I think for this case it might need some special setting to “collapse” some args that was meant to serve same content.

    Plugin Author petermolnar

    (@cadeyrn)

    Oh, I get it. Collapsing it not a bad idea, I’ll see what I can do.

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

The topic ‘Caching keys without querystring args?’ is closed to new replies.