<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress Support Forums Topic: 610 mysql query in front-page...</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Topic: 610 mysql query in front-page...</description>
<language>en</language>
<pubDate>Sat, 10 Jan 2009 00:19:52 +0000</pubDate>

<item>
<title>_ck_ on "610 mysql query in front-page..."</title>
<link>http://bbpress.org/forums/topic/610-mysql-query-in-front-page#post-18976</link>
<pubDate>Fri, 05 Sep 2008 17:45:55 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">18976@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Update: okay I have a work around.&#60;/p&#62;
&#60;p&#62;Look for 0.0.3 within the hour.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "610 mysql query in front-page..."</title>
<link>http://bbpress.org/forums/topic/610-mysql-query-in-front-page#post-18975</link>
<pubDate>Fri, 05 Sep 2008 17:08:21 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">18975@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Okay I've figured out why it happens.&#60;/p&#62;
&#60;p&#62;It's a very serious flaw in how the new 1.0 db caching system works. Apparently they now suddenly base everything about the WHERE clause. If the clause is slightly different for any two queries, it doesn't use the cache and instead does it a direct db query. It's stupid.&#60;/p&#62;
&#60;p&#62;There is absolutely no way I can fix it in the plugin, it has to be fixed inside bbPress 1.0 and I am not sure if or when they will bother.
&#60;/p&#62;</description>
</item>
<item>
<title>meitershaker on "610 mysql query in front-page..."</title>
<link>http://bbpress.org/forums/topic/610-mysql-query-in-front-page#post-18973</link>
<pubDate>Fri, 05 Sep 2008 16:38:37 +0000</pubDate>
<dc:creator>meitershaker</dc:creator>
<guid isPermaLink="false">18973@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;code&#62;&#60;br /&#62;
$hidden_forums['hidden_forums']=array(10);	// hide these forums, list by comma seperated number&#60;/p&#62;
&#60;p&#62;$hidden_forums['allow_roles']['all_forums']=array('keymaster','administrator','moderator');	// these roles can always see ALL forums regardless&#60;br /&#62;
$hidden_forums['allow_roles'][500]=array('administrator','moderator');	// exact formal role name, *not* ability&#60;br /&#62;
$hidden_forums['allow_roles'][501]=array('administrator','moderator');	// exact formal role name, *not* ability&#60;/p&#62;
&#60;p&#62;$hidden_forums['allow_users']['all_forums']=array(1);		// these users can always see ALL forums regardless&#60;br /&#62;
$hidden_forums['allow_users'][500]=array(5432,7654);	// list of users by number&#60;br /&#62;
$hidden_forums['allow_users'][501]=array(5432,7654);	// list of users by number&#60;/p&#62;
&#60;p&#62;$hidden_forums['label']=&#34;&#34;;	// text, html, css or image to indicate hidden forums/topics, make it =&#34;&#34;; if you don't want any label at all&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "610 mysql query in front-page..."</title>
<link>http://bbpress.org/forums/topic/610-mysql-query-in-front-page#post-18972</link>
<pubDate>Fri, 05 Sep 2008 16:32:36 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">18972@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well it works for me.&#60;br /&#62;
Show me your configuration inside &#60;code&#62;hidden-forums.php&#60;/code&#62; and how many forums do you have? &#60;/p&#62;
&#60;p&#62;Are those queries happening on the front-page, forum-page or topic-page?
&#60;/p&#62;</description>
</item>
<item>
<title>meitershaker on "610 mysql query in front-page..."</title>
<link>http://bbpress.org/forums/topic/610-mysql-query-in-front-page#post-18969</link>
<pubDate>Fri, 05 Sep 2008 15:23:49 +0000</pubDate>
<dc:creator>meitershaker</dc:creator>
<guid isPermaLink="false">18969@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;i use the svn trunk
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "610 mysql query in front-page..."</title>
<link>http://bbpress.org/forums/topic/610-mysql-query-in-front-page#post-18968</link>
<pubDate>Fri, 05 Sep 2008 15:09:10 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">18968@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hidden Forums has not been tested yet again 1.0 alpha.&#60;br /&#62;
I simply don't have time to modify every plugin for all the changes.&#60;/p&#62;
&#60;p&#62;This is why people should not use the alpha yet for regular sites.&#60;/p&#62;
&#60;p&#62;Update: I'm unable to reproduce your problem however.&#60;br /&#62;
I have no extra queries with using Hidden Forums on the 1.0 trunk.  Are you using the Alpha from the download on bbpress.org, or are you using the SVN trunk?
&#60;/p&#62;</description>
</item>
<item>
<title>meitershaker on "610 mysql query in front-page..."</title>
<link>http://bbpress.org/forums/topic/610-mysql-query-in-front-page#post-18953</link>
<pubDate>Fri, 05 Sep 2008 10:41:58 +0000</pubDate>
<dc:creator>meitershaker</dc:creator>
<guid isPermaLink="false">18953@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;i have found the bad plugin : hidden forums by you ck :p&#60;/p&#62;
&#60;p&#62;why your plugin do that?&#60;/p&#62;
&#60;p&#62;bye
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "610 mysql query in front-page..."</title>
<link>http://bbpress.org/forums/topic/610-mysql-query-in-front-page#post-18942</link>
<pubDate>Fri, 05 Sep 2008 07:31:55 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">18942@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This is why it's called an alpha.&#60;br /&#62;
There are bugs, some serious.&#60;/p&#62;
&#60;p&#62;So far I've seen a forum query bug and a tag query bug but not a topic query bug, so that's a new one.&#60;/p&#62;
&#60;p&#62;Make sure you update bb-topic-views which had a query bug too. In fact you should de-activate your plugins and see if the query problem persists before we blame it on bbPress.
&#60;/p&#62;</description>
</item>
<item>
<title>meitershaker on "610 mysql query in front-page..."</title>
<link>http://bbpress.org/forums/topic/610-mysql-query-in-front-page#post-18925</link>
<pubDate>Thu, 04 Sep 2008 20:35:40 +0000</pubDate>
<dc:creator>meitershaker</dc:creator>
<guid isPermaLink="false">18925@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;i think there is a serious bug in all pages of bbpress 1.0 trunk, because i have the same effect in a fresh install...&#60;/p&#62;
&#60;p&#62;i don't understand the number of query, why when i'm not login, there is over 100 query?&#60;/p&#62;
&#60;p&#62;bye
&#60;/p&#62;</description>
</item>
<item>
<title>meitershaker on "610 mysql query in front-page..."</title>
<link>http://bbpress.org/forums/topic/610-mysql-query-in-front-page#post-18921</link>
<pubDate>Thu, 04 Sep 2008 19:05:58 +0000</pubDate>
<dc:creator>meitershaker</dc:creator>
<guid isPermaLink="false">18921@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;i have a serious bug: when i'm not login, i have 610 mysql query, and there is a one query repeat:&#60;/p&#62;
&#60;p&#62;&#60;code&#62; # 416 : 0.0004 seconds&#60;br /&#62;
SELECT meta_key, meta_value FROM bb_meta WHERE object_type = 'bb_topic' AND object_id = 37 /* bb_append_meta */&#60;/p&#62;
&#60;p&#62; # 417 : 0.0005 seconds&#60;br /&#62;
SELECT * FROM bb_topics WHERE topic_id = 37 AND topic_status = 0 AND forum_id NOT IN (10) &#60;/p&#62;
&#60;p&#62; # 418 : 0.0004 seconds&#60;br /&#62;
SELECT meta_key, meta_value FROM bb_meta WHERE object_type = 'bb_topic' AND object_id = 37 /* bb_append_meta */&#60;/p&#62;
&#60;p&#62; # 419 : 0.0005 seconds&#60;br /&#62;
SELECT * FROM bb_topics WHERE topic_id = 37 AND topic_status = 0 AND forum_id NOT IN (10) &#60;/p&#62;
&#60;p&#62; # 420 : 0.0005 seconds&#60;br /&#62;
SELECT meta_key, meta_value FROM bb_meta WHERE object_type = 'bb_topic' AND object_id = 37 /* bb_append_meta */&#60;/p&#62;
&#60;p&#62; # 421 : 0.0005 seconds&#60;br /&#62;
SELECT * FROM bb_topics WHERE topic_id = 37 AND topic_status = 0 AND forum_id NOT IN (10) &#60;/p&#62;
&#60;p&#62; # 422 : 0.0005 seconds&#60;br /&#62;
SELECT meta_key, meta_value FROM bb_meta WHERE object_type = 'bb_topic' AND object_id = 37 /* bb_append_meta */&#60;/p&#62;
&#60;p&#62; # 423 : 0.0005 seconds&#60;br /&#62;
SELECT * FROM bb_topics WHERE topic_id = 37 AND topic_status = 0 AND forum_id NOT IN (10)&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;why?&#60;/p&#62;
&#60;p&#62;when i'm login at admin, i have no this!!&#60;/p&#62;
&#60;p&#62;i use mini track, bb_topic_wiews, bb_benchmark and topic_icons plugin&#60;/p&#62;
&#60;p&#62;please help me
&#60;/p&#62;</description>
</item>

</channel>
</rss>
