Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Deleting Cache on Desktop working, but not on Mobile (Website Millions Visitors)

$
0
0

Replies: 0

Hi Hummingbird Support Team,

I’ve been using your plugin since beginning of my website, and I truly love it,

Before I’ve been Cleaning Cache (Full Cache via Clear Page Cache Button)
However now this time I can’t do it due to website having millions of visits,
Now I’d like to clear specific posts to avoid HIGH CPU Usage,

When I publish something or edit, the cache of posts clears on Desktop, but not on Mobile,

I’ve tried to add the following code (hoping it will fix my current situation):

function dothisfunction($post_id) {

do_action( ‘wphb_clear_page_cache’, $page_id );
}
add_action( ‘publish_post’, ‘dothisfunction’ );

Unfortunately that one didn’t work as well for mobile, only for Desktop,

I’ve done everything I can unfortunately Cache on (Mobile) /mobile folder is not deleting the Specific Post,

What would you suggest me?
I’d appreciate any response,

Thanks for your time,
Have a great day!


Viewing all articles
Browse latest Browse all 59525

Trending Articles