Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question More than 250 Queries by Recent Topic

More
12 years 10 months ago - 12 years 10 months ago #1 by roland76
Hello,

I have a very huge memory usage (68 MB) instead of others sites of my Homepage (30 MB).

Also the recent topic page has got completly 276 queries (and most one from Kunena).

Is that normal? My site: www.simple-quality.de

This message contains confidential information

Database collation check: The collation of your table fields are correct

Legacy mode: Disabled | Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 60 seconds | Max execution memory: 72M | Max file upload: 24M

This message contains confidential information

Joomla default template details : rt_syndicate_j15 | author: RocketTheme, LLC | version: 1.5.0 | creationdate: October 3, 2010

Kunena default template details : Blue Eagle (default) | author: Kunena Team | version: 1.6.4 | creationdate: 2011-05-07

Kunena version detailled: Installed version: 1.6.4 | Build: 4832 | Version name: Kerkrade | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: CommunityBuilder 1.4 | UddeIm 2.3

Third-party SEF components: None

Plugins: System - Mootools Upgrade: Enabled | System - Mootools12: Disabled | Kunena Search 1.6.4

Modules: Kunena Latest 1.6.0-RC2 | Kunena Search 1.6.4


And here the queries:
This message contains confidential information
Last edit: 12 years 10 months ago by sozzled. Reason: Use spoiler to prevent having to scroll through lengthy details

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

More
12 years 10 months ago #2 by Matias
It looks like those queries come from CB or CBSubs integration. I contacted CB team to find out what's causing the queries to be run.

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

More
12 years 10 months ago #3 by roland76
Thanks for help. I tried a view thinks and it looks you are right...

If I set in Kunena configuration Avatare and Profil to kunena everything looks fine (32 MB and 160 Queries instead of 270).

But if one of that with Community Builder than I have 68 MB and 270 queries.

Hope CB-Team can help...

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

More
12 years 10 months ago #4 by Matias
I've not yet got reply -- they seem to be busy.

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

More
12 years 10 months ago #5 by roland76
I posted now in CB-Forum and Krileon will have a look in the backend.

Thanks Mathias for your help...

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

More
12 years 10 months ago #6 by fxstein

roland76 wrote: Thanks for help. I tried a view thinks and it looks you are right...

If I set in Kunena configuration Avatare and Profil to kunena everything looks fine (32 MB and 160 Queries instead of 270).

But if one of that with Community Builder than I have 68 MB and 270 queries.

Hope CB-Team can help...


Even 160 is way too high. We run some 30 queries for Kunena itself with the built in caching and scaling. There might be another plugin or component involved in addition to CB.

We love stars on the Joomla Extension Directory . :-)

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

More
12 years 10 months ago - 12 years 10 months ago #7 by roland76
Thanks for that...

CB (Kylie) says that these queries don't come from CB...

www.joomlapolis.com/forum/153-profession...-recent-topic#166502

Most of the queries are the following one:
Code:
SELECT u.id AS userid, m.catid FROM jos_users AS u INNER JOIN jos_kunena_users AS ku ON u.id=ku.userid LEFT JOIN jos_kunena_moderation AS m ON u.id=m.userid LEFT JOIN jos_kunena_categories AS c ON m.catid=c.id WHERE u.block='0' AND ku.moderator='1' AND (m.catid IS NULL OR c.moderated='1')

These querie comes from

administrator\components\com_kunena\libraries\integration\joomla15\access.php
Last edit: 12 years 10 months ago by roland76.

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

More
12 years 10 months ago #8 by Matias
Actually they come from the integration, because of they do not exist if you disable CB support.

I know where that query comes from and the function is internal function inside KunenaAccess class, which is cached in higher level. So something inside CB integration is calling wrong function (can also be in Kunena itself).

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

More
12 years 9 months ago - 12 years 9 months ago #9 by roland76
One more strange issue:

My Startsite with latest post module from kunena (WITH CB Integration):

Application afterLoad: 0.001 seconds, 1.00 MB
Application afterInitialise: 0.076 seconds, 8.84 MB
Application afterRoute: 0.085 seconds, 10.07 MB
Application afterDispatch: 0.336 seconds, 21.41 MB
Application afterRender: 1.205 seconds, 68.56 MB
Speichernutzung
71936584
94 Abfragen protokolliert


My Startsite with latest post module from kunena (NONE CB Integration):

Profil zum Laufzeitverhalten
Application afterLoad: 0.001 seconds, 1.00 MB
Application afterInitialise: 0.073 seconds, 8.84 MB
Application afterRoute: 0.082 seconds, 10.08 MB
Application afterDispatch: 0.333 seconds, 21.42 MB
Application afterRender: 0.961 seconds, 41.99 MB
Speichernutzung
44081496
67 Abfragen protokolliert


And without latest post module:

Profil zum Laufzeitverhalten
Application afterLoad: 0.001 seconds, 1.00 MB
Application afterInitialise: 0.075 seconds, 8.84 MB
Application afterRoute: 0.084 seconds, 10.07 MB
Application afterDispatch: 0.335 seconds, 21.39 MB
Application afterRender: 0.842 seconds, 36.59 MB
Speichernutzung
38418536
44 Abfragen protokolliert
Last edit: 12 years 9 months ago by roland76.

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

More
12 years 7 months ago #10 by baboon

roland76 wrote: Thanks for that...

CB (Kylie) says that these queries don't come from CB...

www.joomlapolis.com/forum/153-profession...-recent-topic#166502

Most of the queries are the following one:

Code:
SELECT u.id AS userid, m.catid FROM jos_users AS u INNER JOIN jos_kunena_users AS ku ON u.id=ku.userid LEFT JOIN jos_kunena_moderation AS m ON u.id=m.userid LEFT JOIN jos_kunena_categories AS c ON m.catid=c.id WHERE u.block='0' AND ku.moderator='1' AND (m.catid IS NULL OR c.moderated='1')

These querie comes from

administrator\components\com_kunena\libraries\integration\joomla15\access.php


Hello roland76,

did you find a solution for this issue ?

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

Time to create page: 0.576 seconds