• Resolved Chaika88

    (@chaika88)


    Hi
    Do you have the PHP function that you can update the cache for every page?
    I have site where the attendance is 7000 – 10000 users everyday and more 2000 – 3000 users left the comments. They do not see the cache in my site.
    Can you modify this function so that after post comments cache has been updated only a single page and create PHP function which can update cache in one page.

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

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

    (@emrevona)

    This function works like that ??

    If a comment is accepted, the cache of the page is cleared.

    Thread Starter Chaika88

    (@chaika88)

    I understand you, but I don’t can call this function in my theme when I want do this.

    Can I call this function in PHP or can not call?

    Plugin Author Emre Vona

    (@emrevona)

    what kind of function do you wanna call?

    Thread Starter Chaika88

    (@chaika88)

    I want call the function to reload cache on one single page but I don’t know have such a function or not :((

    Plugin Author Emre Vona

    (@emrevona)

    ow ok now ? got it ?? there is no such function but we will add preload feature in 30-40 days.

    Thread Starter Chaika88

    (@chaika88)

    Thank you, this is very useful feature, when a lot of “post” and “get” queries on the site.

    Plugin Author Emre Vona

    (@emrevona)

    function create_cache($post_id){
    //to create cache for the post whose id is $post_id
    }

    do you want such function, right?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Clear cache in PHP and when comment_author_’ is closed to new replies.