• Love this plugin, but it won’t cache the homepage. It works great on every other page, but for some strange reason, it won’t load the homepage from cache, which is by far the most important page to pull from cache.

    I see the homepage in the /all/ cache folder and it has the HTML comment stamp at the bottom, but when loading the homepage, it isn’t using WP-Fastest-Cache.

    Any ideas? Any suggestions?

    Thanks!

    https://www.ads-software.com/plugins/wp-fastest-cache/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Emre Vona

    (@emrevona)

    I know this issue. it is about server. At the end of homepage url there is no /.
    I will solve it with PHP but I don’t want it. I wanna solve it with htaccess redirection.

    Thread Starter prometheangroup

    (@prometheangroup)

    Actually, now we’ve got a major bug… We’ve got the plugin configured to NOT show cached pages for logged in users, however, most of the time, it still shows the cached pages. This is a problem because it doesn’t show the user as logged in and this prevents them from commenting as their user account.

    So basically, it is showing caching pages almost all of the time, regardless of whether you are logged in or not. We need for the pages to dynamically load if the user is logged in.

    Is this a bug or is there something we can do to fix this immediately?

    URGENT.

    Thanks,

    Thread Starter prometheangroup

    (@prometheangroup)

    This is urgent enough that we can’t wait on you to publish a fix. Can you give us a hint as to how you are doing the conditional check on whether the user is logged in or not?

    Where does that occur in your plugin? (.htaccess, wp-load, etc.)?

    Any preliminary hints or clues would be greatly appreciated as we need this fixed ASAP and are willing to do a hack / patch ourselves in the mean time while you work on a larger fix.

    Thanks,

    [Moderator Note: No bumping. If it’s that urgent after waiting just 5 minutes, consider hiring someone instead.]

    Thread Starter prometheangroup

    (@prometheangroup)

    Okay, we traced the issue to residuals that needed cleaned up in the wp-content/cache folder. So we resolved the second problem of caching, even while logged in, by simply removing the plugin, wiping out the wp-content/cache folder’s contents, and re-installing the plugin.

    However, we STILL cannot get your plugin to load the cached version of the homepage.

    Any prograss, or… What are your ideas on how to fix this?

    Plugin Author Emre Vona

    (@emrevona)

    I am so sorry for my late answer. but I live in Turkey and we have time difference I guess…

    For logged-in user issue: There is no thing to do for doing this because in the .htaccess there is already rule like below.

    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$

    For Homepage Cache Problem: I worked about it a lot but I couldn’t solve it. I have this problem with my one site but I couldn’t solve it yet. And now I am working on other bugs and features so it may take times to solve this problem.

    Can you also add the feature where when a new post it made to a site the cache clears on its own? I’m using the plugin on my site https://www.celebritybabynames.co and love it.

    Plugin Author Emre Vona

    (@emrevona)

    Hi Global Reach, do you want a feature which delete the all cache when a new post is published?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Works great EXCEPT it won't cache the homepage???’ is closed to new replies.