• Resolved hridayaragam

    (@hridayaragam)


    how i can exclude token generated subdomain urls for single page cache
    cdn_hash=302968b535305d8a91cf42707b9f0980&cdn_creation_time=1651548110&cdn_ttl=86400&cdn_bw=10240&cdn_bw_fs=1000m&cdn_cv_CUSTOM=CUSTOM_PARAMETER
    it needs to be refresh each time

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor iSaumya

    (@isaumya)

    I don’t understand what you mean. When a page HTML gets cached, the whole HTML content of that page is cached. You can’t exclude certain part of it.

    Thread Starter hridayaragam

    (@hridayaragam)

    yes like
    this url https://dl.printerdrivers.com/hp/32/HP-Smart-Tank-7001/HP-Smart-Tank-7001-Full-Feature-Driver-for-Windows.exe?cdn_hash=e7e45c94999c02c4c40c4b649586b6aa&cdn_creation_time=1651683505&cdn_ttl=86400&cdn_bw=10240&cdn_bw_fs=1000m

    it is a protected url it needs to be refreshed on each page load but it is not working

    the url stays on that page as it is with out Super Page Cache for Cloudflare that page generate new url
    any option in Super Page Cache for Cloudflare to exclude caching of these type of links

    Plugin Contributor iSaumya

    (@isaumya)

    it is a protected url it needs to be refreshed on each page load but it is not working

    – If the URL needs to be refreshed on each page load then you cannot use page caching. As using page caching means when the server generates the page HTML for the first time request, the caching server/ CF CDN will cache that page HTML. So, from the second or third request onwards the response is being served by CF CDN server and not by your origin server. The request doesn’t even reach to your origin server. So, your origin server doesn’t get the chance to execute the PHP and regenerate the URL.

    If you have any pages that have dynamic contents like these, these pages should never be cached.

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

The topic ‘exclude sub domain urls’ is closed to new replies.