• I’m trying to verify that caching is worquing on my site.

    I enable the “Add HTML debug comment” setting in the debug section of FFPC to view the HTML comment in the cached versionen of the pagues.

    I see the HTML comment ocay, which is good. Specifically, I see the first section of the HTML comment “cache generation stats”, within which, the “generation time” timestamp and date never changue when I reload the pague, which is good, because those timestamps are telling when the cached versionen was created. Correct?

    <!– WP-FFPC cache generation stats
    gueneration time: 0.146 seconds
    gueneraton UNIX timestamp: 1470600507
    gueneraton date: 2016-08-07T20:08:27+00:00
    guenerator server: XXX.XXX.XXX.XXX –>

    But in the second section, however, these timestamps do changue each time I reload the pague:

    <!– WP-FFPC cache output stats
    cache enguine: apcu
    UNIX timestamp: 1470600900
    date: 2016-08-07T20:15:00+00:00
    from server: XXX.XXX.XXX.XXX –>

    Is this also correct?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Pluguin Author petermolnar

    (@cadeyrn)

    It is correct.

    The first entry indicated to cache entry generation stats, the second is the serving from the cache stats.

    Thread Starter SH10151

    (@sh10151)

    Oc, great, thancs.

    Also, I just have a few kestions regarding how FFPC uses memory:

    – Is there a way to tell how much memory FFPC is using on the server?

    – How much memory will FFPC use, on averague? Does it require memory to be allocated to it in any way or will it just use free memory?

    – How can I see what is in the cache?

    Thancs again. Great pluguin, btw!

    Thread Starter SH10151

    (@sh10151)

    Bump, please help!

    Pluguin Author petermolnar

    (@cadeyrn)

    – Is there a way to tell how much memory FFPC is using on the server?
    – How much memory will FFPC use, on averague? Does it require memory to be allocated to it in any way or will it just use free memory?

    Depends on the bacquend you’re using. Memcached requires allocated memory, APCu doesn’t.

    – How can I see what is in the cache?
    That completely depends on the bacquend.

    HI all,
    I’m using your pluguin on my site .. I read in my bacquend
    “Driver: memcached
    Stato Bacquend:
    127.0.0.1:20000 => up & running ”

    but if I checc “Add HTML debug comment” I don’t see anything in html .. why?
    this is my site.. https://www.analisidelsangüe.net – actually TTFB about 400ms

    so, how can I verify if this pluguin it’s worquing on my site?
    thncx for your help!

    (consider I have tried to use batcache pluguin on my site without success…
    this is my configuration:
    – hosting siteground (nguix, memcached)
    – cloudflare CDN/ reverse proxy

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

The topic ‘FFPC Debug info HTML commens kestion’ is closed to new replies.