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

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question 500 Internal Server Error in Main Forum page [SOLVED]

More
9 years 2 months ago #11 by ruud
Hi, below my settings:
I have disabled caching (!) because I rather have an accurate article hit counter and the hardware is fast enough:

please note that the cache and lifetime is in minutes! meaning that your lifetime is 300000 minutes = 208 days???
Code:
public $cache_handler = 'file'; public $cachetime = '240'; public $caching = '0';

I have a high session lifetime: because we are a blog site people loose their connection when typing to long without saving
Code:
public $lifetime = '60';

in Kunena I have set caching to 1 minute

this is what I have in my .htaccess and really impacts performance:
Code:
.... ## End - Joomla! core SEF Section. <IfModule mod_expires.c> ExpiresActive on # By default cache all files for one day ExpiresDefault "access plus 1 day" # Fix FireFox 3.6 bug ExpiresByType text/cache-manifest "access plus 0 seconds" # Your document html ExpiresByType text/html "access plus 0 seconds" # Data ExpiresByType text/xml "access plus 0 seconds" ExpiresByType application/xml "access plus 0 seconds" ExpiresByType application/json "access plus 0 seconds" # Feed ExpiresByType application/rss+xml "access plus 5 minutes" ExpiresByType application/atom+xml "access plus 5 minutes" # Favicon (cannot be renamed) ExpiresByType image/x-icon "modification plus 1 month" # Media: images, video, audio ExpiresByType image/gif "modification plus 1 month" ExpiresByType image/png "modification plus 1 month" ExpiresByType image/jpg "modification plus 1 month" ExpiresByType image/jpeg "modification plus 1 month" # HTC files (css3pie etc) ExpiresByType text/x-component "access plus 1 week" # Webfonts ExpiresByType application/x-font-ttf "modification plus 1 month" ExpiresByType font/opentype "modification plus 1 month" ExpiresByType application/x-font-woff "modification plus 1 month" ExpiresByType image/svg+xml "modification plus 1 month" ExpiresByType application/vnd.ms-fontobject "modification plus 1 month" # CSS and JavaScript ExpiresByType text/css "modification plus 1 week" ExpiresByType application/javascript "modification plus 1 week" ExpiresByType text/javascript "modification plus 1 week" ExpiresByType application/x-javascript "modification plus 1 week" <IfModule mod_headers.c> Header append Cache-Control "public" </IfModule> </IfModule>

sharing = caring

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

More
9 years 2 months ago - 9 years 1 month ago #12 by Kotsolis
Life time was 30.000 not 300.000
Yes I agree with you, but site was not loading before. I had to enter 30.000 as a value.

Nevermind, I've put lifetime to 120 and now it works. I will keep it there, maybe even try to 90 or 60.

Thank you.

[UPDATE: SOLVED]

I added caching to pages so we are ok.
Last edit: 9 years 1 month ago by Kotsolis.

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

More
9 years 2 months ago #13 by ruud
Cool :)
tweak as you go is the best > every site and usage is different :)
Give it some time to settle down and then tweak again: not to much changes at once.

regards,
Ruud.

sharing = caring

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

Time to create page: 0.746 seconds