Comments, replies, ...
 
Share:
Notifications
Clear all

[Solved] Comments, replies, and likes take super long to appear after recent update.

5 Posts
2 Users
1 Likes
610 Views
Posts: 31
Topic starter
(@chrisr)
Eminent Member
Joined: 4 years ago

Hello,

Like the title says, after the recent update, whenever I create a comment, reply to a comment or like a comment, the progress bar at the top right works for about 15 seconds before the action shows up. 

Just to clarify, the actions ARE taking place, and sticking, but they're taking long to show up. 

This wasn't an issue prior to the recent update.  When I did any of these actions, they showed up immediately.

Thank you,

-Chris

4 Replies
Asti
Posts: 7056
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

Hi @chrisr,

This issue comes from the post cache clearing function.  

It may be separated from meta-data or in other ways. Currently, we have only one solution for you. You can disable the post cache clearing function using this code:

add_filter("wpdiscuz_manage_post_cache_clearing", "__return_false");
3 Replies
(@chrisr)
Joined: 4 years ago

Eminent Member
Posts: 31

Hello @asti,

Thanks for getting back to me.  I post this in the Custom CSS Code area correct?

Thank you,

-Chris

Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7056

No @chrisr,

Please remove the code from the textarea. 

The code should be added to the active theme functions.php file. 

More information on how to insert custom code.

(@chrisr)
Joined: 4 years ago

Eminent Member
Posts: 31

@asti

Just added that code like you suggested and it worked!  Thank you so much!

-Chris

Share: