Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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

This is for users to help other users, to discuss topics that are related to forum administration in general or problems in running Joomla. This is not the place to ask for Joomla support. If you want assistance with Joomla please ask at forum.joomla.org

Question Complaints about Mootools

More
14 years 2 months ago #118684 by sunny33days
Replied by sunny33days on topic Re: Related to mootools
Hi Karmany, I'm trying hard to speed up my site, I was curious what was your fix was this? What version of Joomla and Kunena setup do you recommend for speed and lower server resources?

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

More
14 years 2 months ago #118686 by Jiminimonka
Replied by Jiminimonka on topic Re: Related to mootools
Sunny33days,

If you read the post above you will see it is 6 months old. You will also notice, if you read, that Mootools is part of Joomla, not part of Kunena, so direct your Mootools questions to forum.joomla.org/

Thanks.

Please read the FAQ.
Only one question per topic.
Search before you ask a question.

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

More
14 years 2 months ago #119744 by rexet
Replied by rexet on topic Re: Related to mootools

Jiminimonka wrote: Sunny33days,

You will also notice, if you read, that Mootools is part of Joomla, not part of Kunena, so direct your Mootools questions to forum.joomla.org/

Thanks.


that's is quite right...

if i disable mootools-more and mootools-core (i found a plugin for this that works very well) everything in joomla works fine except of kunena (boardcode crashes)

so, this is a problem related to kunena

and this is a BIG problem, cause that damned mootools in j2.5 takes 50% of my pages weight :(

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

More
14 years 2 months ago #119756 by Jiminimonka
Replied by Jiminimonka on topic Re: Related to mootools
Since Mootools is part of Joomla now, the correct way for extensions to work is to use Mootools, to stop conflicts later down the line.

If Mootools is using up too many resources on your server and that is an issue, you need to upgrade, seriously, as your server must be from the 1980s.

Please read the FAQ.
Only one question per topic.
Search before you ask a question.

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

More
14 years 2 months ago #119762 by GoremanX
Replied by GoremanX on topic Re: Related to mootools

rexet wrote: so, this is a problem related to kunena

and this is a BIG problem, cause that damned mootools in j2.5 takes 50% of my pages weight :(

As I've stated before, many other extensions use the Mootools library, it's not just Kunena. This is a library that's provided by Joomla and is available to use by any extension. The Kunena installation package doesn't actually contain the Mootools library, it's already part of your Joomla installation.

Also as I mentioned before, the library is downloaded once by the browser and then cached locally. Subsequent requests for the library result in nothing being downloaded. So that initial burden only happens once. Once the library has been cached locally, ALL extensions that make use of it on your site no longer need to download it. Utilities like PageSpeed and YSlow do not take this into account when they evaluate a page, they only assume initial page load.

Furthermore, the library is usually compressed by the server before being sent to a user's browser, so its actual size and download burden is even smaller than reported. Using a CSS/JS gzipper is typically a bad idea, since it just ends up breaking the gzipped CSS/JS files. However the built-in Joomla gzip compression functionality (enabled in the Joomla Control Panel) works very well and doesn't break anything.

Finally, the Mootools javascript library is a defacto standard all over the web, used in many large and popular web sites that you probably visit daily. It allows web developers to include advanced, cross-browser compatible features using minimal coding. So in the end, using Mootools can actually LIGHTEN the overall burden of a site since the javascript code requirements for extensions are lessened in the process. Once that library is cached in your browser, it does everything without requiring any further downloads.

THE place to discuss photography!
www.friendlyphotozone.com

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

More
14 years 2 months ago #119957 by rexet
Replied by rexet on topic Re: Related to mootools

Jiminimonka wrote: If Mootools is using up too many resources on your server and that is an issue, you need to upgrade, seriously, as your server must be from the 1980s.


first: learn to read = work in progress

rexet wrote: that damned mootools in j2.5 takes 50% of my pages weight


my website is on a Intel Xeon E3-1270 3.40GHZ dedicated server, 4MB memory with mysql on a separete SSD disk ;)

@Goreman: thanks for your depth answer

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

Time to create page: 0.259 seconds