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.

speed issue with members module

10 years 11 months ago
  • justin's Avatar
    Topic Author
  • justin
  • Offline
  • Fresh Boarder
  • Posts: 45
  • Thank you received: 0
Licenses:
JomSocial Active

following on from post: www.jomsocial.com/forum/installation/163...msocial-update#84373

When the members module is enabled, the page load time increases drastically.(since upgrading from JS 3.0 to JS 3.2)

When the members module is disabled, the page load time is normal.

I tried removing the lines of code recommended in the post mentioned above, but this did not solve the speed issue.

10 years 11 months ago
Licenses:

Hi Justin,

please provide me FTP access detail. by editing your first post and put it at Site Info form.

Regards,
Albert

10 years 11 months ago
  • justin's Avatar
    Topic Author
  • justin
  • Offline
  • Fresh Boarder
  • Posts: 45
  • Thank you received: 0
Licenses:
JomSocial Active

done :)

10 years 11 months ago
Licenses:

Hi Justin,

please increase your memory limit at your php.ini setting
I already did query optimizer for that module query

from
$query = 'SELECT * FROM ' . $db->quoteName('#__users') . ' '
                . ' WHERE ' . $db->quoteName('block') . '=' . $db->Quote(0) . ' '
                . $filterquery
                . ' ORDER BY ' . $db->quoteName('registerDate') . ' '
                . ' DESC LIMIT ' . $limit;

to

$query = 'SELECT id, username, name FROM ' . $db->quoteName('#__users') . ' '
                . ' WHERE ' . $db->quoteName('block') . '=' . $db->Quote(0) . ' '
                . $filterquery
                . ' ORDER BY ' . $db->quoteName('registerDate') . ' '
                . ' DESC LIMIT ' . $limit;

but doesn't help.

Regards,
Albert

10 years 11 months ago
  • justin's Avatar
    Topic Author
  • justin
  • Offline
  • Fresh Boarder
  • Posts: 45
  • Thank you received: 0
Licenses:
JomSocial Active

do you mean this php setting?

* memory_limit 512M *

I have a control panel that only lets me set a maximum of 512MB for memory in php, which it is already on.
Surely that should be sufficient?

10 years 11 months ago
Licenses:

Hi Justin,

I found the problem. please disable System - Chimp Your Joomla! Pro plugin. after that you can enabling the members module.

please let me know the result.

Regards,
Albert

10 years 11 months ago
Licenses:

Hi Justin,

We have not received any response back from you in over 7 days, and would like to know if you consider this issue to be resolved. If you have any further questions, simply reply to this post.

Regards,
Albert

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