Viewing 13 replies - 31 through 43 (of 43 total)
  • Plugin Author Emre Vona

    (@emrevona)

    if a cache of a page is cleared, the cache of tags, cat are cleared as well. and if the post appears on the homepage, the homepage cache is cleared as well.

    Mmm maybe there’s a misunderstanding here… I’m not sure my point is being understood, or maybe I’m not understanding you?. My english may not be the best (I’m a spanish native speaker).

    I’m not referring to categories or tags, that works good as always did. What I’m saying is related to cache of views in mapped domains. I’ll try with this example:

    Case 1: Drop cache for single page.

    1. I Have my main domain “mydomain.com”, which I use to host several landing pages. One of them is called “Page A” with URL “/aaa”. So when I go to “mydomain.com/aaa” I see that page (Page A).

    2. I have this multidomain plugin, which I use to map/connect “mydomain.com/aaa” with “aaa.com”. So when I go to “aaa.com” I see the contents of “mydomain.com/aaa”.

    3. Fastest cache: When I go to “mydomain.com/aaa” it creates a cached view in “wp-content/cache/mydomain.com/all/aaa/index.html”, so it serves this view, which is ok.

    4. Fastest cache: When I go to “aaa.com” it creates a cached view in “wp-content/cache/aaa.com/all/index.html”, so it serves this view, which is ok.

    5. I make a small change in “Page A”, so I want to drop the view cache for only this page (like saving, with the proper config in Fastest cache plugin, or just hiting the button to drop only cache for this single page, like the link you provided with tutorial).

    6. Fastest cache: it deletes the view in “wp-content/cache/mydomain.com/all/aaa/index.html”, so if I go to “mydomain.com/aaa” I see the applied change. This is ok. However, it doesn’t delete “wp-content/cache/aaa.com/all/index.html”, so if I go to “aaa.com” I’ll still seeing the old cached page, with the old contents.

    Case 2: Drop all cache

    1,2,3,4 => same as before

    5. I make a change in a theme feature or a component that require all views to be cleared. So I hit in the top bar button “empty all cache” (I have it in spanish so I don’t know the english name… I guess it is something like that).

    6. Fastest cache: it deletes all views in “wp-content/cache/mydomain.com/all/*/index.html” (all URLS, like “/aaa”, “/bbb”, “/xxx”…), so if I go to “mydomain.com/aaa” or “mydomain.com/bbb” I see the applied change. This is ok. However, it doesn’t delete “wp-content/cache/aaa.com/all/index.html”, so if I go to “aaa.com” I’ll still seeing the old cached page, with the old contents. Same if I have other mapped domains, like “bbb.com”. It only deletes all views in my current main domain “mydomain.com”.

    So my proposed solution is to delete all index.html (and wpfc-minified files) in all directories, not only in “mydomain.com”, when you hit “empty all cache”.

    The next step would be to clear cache for single pages (like deleting “/aaa” and “aaa.com” cached views when saving “Page A”).

    Thank you.

    In short, if you empty the cache, it only deletes the cache files from the main site, but not from the secondary sites, right? Thanks for the warning!

    @alberto3 Exactly!

    Plugin Author Emre Vona

    (@emrevona)

    @shamank , please contact me via email: https://www.wpfastestcache.com/contact-us/

    Hi there!

    Does the premium version of the plugin works already with the multisite?

    If so, is the licence per multisite (no matter of the number of the sites in it), or do I need to purchase a separate licence for each site on my multisite installation?

    Plugin Author Emre Vona

    (@emrevona)

    To create threads about the premium version on www.remarpro.com forum is forbidden so please contact us via email about the problem which is related to the premium version.

    https://www.wpfastestcache.com/contact-us/

    What I need to do for activate in multisite? I need to active for every single site?

    Thanks

    Plugin Author Emre Vona

    (@emrevona)

    you do not need to do anything to use wp fastest cache on the multi-site installation.

    Thanks @emrevona so I enable plugin only in first site?

    Plugin Author Emre Vona

    (@emrevona)

    yes

    I’ve tried but seems don’t work, work only in first website, other website don’t have cache.

    Plugin Author Emre Vona

    (@emrevona)

    as far as I know that you can set up on the main system and all the sites can use the plugin. but you may set up separately.

Viewing 13 replies - 31 through 43 (of 43 total)
  • The topic ‘Why This plugin does not work with Multisite’ is closed to new replies.