Kunena 6.2.6 released

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

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.

Solved Memory usage

More
10 years 5 months ago #1 by fribse
Memory usage was created by fribse
In an effort to lessen the memory consumption, I used the very simple debug system in Joomla, and that claimed that placing the module 'kunena latest' on the frontpage consumed 9 mb on its own, that seems excessive, anybody that has any experience in that area, is the only cure to remove it, or what can be done?

Best regards
Fribse

Dykkerklubben Dannebroge www.dkdb.dk
We're a volunteer driven diving club in Mosede, Denmark.
Har du brug for en dykkerklub der rummer alle, så kom ned til os.

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

More
10 years 5 months ago #2 by coder4life
Replied by coder4life on topic Memory usage
The problem most likely stems from the fact we have to pull data from several different places. We have to work with articles and kunena topics/posts. We can help alleviate the problem by optimizing the queries a bit so they are doing more simple tasks. And remember the consumption of memory is not continuous, that is how much memory was needed to complete that query.

Nothing can be done at the moment. It is also a low priority issue for us at the moment. If someone on our team has the time they will take a look at it, but we are busy enough as it is elsewhere. We also recommend contributions through pull requests on Github.
The following user(s) said Thank You: fribse

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

More
10 years 5 months ago #3 by Matias
Replied by Matias on topic Memory usage
In PHP just loading a file with a small class but not actually running any code in it can sometimes consume more than 1MB of memory. That's likely because of PHP loads its extesions during parsing time. So let's say we use JSON in that class -- it makes PHP to load the JSON extension.

In some other page you could have got a result where latest uses almost no memory at all.
The following user(s) said Thank You: fribse

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

More
10 years 5 months ago #4 by fribse
Replied by fribse on topic Memory usage
Ah, ok, thankyou for clearing that up!

Best regards
Fribse

Dykkerklubben Dannebroge www.dkdb.dk
We're a volunteer driven diving club in Mosede, Denmark.
Har du brug for en dykkerklub der rummer alle, så kom ned til os.

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

Time to create page: 0.362 seconds