• Resolved 3dmodelfree

    (@3dmodelfree)


    hi dear developers,
    I am very thankful for great plugins

    (1) while preloading still working, what if we clear local cache manually by FTP? (/wp-content/wp-cloudflare-super-page-cache/www.my-site.com//fallback_cache/)
    Are those pages still reachable through cloudflare cache system?

    (2) is there a possibility to purge a certain webpage cache through this plugins?

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

    (@isaumya)

    Hi @3dmodelfree,

    (1) while preloading still working, what if we clear local cache manually by FTP? (/wp-content/wp-cloudflare-super-page-cache/www.my-site.com//fallback_cache/)
    Are those pages still reachable through cloudflare cache system?

    – This is something you should never ever do. And no the cache doesn’t get recreated. If you need to clear the cache you should use the option given inside the plugin settings page. As when you use the Purge Cache buttons given inside the plugin settings it clears your local cache and also informs the plugin that the local cache has been cleared. (Screenshot: https://i.imgur.com/NPDK8IY.png)

    Alternatively when you delete the fallback cache files manually using FTP or something the plugin doesn’t know about it and it thinks that the fallback cache file still exists in the system.

    At this point, if someone visits the page, the plugin will try to find the fallback cache file and won’t find it which will lead to the server generating the page from scratch and then Cloudflare will receive it and cache it.

    If you want to go with this approach then it’s better to disable the Fallback Cache system altogether as otherwise, it doesn’t make any sense.

    (2) is there a possibility to purge a certain webpage cache through this plugins?

    – Of course. Inside your admin area when you open any existing page/post/cpt at the top you will see an option Purge CF Cache. Now when you hover on it you will see 2 options:

    • Purge whole Cloudflare cache
    • Purge only current page cache

    So, if you select Purge only current page cache, it will only purge cache for that page. Screenshot: https://i.imgur.com/8PQUByx.png

    Thread Starter 3dmodelfree

    (@3dmodelfree)

    Would you please tell me about fallback cache and cloudflare cache?
    I thought, when fallback cache created a file from a webpage, this file is served and created in cloudflare’s cache also, so as somebody request this page, it loads from the nearest cloudflare’s server in the worldwide.

    Plugin Contributor iSaumya

    (@isaumya)

    Hi @3dmodelfree,
    You should definitely look at the FAQ tab inside the plugin settings, all these questions are already answered there. Screenshot: https://i.imgur.com/DxT4pZU.png

    Here is a quote:

    Fallback Cache is an option to generate static HTML version of the webpages inside your site. This is a great option and can increase your site speed dramatically. The way Cloudflare works is that it will only cache a page to it’s global CDN network if it has received any request for those pages. So, if you don’t have fallback cache, for the first few requests, your server will be executing the pages and sending the HTML to the user, which increases slowness and latency.

    Our fallback cache system follows the same standard that Cloudflare follows when it caches a page to it’s CDN edge. This way we generate the HTML version of the webpage before an user has requested for that page. By doing this, when any user access the webpage for the first time, the page loads super fast as it is already loading a rendered HTML rather than waiting for the server to generate HTML and pass that to the users.

    Our fallback cache system works way better than any other disk cache system and plugins out there in the market. In short now you don’t need to install any other caching plugin in conjunction with WP Cloudflare Super Page Cache, as the plugin can now handle Cloudflare caching and disk caching.

    In short, if you have fallback cache enabled and you have just now purged the whole cache or something, when a page will receive it’s very first GET request the plugin will take the HTML of the page and follow the same guidelines as Cloudflare and create a fallback disk cache of that page. So for the second request the server don’t have to generate the page and instead the HTML page from the fallback disk cache will be provided to the user.

    By this time Cloudflare will supossetly cached that page into their system and from that point on it will be transferred from cloudflare edge cache. Again when the cache expires at cloudflare edge and a request comes the page will be shown from the fallback cache and then again cloudflare will cache it and the cycle continues.

    Please read the questions in the FAQ tab inside the plugin settings and you will have the answer to most of the common questions.

    Thread Starter 3dmodelfree

    (@3dmodelfree)

    Great! solved thoroughly.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘clearing webhost disk space’ is closed to new replies.