- Posts: 839
- Thank you received: 36
Kunena 6.1.3.2 Released
The Kunena team has announce the arrival of Kunena 6.1.3.2 [K 6.1.3] which is now available for download as a native Joomla extension for J! 4.2.x/4.3.x. This version addresses most of the issues that were discovered in K 6.1.0 and issues discovered during the last development stages of K 6.1
Solved Opcache vs apcu vs apc vs xcache
1. Install OPcache in my server is not recommended, recommended or highly recommended ?
2. A simple visitor could notice the performance difference while navigating in the website?
I notice you have these in your requirements as optional:
apc
apcu
opcache
xcache
Assuming that I have PHP 5.6.16, and only Joomla+Kunena
which one do you recommend to me for increase front end performance / Fast navigation in the website?
Thanks in advance
Please Log in or Create an account to join the conversation.

Joomla has out-of-the box support for memcached.
Would like to have that added to your list

I run several blog sites and Kunena is an integral part of that. When using cache we run into the no-go issue that content is also cached: the article hits are not increased as the page is coming from cache and thus not regenerated. For us (our bloggers) this is a big nogo.
I stopped the search for what would be the best caching solution as the performance gain would not weigh up to the work needed in fixing things (that stopped working correct due to using cache).
The only caching I have now implemented without issues and with 'huge' performance gain is in via specific rules in my sites .htaccess
I (and also my provider) have high hopes for php 7 as that will at least double the speed of our sites

sharing = caring
Please Log in or Create an account to join the conversation.
Yes, I have personally tested this optionruud wrote: Joomla has out-of-the box support for memcached.
You can try google mod_pagespeed, it works great, and if you have problem with a particular page or component you can exclude them by just adding a line in your .htaccess.ruud wrote: The only caching I have now implemented without issues and with 'huge' performance gain is in via specific rules in my sites .htaccess
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
ThanksChaosHead wrote: Opcache is fastest native solution for php 5.6.x
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.