<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Why Is Joomla So Slow?</title>
	<atom:link href="http://www.itoctopus.com/why-is-joomla-so-slow/feed" rel="self" type="application/rss+xml" />
	<link>http://www.itoctopus.com/why-is-joomla-so-slow</link>
	<description></description>
	<lastBuildDate>Tue, 18 Jun 2013 22:17:19 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 25 Joomla Important Tips &#124; itoctopus</title>
		<link>http://www.itoctopus.com/why-is-joomla-so-slow/comment-page-1#comment-4740</link>
		<dc:creator>25 Joomla Important Tips &#124; itoctopus</dc:creator>
		<pubDate>Wed, 01 Feb 2012 18:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.itoctopus.com/?p=812#comment-4740</guid>
		<description>[...] slow query log you&#8217;ll be able to determine which queries are slowing down your whole website. This comment states that the person had a query that was talking 30 minutes to be executed &#8211; we&#8217;re [...]</description>
		<content:encoded><![CDATA[<p>[...] slow query log you&#8217;ll be able to determine which queries are slowing down your whole website. This comment states that the person had a query that was talking 30 minutes to be executed &#8211; we&#8217;re [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joomla Man</title>
		<link>http://www.itoctopus.com/why-is-joomla-so-slow/comment-page-1#comment-4697</link>
		<dc:creator>Joomla Man</dc:creator>
		<pubDate>Sun, 08 Jan 2012 22:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.itoctopus.com/?p=812#comment-4697</guid>
		<description>Our Joomla website was extremely slow, and we discovered that it was all due to this query in a modified Joomla Ninja Board extension:

&lt;code&gt;SELECT COUNT(*) FROM `jos_ninjaboard_posts` AS `tbl` LEFT  JOIN `jos_users` AS `user` ON (`user`.`id` = `tbl`.`created_user_id`)  LEFT  JOIN `jos_ninjaboard_people` AS `person` ON (`person`.`ninjaboard_person_id` = `tbl`.`created_user_id`)  LEFT  JOIN `jos_gu_users` AS `guser` ON (`guser`.`uid` = `tbl`.`created_user_id`)  LEFT  JOIN `jos_ninjaboard_topics` AS `topic` ON (`topic`.`ninjaboard_topic_id` = `tbl`.`ninjaboard_topic_id`)  LEFT  JOIN `jos_ninjaboard_posts` AS `first_post` ON (`first_post`.`ninjaboard_post_id` = `topic`.`first_post_id`)  LEFT  JOIN `jos_ninjaboard_forums` AS `forum` ON (`forum`.`ninjaboard_forum_id` = `topic`.`forum_id`) WHERE  `forum`.`ninjaboard_forum_id` != &#039;NULL&#039; AND `topic`.`enabled` = 1 AND `forum`.`enabled` = 1 AND `tbl`.`enabled` = 1 AND `forum`.`ninjaboard_forum_id` NOT IN  ( 32, 31, 16, 9, 5, 27, 12, 3, 23, 24, 4, 2, 15, 13, 14, 30, 28 );&lt;/code&gt;

The above query was taking around half an hour to execute as it was examining over 100 million rows.</description>
		<content:encoded><![CDATA[<p>Our Joomla website was extremely slow, and we discovered that it was all due to this query in a modified Joomla Ninja Board extension:</p>
<p><code>SELECT COUNT(*) FROM `jos_ninjaboard_posts` AS `tbl` LEFT  JOIN `jos_users` AS `user` ON (`user`.`id` = `tbl`.`created_user_id`)  LEFT  JOIN `jos_ninjaboard_people` AS `person` ON (`person`.`ninjaboard_person_id` = `tbl`.`created_user_id`)  LEFT  JOIN `jos_gu_users` AS `guser` ON (`guser`.`uid` = `tbl`.`created_user_id`)  LEFT  JOIN `jos_ninjaboard_topics` AS `topic` ON (`topic`.`ninjaboard_topic_id` = `tbl`.`ninjaboard_topic_id`)  LEFT  JOIN `jos_ninjaboard_posts` AS `first_post` ON (`first_post`.`ninjaboard_post_id` = `topic`.`first_post_id`)  LEFT  JOIN `jos_ninjaboard_forums` AS `forum` ON (`forum`.`ninjaboard_forum_id` = `topic`.`forum_id`) WHERE  `forum`.`ninjaboard_forum_id` != 'NULL' AND `topic`.`enabled` = 1 AND `forum`.`enabled` = 1 AND `tbl`.`enabled` = 1 AND `forum`.`ninjaboard_forum_id` NOT IN  ( 32, 31, 16, 9, 5, 27, 12, 3, 23, 24, 4, 2, 15, 13, 14, 30, 28 );</code></p>
<p>The above query was taking around half an hour to execute as it was examining over 100 million rows.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
