Notifications
Clear all

[Solved] WPDiscuz 7-30 second delay

7 Posts
2 Users
0 Likes
1,963 Views
(@scottott)
Eminent Member
Joined: 5 years ago
Posts: 24
Topic starter  

WPDiscuz is much slower than native WP comments...taking 7 to 30 seconds to post a comment. Plus, the button does not react when pressed. There's no way for user to tell his click registered. What must I do to make this work correctly? Whtahosting specks are required? What settings? What caching works with it? Help.


   
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5869
 

Hi @scottott,

Could you please leave your website URL to allow us to check it? 


   
(@scottott)
Eminent Member
Joined: 5 years ago
Posts: 24
Topic starter  

After further troubleshooting, including deactivating WPDiscuz and using native comments, I discovered the delay was likely caused by a caching plugin called Breeze. Deleting that (and moving the site to WPEngine.com) seems to have obliterated the issue. Thank you, @Astghik

Scott


   
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5869
 

Hi Scott,

Thank you for letting us know. Glad to hear that the issue is solved. 


   
(@scottott)
Eminent Member
Joined: 5 years ago
Posts: 24
Topic starter  

I forgot to mention that the button to post comments doesn't give any feedback onClick. How can I provide a visual cue (color change, for example) so the user knows he has actually clicked the button?


   
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5869
 

@scottott,

You can use CSS for this porpose. Add some CSS code like the following one in Dashboard > Comments > Setting > "Custom CSS code" textarea:

input.wc_comm_submit:not(.wc_not_clicked) {
background: #00B38F !important;
/* or */
/*display:none !important; */
}

   
(@scottott)
Eminent Member
Joined: 5 years ago
Posts: 24
Topic starter  

Perfect. Thank you.


   
Share:
Scroll to top