<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									wpforo widgets queries faster? - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/wpforo-widgets-queries-faster/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 12 Aug 2026 05:27:48 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: wpforo widgets queries faster?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/wpforo-widgets-queries-faster/#post-54439</link>
                        <pubDate>Thu, 10 Jun 2021 09:24:08 +0000</pubDate>
                        <description><![CDATA[The speed of quires depends on the MySQL/MariaDB version, on your server performance and on the correct indexes of tables. I&#039;d recommend using MySQL 5.7 or MariaDB 10.4.x. Also, you can  dec...]]></description>
                        <content:encoded><![CDATA[<p>The speed of quires depends on the MySQL/MariaDB version, on your server performance and on the correct indexes of tables. I'd recommend using MySQL 5.7 or MariaDB 10.4.x. Also, you can  decrease the number of items to be selected in widgets and remove all filters. The settings of widgets have a great impact on the queries speed.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/wpforo-widgets-queries-faster/#post-54439</guid>
                    </item>
				                    <item>
                        <title>wpforo widgets queries faster?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/wpforo-widgets-queries-faster/#post-54396</link>
                        <pubDate>Tue, 08 Jun 2021 12:26:18 +0000</pubDate>
                        <description><![CDATA[How can i make these quaries run faster ?
They delay the page 5 secs
 



SELECT SUBSTRING_INDEX( GROUP_CONCAT(`postid` ORDER BY `created` DESC), &#039;,&#039;, 1 ) postids      FROM `wp_wpforo_...]]></description>
                        <content:encoded><![CDATA[<p>How can i make these quaries run faster ?</p>
<p>They delay the page 5 secs</p>
<p> </p>
<table class="qm-sortable">
<tbody>
<tr data-qm-type="SELECT" data-qm-component="Plugin: wpforo non-core" data-qm-caller="wpForoPost-&gt;get_posts()" data-qm-time="2.5419938564301">
<td class="qm-row-sql qm-ltr qm-wrap"><code><strong>SELECT</strong> SUBSTRING_INDEX( GROUP_CONCAT(`postid`<br /> <strong>ORDER</strong> <strong>BY</strong> `created` <strong>DESC</strong>), ',', 1 ) postids     <br /> <strong>FROM</strong> `wp_wpforo_posts` <br /> <strong>GROUP</strong> <strong>BY</strong> `topicid`<br /> <strong>ORDER</strong> <strong>BY</strong> MAX(`postid`) <strong>DESC</strong> <br /> <strong>LIMIT</strong> 0,65</code></td>
<td class="qm-row-caller qm-ltr qm-has-toggle qm-nowrap"> </td>
</tr>
</tbody>
</table>
<table class="qm-sortable">
<tbody>
<tr data-qm-type="SELECT" data-qm-component="Plugin: wpforo non-core" data-qm-caller="wpForoPost-&gt;get_posts()" data-qm-time="2.5419938564301">
<td class="qm-row-caller qm-ltr qm-has-toggle qm-nowrap">
<ol>
<li><code>wpForoPost-&gt;get_posts()</code></li>
</ol>
</td>
<td class="qm-row-component qm-nowrap">Plugin: wpforo</td>
<td class="qm-row-result qm-num">65</td>
<td class="qm-num qm-row-time qm-warn" data-qm-sort-weight="2.5419938564301"><span class="dashicons dashicons-warning" aria-hidden="true"></span>2.5420</td>
</tr>
<tr class="qm-odd" data-qm-type="SELECT" data-qm-component="Plugin: wpforo non-core" data-qm-caller="wpForoPost-&gt;get_posts()" data-qm-time="2.1535830497742">
<td class="qm-row-sql qm-ltr qm-wrap"><code><strong>SELECT</strong> SUBSTRING_INDEX( GROUP_CONCAT(`postid`<br /> <strong>ORDER</strong> <strong>BY</strong> `created` <strong>DESC</strong>), ',', 1 ) postids     <br /> <strong>FROM</strong> `wp_wpforo_posts` <br /> <strong>GROUP</strong> <strong>BY</strong> `topicid`<br /> <strong>ORDER</strong> <strong>BY</strong> MAX(`postid`) <strong>DESC</strong> <br /> <strong>LIMIT</strong> 0,20</code></td>
<td class="qm-row-caller qm-ltr qm-has-toggle qm-nowrap"> </td>
</tr>
</tbody>
</table>
<table class="qm-sortable">
<tbody>
<tr class="qm-odd" data-qm-type="SELECT" data-qm-component="Plugin: wpforo non-core" data-qm-caller="wpForoPost-&gt;get_posts()" data-qm-time="2.1535830497742">
<td class="qm-row-caller qm-ltr qm-has-toggle qm-nowrap">
<ol>
<li><code>wpForoPost-&gt;get_posts()</code></li>
</ol>
</td>
<td class="qm-row-component qm-nowrap">Plugin: wpforo</td>
<td class="qm-row-result qm-num">20</td>
<td class="qm-num qm-row-time qm-warn" data-qm-sort-weight="2.1535830497742"><span class="dashicons dashicons-warning" aria-hidden="true"></span>2.1536</td>
</tr>
</tbody>
</table>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>CENTRAL4ALL</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/wpforo-widgets-queries-faster/#post-54396</guid>
                    </item>
							        </channel>
        </rss>
		