Social Extensions Integration

Jomsocial frontpage is very slow

More
11 years 11 months ago #11 by Antonio Durán
Replied by Antonio Durán on topic Jomsocial frontpage is very slow
I am sorry, we we only do work on someone else server on a contract basis.
If you are interested, please write to development@joomdle.com

Please Log in or Create an account to join the conversation.

More
11 years 11 months ago #12 by Arasp
Replied by Arasp on topic Jomsocial frontpage is very slow
Hi again,

yes, I understand, after days of working with Jomsocial support this is what they say:

Hi Arasp,

the problem I found only caused by User hooks - Joomdle. some thing wrong with their code.
- member counter already disabled at joomsocial member module.
- ant the query for displaying member avatar at that module already using limit = 10

so basically not load all users any more. but plugin: User hooks - Joomdle still make speed problem.

nothing can do with member module jomsocial code. the code must change at User hooks - Joomdle it self. because their code will cause problem with jomsocial member module.

Regards,
Albert


So do you think this problem can be solved in the future release of Joomdle?

Please Log in or Create an account to join the conversation.

More
11 years 11 months ago #13 by Antonio Durán
Replied by Antonio Durán on topic Jomsocial frontpage is very slow
Hi.

What version of Jomsocial are you using? I don't seem to have the problem in mine.

Please Log in or Create an account to join the conversation.

More
11 years 11 months ago #14 by Arasp
Replied by Arasp on topic Jomsocial frontpage is very slow
The version of jomsocial is 3.2.0.5
They also say they have no problem with Jomsocial. :(

Please Log in or Create an account to join the conversation.

More
11 years 11 months ago #15 by Antonio Durán
Replied by Antonio Durán on topic Jomsocial frontpage is very slow
Ok, you can send me access info to antonio@joomdle.com I will try to take a look, to see if we can find the root of the problem
I'll need joomla admin access, and cpanel/ssh or similar.

Please Log in or Create an account to join the conversation.

More
11 years 7 months ago #16 by David Laverick
Replied by David Laverick on topic Jomsocial frontpage is very slow
Hi Antonio,

Did you find a solution to this problem? We just went live with our site and the page load is painful at around 15 seconds.

We are on:

Joomdle 0.95
Joomla 3.3.3
Moodle 2.7
Jomsocial 3.2.1.3

All was OK until we added more users and they aren't really using it yet, no more than 3 connected at a time.

Any advice would be welcomed.

Thanks

Dave

Please Log in or Create an account to join the conversation.

More
11 years 7 months ago #17 by Antonio Durán
Replied by Antonio Durán on topic Jomsocial frontpage is very slow
Hi David.

Please send Jomsocial package to antonio@joomdle.com and I will install it locally and try to investigate the problem, to see if we can find a decent solution.

Please Log in or Create an account to join the conversation.

More
11 years 7 months ago #18 by Otávio Melo
Replied by Otávio Melo on topic Jomsocial frontpage is very slow
JOOMLA/components/com_community/libraries/user.php

find
Code:
if ($this->_params->get('update_cache_list', 0) == 0) {
change to
Code:
if ($this->_params->get('update_cache_list', 1) == 0) {

Please Log in or Create an account to join the conversation.

More
11 years 7 months ago #19 by David Laverick
Replied by David Laverick on topic Jomsocial frontpage is very slow
Hey Otavio that worked!! Thanks a lot for the tip.

Please Log in or Create an account to join the conversation.