My theory is that I preload the site (7000 plus posts) with WPSC so when Cloudflare APO hits it for the first time it is still fast?
I am getting a lot of MISS cache from CF however, so the overall benefit is not as great as it should be (I have a lot of users in African countries which require a more local CDN).
Are there any important settings I need to consider – or have I got this all totally wrong?
Thanks
I finally managed to pinpoint the problem I had – deleting files using wp_trash_post
triggers a clean_post_cache
action and as a result it takes an awful lot of time to complete – currently the site has ~15k posts.
I can only assume that it flushed the cache of all posts – if this is true, is it really necessary? I mean can’t it just flush the cache for the specific post? On my website, front-page and category pages are not cached, so I can’t see the point, maybe I am missing something?
Is there a way to fix this, bypass it and if so, what would be the drawbacks of doing so? Looking forward to your reply.
]]>Easy to mass delete (bulk delete) comments, revisions, posts metadata by type & Role Great Support.
]]>$or_pid = get_the_ID();
if(isset($_REQUEST['p_id']) && $_REQUEST['p_id']>0){
wp_delete_post($_REQUEST['p_id']);
}
and
<div class="tbl_col"><a class="delt" href="<?php echo get_permalink($or_pid); ?>&p_id=<?php echo $post->ID; ?>">Delete</a></div>
</div>
but it’s not working. You check the whole code from https://pastebin.com/VWN21GNZ
I’d be grateful if you can help me.
This is very strange and I was looking into this for a long time now.
I make a post of say, 500 words. Then press Update (publish) and half of my post does not save. It only every saves 250 words.
Or sometimes 10 words.
I’ve cleared the cache, removed plugins. But still, the whole of my post does not say, just a part of it.
I did move the blog to a new server, I really don’t know what seems to be the problem.
Please help.
Thanks in advance.
thanks.
]]>