Jun 17, 2020 9:46 pm
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
Jun 18, 2020 12:52 pm
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");