Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

After Upgrade Site Terribly Slow - Members Module

8 years 9 months ago
Licenses:
JomSocial Active

ISSUE SUMMARY:
After updating JomSocial my site went horribly slow and would have to disable Gavick news modules otherwise just a white screen on the front end. I eliminate the really slow site by disabling the JS Members module on the front page (was set to be limited to 12), but if you go to the JomSocial page on the site it is terribly slow to load the page, probably because of Members module again.

Point is, tracking down JomSocial modules everywhere that slow the site down is ridiculous, so I am wondering if there is some setting or something that I need to set now to be able to use JomSocial?

STEPS TO REPLICATE:
1
2
3
4
5
RESULT
EXPECTED RESULT
BROWSER

8 years 9 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Russell ,

Something wrong on our code we will check it asap.

thank you!

8 years 9 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Russell,

For fixing this,
1. open this file modules/mod_community_members/helper.php, find code "5000" change to "$limit", and then after this code :

unset($members[$key]);
                      continue;
add this code :
}else{
                     break;

2. open this file components/com_community/libraries/user.php, find this code :
if($this->getParams()->get('showOnlineStatus') === 0){
replace to :
$showOnlineStatus = $this->getParams()->get('showOnlineStatus');
         if($showOnlineStatus === 0 || $showOnlineStatus == null){

thank you!

8 years 9 months ago
Licenses:
JomSocial Active

Seemed to do the trick, thank you!

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW