• I have comments feed on my site:
    example.com/comments/feed

    I have 3 rules in CF:
    /*.php* Bypass cache
    /*wp-admin* Bypass cache
    /* Custom caching: Cache everything – Edge cache expire TTL: 1 week, Browser cache expire TTL: 30 minutes

    In Supersonic options:
    For comments:
    Purge: Post, Home page
    additional pages: /comments/feed*

    After I add new comment in my post, i see it after 30 minutes (Browser cache expire TTL), but comments feed no refreshing – no new comments. In header of example.com/comments/feed/

    304 Not Modified
    CF-Cache-Status:"HIT"
    CF-RAY:"234cceb5924602d9-AMS"
    Cache-Control:"public, max-age=1800"
    Connection:"keep-alive"
    Date:"Tue, 13 Oct 2015 17:36:34 GMT"
    Etag:""ca790eb4de832f55ddf6e9903092e662""
    Expires:"Tue, 13 Oct 2015 18:06:34 GMT"
    Last-Modified:"Tue, 13 Oct 2015 08:53:33 GMT"
    Server:"cloudflare-nginx"
    Vary:"Accept-Encoding"
    X-Powered-By:"PHP/5.2.17"
    X-WPSS-Powered-By:"WP SuperSonic"

    How to refresh comments feed?

    https://wordpress.org/plugins/supersonic/

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

The topic ‘Comments feed dont update after adding new comment’ is closed to new replies.