Notifications
Clear all

Why is my wpDisquz so slow?

18 Posts
3 Users
0 Reactions
4,637 Views
(@pszkodlarskiyahoo-com)
Member Customer
Joined: 7 years ago
Posts: 16
Topic starter  

Hello, I've been desperately trying to speed up wpDisquz, but it's running as fast as a turtle.

My site loading speed is ok (score of 85), but whenever I try to comment or like a comment, it just takes...FOREVER.

Can you take a look for me? I really don't understand what's going on.. Thanks.

https://tiko-traders.com/


   
Quote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 7 years ago
Posts: 6149
 

Hi Peter szkodlarski,

As far as I see you've done some customization (made changes in wpDiscuz files), therefore we cannot guess what's gone wrong.


   
ReplyQuote
(@pszkodlarskiyahoo-com)
Member Customer
Joined: 7 years ago
Posts: 16
Topic starter  

Hi there,

You are right, we made two small changes in the "class.WpdiscuzWalker" file under templates. One was for post date/time, the other was for display the date/time next to the author name.

Change 1:

} else {
$authorName = $comment->comment_author ? $comment->comment_author : $this->optionsSerialized->phrases['wc_anonymous'];
$authorAvatarField = $comment->comment_author_email;
$gravatarUserId = 0;
$gravatarUserEmail = $comment->comment_author_email;
$profileUrl = '';
$authorClass = 'wc-blog-guest';
$author_title = $this->optionsSerialized->phrases['wc_blog_role_guest'];
}

//change

$postedDate = ''; //katie
$dateFormat = $this->optionsSerialized->wordpressDateFormat;
$timeFormat = $this->optionsSerialized->wordpressTimeFormat;
$postedDate = get_comment_date($dateFormat . " @ " . $timeFormat, $comment->comment_ID);

//change

$replyText = $this->optionsSerialized->phrases['wc_reply_text'];
$shareText = $this->optionsSerialized->phrases['wc_share_text'];
if (isset($rootComment) && $rootComment->comment_approved != 1) {
$commentWrapperClass[] = 'wc-comment';
} else {
$commentWrapperClass[] = ($comment->comment_parent && $this->optionsSerialized->wordpressThreadComments) ? 'wc-comment wc-reply' : 'wc-comment';
}

Change 2:

$commentLink = get_comment_link($comment);
$output .= '<div id="comment-' . $comment->comment_ID . '" class="wc-comment-right ' . $commentContentClass . '" ' . $hideAvatarStyle . '>';
$output .= '<div class="wc-comment-header">';
$uNameClasses = apply_filters('wpdiscuz_username_classes', '');
$afterCommentAuthorName = apply_filters('wpdiscuz_after_comment_author', '', $comment, $user);
$output .= '<div class="wc-comment-author ' . $uNameClasses . '">' . $authorName . $afterCommentAuthorName . '<span class="wc-comment-date"><span class="slice">|</span>' . $postedDate . '</span></div>'; //change
$output .= '<div class="wc-comment-link">';
if ($isSticky) {
$output .= '<i class="fas fa-thumbtack wpd-sticky" aria-hidden="true" title="' . $this->optionsSerialized->phrases['wc_sticky_comment_icon_title'] . '"></i>';
}
 
I don't think these changes should affect the loading speed..... Any guesses?
 
Thanks,

   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 7 years ago
Posts: 6149
 

Hi  Peter szkodlarski,

Could you please provide us list of your plugins, also provide information about which of them is paid.

e.g.

  • wpDiscuz - free,
  • wpDiscuz Media Uploader - paid, etc.

   
ReplyQuote
(@pszkodlarskiyahoo-com)
Member Customer
Joined: 7 years ago
Posts: 16
Topic starter  

Hello, the circled ones are paid, others are free. Please see attached.

Screenshot 2018 4 23 Plugins ‹ Tiko Traders — WordPress

   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 7 years ago
Posts: 6149
 

Hi Peter szkodlarski,

Please deactivate all security plugins and test again, also please test without Jetpack plugin activation.

Install and activate Query Monitor plugin,  it will help you to show easily query vars for the current request.


   
ReplyQuote
(@pszkodlarskiyahoo-com)
Member Customer
Joined: 7 years ago
Posts: 16
Topic starter  

hi, we finally got a chance to try what you suggested, even tried deactive everything and reactive one by one.

i pin pointed down to the wpdiscuz plugin.. it's still what's costing us speed. anything else we can do?


   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 7 years ago
Posts: 6149
 

Hi Peter szkodlarski,

This information is not enough to allow us to debug and help you. We need dashboard admin access. If you don't want us to check the problem directly on your live website, you can clone your Website or install a fresh WordPress in some subDomain or in some subDirectory and send admin login details to support[at]gvectors.com email address..


   
ReplyQuote
(@pszkodlarskiyahoo-com)
Member Customer
Joined: 7 years ago
Posts: 16
Topic starter  

Sent, thanks


   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 7 years ago
Posts: 6149
 

Hi @pszkodlarskiyahoo-com,

Please clone your Website in some subDirectory (send admin login details to support[at]gvectors.com email address) as we need to do some actions and wouldn't like to do it on your live website.

Also, you can compress/zip current active theme and plugins, send to support[at]gvectors.com email address.


   
ReplyQuote
(@pszkodlarskiyahoo-com)
Member Customer
Joined: 7 years ago
Posts: 16
Topic starter  

hi, emailed. i sent you two emails, please disregard the first one, as it was not for a dev site. the second one contains dev site login info. thank you!


   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 7 years ago
Posts: 6149
 

Hi @pszkodlarskiyahoo-com,

Preliminary testing shows the problem with your hosting. To make sure, please compress/zip current active theme and all plugins, send to support[at]gvectors.com email address. We'll check it on our hosting. 

 


   
ReplyQuote
(@pszkodlarskiyahoo-com)
Member Customer
Joined: 7 years ago
Posts: 16
Topic starter  

hi, sent,

we use inmotionhosting, we have a few site built with them, no problems so far.... hopefully it's something else.

thanks.


   
ReplyQuote
(@pszkodlarskiyahoo-com)
Member Customer
Joined: 7 years ago
Posts: 16
Topic starter  

hello, any updates?


   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 7 years ago
Posts: 6149
 

Hi Peter szkodlarski,

We need some time to understand what's gone wrong, please wait. As you can test here, wpDiscuz has no such a problem. Our team works hard to find the problem.

 


   
ReplyQuote
(@pszkodlarskiyahoo-com)
Member Customer
Joined: 7 years ago
Posts: 16
Topic starter  

do you know how long it will take? just so we can relay back to client. thanks.


   
ReplyQuote
(@pszkodlarskiyahoo-com)
Member Customer
Joined: 7 years ago
Posts: 16
Topic starter  

mmm. if you guys don't have a solution either, can we get our money back for the disscuz media uploader? we love the plugin, but it's just way too slow 🙁 thanks.


   
ReplyQuote
 Tom
(@tomson)
Famed Member Admin
Joined: 10 years ago
Posts: 4213
 

I'm sorry but we couldn't fix the website specific issue. We've refund the addon payment today. You should already be notified by email. The funds will be back to your bank account very soon.


   
ReplyQuote
Share:
Scroll to top