- Posts: 37
- Thank you received: 1
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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
Solved K Latest missing advanced options
These options are not available under the basic options but should be available under an advanced paramaters sections. Or is this options cancelled in the new K latest module?
Please Log in or Create an account to join the conversation.
Or is this options cancelled in the new K latest module?
Yes, this options are cancelled in the new version.
Please Log in or Create an account to join the conversation.
TKtemp wrote:
Or is this options cancelled in the new K latest module?
Yes, this options are cancelled in the new version.
How is it possible to (de)activate the caching option for this individual module if the advanced options are cancelled?
Please Log in or Create an account to join the conversation.
I would try to resolve by uninstalling Kunena Latest 2.0.1 and install it again. Alternatively, I would disable global caching. When you really think about it, caching a website where you're continually updating pages is counter-productive, anyway, isn't it?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
sozzled wrote: Perhaps the module caching is controlled via your site's global cache? This is an interesting situation that you describe. Perhaps one of the members of the development team may be able to explain what you need to do? :S
I would try to resolve by uninstalling Kunena Latest 2.0.1 and install it again. Alternatively, I would disable global caching. When you really think about it, caching a website where you're continually updating pages is counter-productive, anyway, isn't it?
The module is not controlled with the global cache setting from Joomla. The globals setting is set to 15minutes, the module refreshes its content every ~2hours. Will try a uninstall/install.
Never tested it but I think caching is valuable option to gain performance. Should try without it and see if requests/page loads will take longer. But the source of the problem isnt fixed with this bypass
Please Log in or Create an account to join the conversation.
There are two kinds of caching. There's caching of content (which is what we're discussing here) and, if the content is continually changing - as it always will change in a web-based discussion forum context - content caching is worthless in my view. The other kind of caching is database query caching (when you save the results of a recent query and re-use those results elsewhere); this kind of caching is very useful in a web-based discussion forum context. K 2.0 implements database query caching.Djie wrote: Never tested it but I think caching is valuable option to gain performance.
Are you using any other caching (e.g. advanced PHP caching [ACP])? Something has to explain why there's a 2-hour lag between when a message is posted and when Kunena Latest "detects" it.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.