• Resolved maldboy

    (@maldboy)


    Hello, first of all thank you for this great plugin.

    I wanted to ask regarding woocommerce products pages.

    When we edit woo product title from Iphone to IphoneX what happens then? will the html cache clear automatically? so google can grab the new title?

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

    (@isaumya)

    Hi @maldboy,
    I really don’t understand your question. When you update the product title from WP Admin (no matter which device you are using) if the cache is enabled on your single product page then the plugin will automatically clear the cache for that product after the product update.

    Thread Starter maldboy

    (@maldboy)

    That answer clears the things, thanks.

    Is there any doc (tutorial) for this plugin regarding the best setup?

    Plugin Contributor iSaumya

    (@isaumya)

    Hi @maldboy,
    The default settings of the plugin have been created in a way that it is the best possible settings unless you have some complex WP customizations going on. You can definitely take a look at all the settings and read the notes below them to see what each one does, but in most cases, I really don’t think you need to do anything special.

    The hand few things you might enable (not enabled by default) are:
    1. Fallback Cache & Purge HTML pages only (under Cache Tab)
    2. Automatically purge the OPcache when Cloudflare cache is purged & Automatically purge the object cache when Cloudflare cache is purged under Advanced tab
    3. Auto prefetch URLs in viewport, Auto prefetch URLs on mouse hover and Keep settings on deactivation under Others tab

    Thread Starter maldboy

    (@maldboy)

    Fallback cache TTL should be 0 ?
    If you have time give an example for what is this.

    Plugin Contributor iSaumya

    (@isaumya)

    Yah it’s fine for almost all website. It simply means your fallback cache won’t expire unless you purge the cache. Keep it what it is add check your website.

    Thread Starter maldboy

    (@maldboy)

    Got coffee and read all faq page, i have 1 question regarding this one:

    QCan I change swcfpc with another one?
    AYes you can by adding the PHP constant SWCFPC_CACHE_BUSTER to your wp-config.php
    We just add SWCFPC_CACHE_BUSTER to wp-config.php ? then what?
    How i’ll add what i want

    When i’m logged in the url on front page is https://mysite.com/?swcfpc=1
    If i copy that url and paste to other browser or in private window (same browser) it shows the admin bar, is this normal?

    Plugin Contributor iSaumya

    (@isaumya)

    Hi @maldboy,
    the SWCFPC_CACHE_BUSTER is for changing the default cache buster which is swcfpc. If you add the following in your WP Config like define( 'SWCFPC_CACHE_BUSTER', 'something' ); then the cache buster URL for logged in users will be something like https://mysite.com/?something=1.

    But again, I really see no major reason to change this as the cache buster is only for logged in user to ensure they don’t see cached content.

    If i copy that url and paste to other browser or in private window (same browser) it shows the admin bar, is this normal?

    – Please share the exact URL so that we can open that here and test to understand your question better.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Woocommerce’ is closed to new replies.