Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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 twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Slow_Queries

More
16 years 11 months ago #20428 by irradiate
Replied by irradiate on topic Re:Slow_Queries
Who do you recommend besides a dedicated server then?

This is the second host I have used in the past week and both have not had any issues running SMF bridged with joomla.

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

More
16 years 11 months ago - 16 years 11 months ago #20429 by fxstein
Replied by fxstein on topic Re:Slow_Queries
irradiate wrote:

Who do you recommend besides a dedicated server then?

This is the second host I have used in the past week and both have not had any issues running SMF bridged with joomla.


I am sorry but that is very hard to believe.

Take another example from the log you posted:
Code:
# Wed Jun 17 06:56:44 2009 # Query_time: 4 Lock_time: 0 Rows_sent: 0 Rows_examined: 0 use ******_joomla; UPDATE `jos_session` SET `time`='1245243400',`userid`='1131',`usertype`='Registered',`username`='pellipeeli11',`gid`='18',`guest`='0',`client_id`='0' WHERE session_id='e7249ae2d8111f00e979f3a0b6cedac4'

This is a Joomla query that gets executed on every page view. It takes 4 seconds on you host. Its a single record primary index update.

This is so off the charts slow. If a single Joomla query takes 4 secs how in the world would Joomla with a bridge and SMF perform on that platform?

Here is abother Joomla example from your list:
Code:
# Wed Jun 17 06:57:40 2009 # Query_time: 8 Lock_time: 3 Rows_sent: 0 Rows_examined: 0 use ******_joomla; SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.fulltext, a.sectionid, a.state, a.catid, a.created, a.created_by, a.created_by_alias, a.modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.attribs, a.urls, a.metakey, a.metadesc, a.access, CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug, CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(":", cc.id, cc.alias) ELSE cc.id END as catslug, CHAR_LENGTH( a.`fulltext` ) AS readmore, u.name AS author, u.usertype, g.name AS groups, u.email as author_email, cc.title AS category, s.title AS section, s.ordering AS s_ordering, cc.ordering AS cc_ordering, a.ordering AS a_ordering, f.ordering AS f_ordering FROM jos_content AS a INNER JOIN jos_content_frontpage AS f ON f.content_id = a.id LEFT JOIN jos_categories AS cc ON cc.id = a.catid LEFT JOIN jos_sections AS s ON s.id = a.sectionid LEFT JOIN jos_users AS u ON u.id = a.created_by LEFT JOIN jos_groups AS g ON a.access = g.id WHERE 1 AND a.access <= 1 AND a.state = 1 AND (( cc.published = 1 AND s.published = 1 ) OR ( a.catid = 0 AND a.sectionid = 0 ) ) AND ( a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2009-06-17 12:57:32' ) AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2009-06-17 12:57:32' ) ORDER BY f.ordering LIMIT 0, 3

8 seconds to read a Joomla article.

I would recommend either Rochen Hosting or GoDaddy as two we have dealt with. Rochen is a big Joomla supporter and just for that deserves the business.

We love stars on the Joomla Extension Directory . :-)
Last edit: 16 years 11 months ago by fxstein.

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

More
16 years 11 months ago #20432 by woonydanny
Replied by woonydanny on topic Re:Slow_Queries
-Offtopic-

How do you go about producing a slow query log? i have a VPS with SSH access if that helps

thanks

still wish that i can write my forum signature through a jomsocial plugin and do it from my jomsocial profile :(

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

More
16 years 11 months ago #20457 by irradiate
Replied by irradiate on topic Re:Slow_Queries
It seemed to handle it fine for the past 12 months ;)

My worry is, are those slow queries enough to crash the site or exceed the CPU??? Do I need to upgrade to another host???? Or will the site be OK?

If I have had the same trouble with 2 hosts in the past few weeks there are bound to be more users out there in the same boat using Hosts with Junky databases or am I the only one?

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

More
16 years 11 months ago #20554 by fxstein
Replied by fxstein on topic Re:Slow_Queries
As I said before: the two examples I picked from your log are core Joomla queries. If Joomla itself produces 8 sec slow queries - which we all know it does not, yes you have a really bad hosting provider.

If you go with hosting providers that give you anything unlimited for 5 bucks a month, you will get what you pay.

It is black and white in your log. Single record queries from any portions of your site take multiple seconds.

You cannot operate a database driven site on a host like that. This is for folks that write a few html pages themselves but not for a full blown database driven CMS stack and a forum on top of that.

We would love to help you but there is no way we can make an ultra cheap host perform at least decent.

There are solid hosting providers out there and I have mentioned two of them: Rochen and GoDaddy.

We love stars on the Joomla Extension Directory . :-)

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

More
16 years 11 months ago #21738 by Matias
Replied by Matias on topic Re:Slow_Queries
Most of the dedicated servers cost 100+ bucks a month and providers ask usually more from small VPS. For 5 bucks you probably share your server with 30-40 other sites. If few of them is generating a lot of IO calls (disk seeks), all the other servers will stale. It may be your server or it may be the others -- it does not matter. Those servers are good for static html pages, but not for many php/mysql applications.

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

Time to create page: 0.258 seconds