<?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 slows site - useless wp_posts calls - How-to and Troubleshooting				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/wpforo-slows-site-useless-wp_posts-calls/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 06 Mar 2026 09:23:44 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: wpForo slows site - useless wp_posts calls</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/wpforo-slows-site-useless-wp_posts-calls/#post-40299</link>
                        <pubDate>Tue, 21 Apr 2020 19:12:18 +0000</pubDate>
                        <description><![CDATA[@stan1z,
Please send admin login details of the DEV website to infogvectors.com email address. We&#039;ll login and find the problem maker within next 12-24 hours.]]></description>
                        <content:encoded><![CDATA[<p>@stan1z,</p>
<p>Please send admin login details of the DEV website to infogvectors.com email address. We'll login and find the problem maker within next 12-24 hours.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/wpforo-slows-site-useless-wp_posts-calls/#post-40299</guid>
                    </item>
				                    <item>
                        <title>RE: wpForo slows site - useless wp_posts calls</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/wpforo-slows-site-useless-wp_posts-calls/#post-40297</link>
                        <pubDate>Tue, 21 Apr 2020 18:53:05 +0000</pubDate>
                        <description><![CDATA[@robert,
Yes, I have test.* version of my site.
I disabled all plugins except wpForo and Query Monitor - the problem remained. Still slow &quot;wpForo&quot; queries.
I switched to standard theme, b...]]></description>
                        <content:encoded><![CDATA[<p>@robert,</p>
<p>Yes, I have test.* version of my site.</p>
<p>I disabled all plugins except wpForo and Query Monitor - the problem remained. Still slow "wpForo" queries.</p>
<p>I switched to standard theme, but this page became work even 2 times slower - 60 seconds! And all slow queries by wpForo, again.&nbsp;</p>
<p>Disabled wpForo - no slow queries.</p>
<p>The problem was solved, in general, by updating wpForo to v.1.7.2 (I had 1.7.0). As I disabled all plugins, I disabled plugin that blocks plugin updates, and saw that wpForo has new version.</p>
<p>After update to v.1.7.2 I still have 2 "slow" queries "by wpForo" (the same as I discribed in 1st post) 0.5 seconds each, but total delay (1 second) is acceptable.</p>
<p>Thank you for your attention. I agree with you that wpForo has no reasons to call get_posts() for many times and slow the site such a way, but all changes with perfomance were after manipultaing with wpForo (disabling, updating), so may be there is actually some issue...</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>stan1z</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/wpforo-slows-site-useless-wp_posts-calls/#post-40297</guid>
                    </item>
				                    <item>
                        <title>RE: wpForo slows site - useless wp_posts calls</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/wpforo-slows-site-useless-wp_posts-calls/#post-40289</link>
                        <pubDate>Tue, 21 Apr 2020 17:47:57 +0000</pubDate>
                        <description><![CDATA[@stan1z,
Thank you for the details. And yes, this is not wpForo for sure. wpForo calls get_posts() WordPress functions one time. This function is injected by some custom code or by some plu...]]></description>
                        <content:encoded><![CDATA[<p>@stan1z,</p>
<p>Thank you for the details. And yes, this is not wpForo for sure. wpForo calls <span style="color: #993300">get_posts()</span> WordPress functions one time. This function is injected by some custom code or by some plugin or by the theme. So it's being initiated with wpForo. You should disable other plugins and st it again. Then check your active theme functions.php and then try to change the theme.</p>
<p>I recommend duplicate your website or backup before this manipulation, because changing the theme may affect some widget and menu settings. Use the <a href="https://wordpress.org/plugins/duplicator/" target="true">Duplicator plugin</a> and clone your website in some sub-domain and start disabling all plugins, then switch the theme to some defaults theme. You should only keep wpForo activated to see that this is not wpForo SQL. </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/wpforo-slows-site-useless-wp_posts-calls/#post-40289</guid>
                    </item>
				                    <item>
                        <title>RE: wpForo slows site - useless wp_posts calls</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/wpforo-slows-site-useless-wp_posts-calls/#post-40283</link>
                        <pubDate>Tue, 21 Apr 2020 14:54:06 +0000</pubDate>
                        <description><![CDATA[As for lookback issue, I don&#039;t now how actually locate it. I&#039;ve installed Site Heath plugin, it reports:

Your site couldn&#039;t complete loopback request
Loopback requests are used to run sc...]]></description>
                        <content:encoded><![CDATA[<p>As for lookback issue, I don't now how actually locate it. I've installed Site Heath plugin, it reports:</p>
<blockquote>
<p>Your site couldn't complete loopback request</p>
<p>Loopback requests are used to run scheduled events, and are also used by the built-in editors for themes and plugins to verify code stability.</p>
<p>The loopback request to your site failed, this means features relying on them are not currently working as expected.<br />Error encountered: (0) Response could not be parsed</p>
</blockquote>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>stan1z</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/wpforo-slows-site-useless-wp_posts-calls/#post-40283</guid>
                    </item>
				                    <item>
                        <title>RE: wpForo slows site - useless wp_posts calls</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/wpforo-slows-site-useless-wp_posts-calls/#post-40282</link>
                        <pubDate>Tue, 21 Apr 2020 14:38:43 +0000</pubDate>
                        <description><![CDATA[@robert
The URL of the page is
DB is MySQL 5.7.22 (InnoDB is on)
The report of Query Monitor regarding functions of this slow queries:
WP_Query-&gt;get_posts()
wp-includes/class-wp-query...]]></description>
                        <content:encoded><![CDATA[<p>@robert</p>
<p>The URL of the page is <a href="http://test.waralbum.ru/category/war/">http://test.waralbum.ru/category/war/</a></p>
<p>DB is <span>MySQL 5.7.22 (InnoDB is on)</span></p>
<p>The report of Query Monitor regarding functions of this slow queries:</p>
<p>WP_Query-&gt;get_posts()</p>
wp-includes/class-wp-query.php:2994<br />WP_Query-&gt;query()<br />wp-includes/class-wp-query.php:3413<br />WP_Query-&gt;__construct()<br />wp-includes/class-wp-query.php:3522<br />url_to_postid()<br />wp-includes/rewrite.php:612<br />wpforo_get_wp_post_content()<br />wp-content/plugins/wpforo/wpf-includes/functions.php:124<br />is_wpforo_shortcode_page()<br />wp-content/plugins/wpforo/wpf-includes/functions.php:117<br />wpForo-&gt;init_current_url()<br />wp-content/plugins/wpforo/wpforo.php:263<br />wpForo-&gt;init()<br />wp-content/plugins/wpforo/wpforo.php:247<br />do_action('init')<br />wp-includes/plugin.php:478
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>stan1z</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/wpforo-slows-site-useless-wp_posts-calls/#post-40282</guid>
                    </item>
				                    <item>
                        <title>RE: wpForo slows site - useless wp_posts calls</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/wpforo-slows-site-useless-wp_posts-calls/#post-40279</link>
                        <pubDate>Tue, 21 Apr 2020 12:57:03 +0000</pubDate>
                        <description><![CDATA[And, please answer on this questions:

First, please let me know what is your MySQL version.
Then make sure you use innoDB database type.
WordPress loopback issue. Don&#039;t forget disable o...]]></description>
                        <content:encoded><![CDATA[<p>And, please answer on this questions:</p>
<ol>
<li>First, please let me know what is your MySQL version.</li>
<li>Then make sure you use innoDB database type.</li>
<li>WordPress loopback issue. Don't forget disable other plugins when you check it. This can be other plugins affection.</li>
</ol>
<p>And, can we see that topic? </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/wpforo-slows-site-useless-wp_posts-calls/#post-40279</guid>
                    </item>
				                    <item>
                        <title>RE: wpForo slows site - useless wp_posts calls</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/wpforo-slows-site-useless-wp_posts-calls/#post-40278</link>
                        <pubDate>Tue, 21 Apr 2020 12:52:30 +0000</pubDate>
                        <description><![CDATA[Please leave direct URL to that page. Some component is connected to wpForo and that component generates the SQL. This is not wpForo SQL but somehow the SQL generator function is contacted t...]]></description>
                        <content:encoded><![CDATA[<p>Please leave direct URL to that page. Some component is connected to wpForo and that component generates the SQL. This is not wpForo SQL but somehow the SQL generator function is contacted to wpForo page. Can you click on the Query Monitor report and go to the functions and files that calls the SQL. This is important to find the real SQL caller.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/wpforo-slows-site-useless-wp_posts-calls/#post-40278</guid>
                    </item>
				                    <item>
                        <title>RE: wpForo slows site - useless wp_posts calls</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/wpforo-slows-site-useless-wp_posts-calls/#post-40277</link>
                        <pubDate>Tue, 21 Apr 2020 12:45:15 +0000</pubDate>
                        <description><![CDATA[@robert,
You can ignore all my points above This is not wpForo call for sure, this comes from the forum page widgets, not from wpForo widgets, these SQ are from other plugins. You can click...]]></description>
                        <content:encoded><![CDATA[<p>@robert,</p>
<p>You can ignore all my points above This is not wpForo call for sure, this comes from the forum page widgets, not from wpForo widgets, these SQ are from other plugins. You can click and investigate the calling tree. wpForo has no any relation to these SQL, even if you see the "wpforo" word in the column. <span style="color: #ff0000">That's wrong information. wpForo doesn't have any call for wp_posts and wp_taxonomies</span>. wpForo uses its own wp_wpforo_forums and wp_wpforo_posts tables. This is 100% not wpForo SQL.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/wpforo-slows-site-useless-wp_posts-calls/#post-40277</guid>
                    </item>
				                    <item>
                        <title>RE: wpForo slows site - useless wp_posts calls</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/wpforo-slows-site-useless-wp_posts-calls/#post-40273</link>
                        <pubDate>Tue, 21 Apr 2020 12:26:23 +0000</pubDate>
                        <description><![CDATA[Screen #2 - part of slow queries list
 q_wpforo2.png
Screen #3 - wpForo deactivated. The page generates during just 1,58 seconds (red strip on top).
 q_wpforo3.png]]></description>
                        <content:encoded><![CDATA[<p>Screen #2 - part of slow queries list</p>
<div id="wpfa-" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1587471983-q_wpforo2.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> q_wpforo2.png</a></div>
<p>Screen #3 - wpForo deactivated. The page generates during just 1,58 seconds (red strip on top).</p>
<div id="wpfa-" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1587472081-q_wpforo3.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> q_wpforo3.png</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>stan1z</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/wpforo-slows-site-useless-wp_posts-calls/#post-40273</guid>
                    </item>
				                    <item>
                        <title>wpForo slows site - useless wp_posts calls</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/wpforo-slows-site-useless-wp_posts-calls/#post-40272</link>
                        <pubDate>Tue, 21 Apr 2020 12:25:46 +0000</pubDate>
                        <description><![CDATA[Hello,
The categories of my site (photo catalog) became work very slow - 16 seconds to generate the page. The &quot;Query Monitor&quot; plugin displays that wpForo generate many slow calls like that:...]]></description>
                        <content:encoded><![CDATA[<p>Hello,</p>
<p>The categories of my site (photo catalog) became work very slow - 16 seconds to generate the page. The "Query Monitor" plugin displays that wpForo generate many slow calls like that:</p>
<pre>SELECT SQL_CALC_FOUND_ROWS wp_posts.ID<br />FROM wp_posts<br />LEFT JOIN wp_term_relationships<br />ON (wp_posts.ID = wp_term_relationships.object_id)<br />WHERE 1=1<br />AND ( wp_term_relationships.term_taxonomy_id IN (15,17,18,19,20,24,49,76,82,86,93,94,96,97,98,99,114,116,120,122,143,161,180,204,213,221,227,243,244,247,261,268,324,370,376,377,378,409,410,411,421,442,450,451,452,453,468,477,483,507,525,529,530,531,532,541,542,548,549,571,580,600,603,671,677,691,694,731,1038,1039,1042,1105,1245,1246,1248,1249,1250,1251,1252,1253,1254,1255,1274,1287,1291,1300,1302,1319,1328,1368,1369,1395,1396,1397,1429,1455,1486,1488,1502,1528,1545,1556,1578,1580,1581,1626,1647,1652,1657,1658,1659,1660,1661,1698,1699,1762,1763,1777,1782,1793,1818,1829,1830,1966,1976,2000,2032,2090,2099,2100,2108) )<br />AND wp_posts.post_type = 'post'<br />AND (wp_posts.post_status = 'publish'<br />OR wp_posts.post_status = 'private')<br />GROUP BY wp_posts.ID<br />ORDER BY wp_posts.post_date DESC<br />LIMIT 0, 10</pre>
<p>Why wpForo do this? How can I get rid of this?</p>
<p>Screens:</p>
<p>#1 - general query stats, 16 seconds by wpForo</p>
<div id="wpfa-" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1587471946-q_wpforo1.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> q_wpforo1.png</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>stan1z</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/wpforo-slows-site-useless-wp_posts-calls/#post-40272</guid>
                    </item>
							        </channel>
        </rss>
		