- Posts: 37
- Thank you received: 0
Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0.
The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Idea Kunena getting Slowwww! Ddos attack or normal behaviour?
Can the integration with Jomsocial cause such delay?
Apart of that Kunena is working great.
Best regards,
Carla
Please Log in or Create an account to join the conversation.
This could not be Joomla issue at all: please check if your Apache has keepalive turned on. If it has -- please either turn it off or have more useful number in there, like 3-5 seconds (= enough to load all files for one page). In many cases this will make your site a lot of faster during peak hours.
Few days ago I replied that this kind of slowdown is usually mark of server resource saturation (eg. running out of CPU, I/O or memory). In that case making page loads even slightly faster can fix the issue (use caching, uninstall all unused plugins, remove modules that you do not need, disable Kunena integration etc).
Please Log in or Create an account to join the conversation.
docs.kunena.org/index.php/Improving_Kunena_performance
It's still work in progress and not very useful, but I will try to find some time to improve it.
I also welcome everyone to help me and give your own ideas on how to improve site performance.
Please Log in or Create an account to join the conversation.
More information in here:
www.kunena.org/forum/11-jomsocial/113388...rmance-hotfix#113388
Please Log in or Create an account to join the conversation.
Thank you very much for all your insights.
I have my Apoache Config thought for high usage:
My apache config is:
Timeout 30 /etc/apache2/apache2.conf (13)
KeepAlive On /etc/apache2/apache2.conf (14)
MaxKeepAliveRequests 30 /etc/apache2/apache2.conf (15)
KeepAliveTimeout 5 /etc/apache2/apache2.conf (16)
<IfModule mpm_prefork_module> /etc/apache2/apache2.conf (25)
StartServers 10 /etc/apache2/apache2.conf (26)
MinSpareServers 3 /etc/apache2/apache2.conf (27)
MaxSpareServers 8 /etc/apache2/apache2.conf (28)
MaxClients 100 /etc/apache2/apache2.conf (29)
MaxRequestsPerChild 4000 /etc/apache2/apache2.conf (30)
</IfModule>
Maybe one problem is that I have the cache disabled because members see the wrong information when I activate the cache.
Anyway since I disabled Kunena JE latest all is better now.
Best regards and thank very much again,
Carla
Please Log in or Create an account to join the conversation.
- sunny33days
-
- Offline
- Senior Member
-
- Posts: 98
- Thank you received: 0
Please Log in or Create an account to join the conversation.