<?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>
									Deferred loading or lazy load of the commenting system for wpdiscuz - How-To and Troubleshooting				            </title>
            <link>https://gvectors.com/forum/how-to-and-troubleshooting/deferred-loading-or-lazy-load-of-the-commenting-system-for-wpdiscuz/</link>
            <description>WordPress Plugins Support Forum</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 10 May 2026 21:02:34 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Deferred loading or lazy load of the commenting system for wpdiscuz</title>
                        <link>https://gvectors.com/forum/how-to-and-troubleshooting/deferred-loading-or-lazy-load-of-the-commenting-system-for-wpdiscuz/#post-17766</link>
                        <pubDate>Sun, 15 Sep 2019 13:22:26 +0000</pubDate>
                        <description><![CDATA[This method is specific to W3 Total Cache, please don&#039;t cancel this feature request as it is essential for CDN HTML-caching of the posts pages.]]></description>
                        <content:encoded><![CDATA[<p>This method is specific to W3 Total Cache, please don't cancel this feature request as it is essential for CDN HTML-caching of the posts pages.</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/how-to-and-troubleshooting/">How-To and Troubleshooting</category>                        <dc:creator>omriamos</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/how-to-and-troubleshooting/deferred-loading-or-lazy-load-of-the-commenting-system-for-wpdiscuz/#post-17766</guid>
                    </item>
				                    <item>
                        <title>RE: Deferred loading or lazy load of the commenting system for wpdiscuz</title>
                        <link>https://gvectors.com/forum/how-to-and-troubleshooting/deferred-loading-or-lazy-load-of-the-commenting-system-for-wpdiscuz/#post-17765</link>
                        <pubDate>Sun, 15 Sep 2019 13:20:40 +0000</pubDate>
                        <description><![CDATA[Posted by: @tomson The issue mentioned in this topic is not script loading problem.True, I&#039;ve checked again and now I see that the only things not deferred are the recaptcha and the Facebook...]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="1" data-postid="17762" data-mention="tomson"><div class="wpforo-post-quote-author"><strong> Posted by: @tomson </strong></div><p>The issue mentioned in this topic is not script loading problem.</p></blockquote><p>True, I've checked again and now I see that the only things not deferred are the recaptcha and the Facebook connect code, which has some inline JS.</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/how-to-and-troubleshooting/">How-To and Troubleshooting</category>                        <dc:creator>SirLouen</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/how-to-and-troubleshooting/deferred-loading-or-lazy-load-of-the-commenting-system-for-wpdiscuz/#post-17765</guid>
                    </item>
				                    <item>
                        <title>RE: Deferred loading or lazy load of the commenting system for wpdiscuz</title>
                        <link>https://gvectors.com/forum/how-to-and-troubleshooting/deferred-loading-or-lazy-load-of-the-commenting-system-for-wpdiscuz/#post-17764</link>
                        <pubDate>Sun, 15 Sep 2019 13:19:35 +0000</pubDate>
                        <description><![CDATA[Posted by: @peacherd Sure! I basically used Page Caching Fragment feature from W3 Total Cache (mfunc) and englobed the WPDiscuz shortcode inside wpquery within the mfunc tags inside my singl...]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="12418" data-postid="17763" data-mention="peacherd"><div class="wpforo-post-quote-author"><strong> Posted by: @peacherd </strong></div><p>Sure! I basically used Page Caching Fragment feature from W3 Total Cache (mfunc) and englobed the WPDiscuz shortcode inside wpquery within the mfunc tags inside my single template.</p><p>This way, even though mfunc can't tell what post the user is looking at, which made comments_template() impossible to use, one makes the loop inside mfunc thanks to the wpquery. Thus, all the page is cached but the comment template is dynamically loaded every time.</p></blockquote><p>Nice! Thank you for sharing this information.</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/how-to-and-troubleshooting/">How-To and Troubleshooting</category>                        <dc:creator>Tom</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/how-to-and-troubleshooting/deferred-loading-or-lazy-load-of-the-commenting-system-for-wpdiscuz/#post-17764</guid>
                    </item>
				                    <item>
                        <title>RE: Deferred loading or lazy load of the commenting system for wpdiscuz</title>
                        <link>https://gvectors.com/forum/how-to-and-troubleshooting/deferred-loading-or-lazy-load-of-the-commenting-system-for-wpdiscuz/#post-17763</link>
                        <pubDate>Sun, 15 Sep 2019 13:03:59 +0000</pubDate>
                        <description><![CDATA[Posted by: @tomson  Posted by: @peacherd @astghikSorry for being pushy on this subject! I finally found a way to make WPDiscuz dynamic with W3 Total Cache activated so all is good, but I wou...]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="1" data-postid="17760" data-mention="tomson"><div class="wpforo-post-quote-author"><strong> Posted by: @tomson </strong></div><blockquote data-userid="12418" data-postid="17751" data-mention="peacherd"><div class="wpforo-post-quote-author"><strong> Posted by: @peacherd </strong></div><p>@astghik</p><p>Sorry for being pushy on this subject! I finally found a way to make WPDiscuz dynamic with W3 Total Cache activated so all is good, but I wouldn't mind this feature being developped when possible.</p></blockquote><p>Thank you for letting us know. It would be great to know what exactly you did to solve this conflict.</p></blockquote><p>Sure! I basically used Page Caching Fragment feature from W3 Total Cache (mfunc) and englobed the WPDiscuz shortcode inside wpquery within the mfunc tags inside my single template.</p><p>This way, even though mfunc can't tell what post the user is looking at, which made comments_template() impossible to use, one makes the loop inside mfunc thanks to the wpquery. Thus, all the page is cached but the comment template is dynamically loaded every time.</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/how-to-and-troubleshooting/">How-To and Troubleshooting</category>                        <dc:creator>peacherd</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/how-to-and-troubleshooting/deferred-loading-or-lazy-load-of-the-commenting-system-for-wpdiscuz/#post-17763</guid>
                    </item>
				                    <item>
                        <title>RE: Deferred loading or lazy load of the commenting system for wpdiscuz</title>
                        <link>https://gvectors.com/forum/how-to-and-troubleshooting/deferred-loading-or-lazy-load-of-the-commenting-system-for-wpdiscuz/#post-17762</link>
                        <pubDate>Sun, 15 Sep 2019 12:13:25 +0000</pubDate>
                        <description><![CDATA[Posted by: @sirlouen  Posted by: @tomson  Posted by: @peacherd @astghikSorry for being pushy on this subject! I finally found a way to make WPDiscuz dynamic with W3 Total Cache activated so ...]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="12432" data-postid="17761" data-mention="sirlouen"><div class="wpforo-post-quote-author"><strong> Posted by: @sirlouen </strong></div><blockquote data-userid="1" data-postid="17760" data-mention="tomson"><div class="wpforo-post-quote-author"><strong> Posted by: @tomson </strong></div><blockquote data-userid="12418" data-postid="17751" data-mention="peacherd"><div class="wpforo-post-quote-author"><strong> Posted by: @peacherd </strong></div><p>@astghik</p><p>Sorry for being pushy on this subject! I finally found a way to make WPDiscuz dynamic with W3 Total Cache activated so all is good, but I wouldn't mind this feature being developped when possible.</p></blockquote><p>Thank you for letting us know. It would be great to know what exactly you did to solve this conflict.</p></blockquote><p>I'm on Wp-Rocket, and have not found a solution in that sense. According to WP Rocket good practices is the way you load the JS, which makes difficult for them to defer it. </p><p>Not sure, but maybe Lity library is the issue by not using referring libraries</p><p><a href="https://github.com/madrobby/zepto/blob/master/src/deferred.js">https://github.com/madrobby/zepto/blob/master/src/deferred.js</a></p><p>Scripts should be always loaded with the WordPress script loading functions, otherwise they will never be intercepted by most Cache plugins.</p></blockquote><p>Sure, all wpDiscuz scripts are loaded via WordPress functions with 100% WP standards. The issue mentioned in this topic is not script loading problem. </p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/how-to-and-troubleshooting/">How-To and Troubleshooting</category>                        <dc:creator>Tom</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/how-to-and-troubleshooting/deferred-loading-or-lazy-load-of-the-commenting-system-for-wpdiscuz/#post-17762</guid>
                    </item>
				                    <item>
                        <title>RE: Deferred loading or lazy load of the commenting system for wpdiscuz</title>
                        <link>https://gvectors.com/forum/how-to-and-troubleshooting/deferred-loading-or-lazy-load-of-the-commenting-system-for-wpdiscuz/#post-17761</link>
                        <pubDate>Sun, 15 Sep 2019 12:03:10 +0000</pubDate>
                        <description><![CDATA[Posted by: @tomson  Posted by: @peacherd @astghikSorry for being pushy on this subject! I finally found a way to make WPDiscuz dynamic with W3 Total Cache activated so all is good, but I wou...]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="1" data-postid="17760" data-mention="tomson"><div class="wpforo-post-quote-author"><strong> Posted by: @tomson </strong></div><blockquote data-userid="12418" data-postid="17751" data-mention="peacherd"><div class="wpforo-post-quote-author"><strong> Posted by: @peacherd </strong></div><p>@astghik</p><p>Sorry for being pushy on this subject! I finally found a way to make WPDiscuz dynamic with W3 Total Cache activated so all is good, but I wouldn't mind this feature being developped when possible.</p></blockquote><p>Thank you for letting us know. It would be great to know what exactly you did to solve this conflict.</p></blockquote><p>I'm on Wp-Rocket, and have not found a solution in that sense. According to WP Rocket good practices is the way you load the JS, which makes difficult for them to defer it. </p><p>Not sure, but maybe Lity library is the issue by not using referring libraries</p><p><a href="https://github.com/madrobby/zepto/blob/master/src/deferred.js">https://github.com/madrobby/zepto/blob/master/src/deferred.js</a></p><p>Scripts should be always loaded with the WordPress script loading functions, otherwise they will never be intercepted by most Cache plugins.</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/how-to-and-troubleshooting/">How-To and Troubleshooting</category>                        <dc:creator>SirLouen</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/how-to-and-troubleshooting/deferred-loading-or-lazy-load-of-the-commenting-system-for-wpdiscuz/#post-17761</guid>
                    </item>
				                    <item>
                        <title>RE: Deferred loading or lazy load of the commenting system for wpdiscuz</title>
                        <link>https://gvectors.com/forum/how-to-and-troubleshooting/deferred-loading-or-lazy-load-of-the-commenting-system-for-wpdiscuz/#post-17760</link>
                        <pubDate>Sun, 15 Sep 2019 11:44:07 +0000</pubDate>
                        <description><![CDATA[Posted by: @peacherd @astghikSorry for being pushy on this subject! I finally found a way to make WPDiscuz dynamic with W3 Total Cache activated so all is good, but I wouldn&#039;t mind this feat...]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="12418" data-postid="17751" data-mention="peacherd"><div class="wpforo-post-quote-author"><strong> Posted by: @peacherd </strong></div><p>@astghik</p><p>Sorry for being pushy on this subject! I finally found a way to make WPDiscuz dynamic with W3 Total Cache activated so all is good, but I wouldn't mind this feature being developped when possible.</p></blockquote><p>Thank you for letting us know. It would be great to know what exactly you did to solve this conflict.</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/how-to-and-troubleshooting/">How-To and Troubleshooting</category>                        <dc:creator>Tom</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/how-to-and-troubleshooting/deferred-loading-or-lazy-load-of-the-commenting-system-for-wpdiscuz/#post-17760</guid>
                    </item>
				                    <item>
                        <title>RE: Deferred loading or lazy load of the commenting system for wpdiscuz</title>
                        <link>https://gvectors.com/forum/how-to-and-troubleshooting/deferred-loading-or-lazy-load-of-the-commenting-system-for-wpdiscuz/#post-17751</link>
                        <pubDate>Sat, 14 Sep 2019 13:31:27 +0000</pubDate>
                        <description><![CDATA[@astghikSorry for being pushy on this subject! I finally found a way to make WPDiscuz dynamic with W3 Total Cache activated so all is good, but I wouldn&#039;t mind this feature being developped ...]]></description>
                        <content:encoded><![CDATA[<p>@astghik</p><p>Sorry for being pushy on this subject! I finally found a way to make WPDiscuz dynamic with W3 Total Cache activated so all is good, but I wouldn't mind this feature being developped when possible. </p><p>Again, thanks for a great plugin that isn't surpassed by any! Time to get some additionnal plugins ;)</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/how-to-and-troubleshooting/">How-To and Troubleshooting</category>                        <dc:creator>peacherd</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/how-to-and-troubleshooting/deferred-loading-or-lazy-load-of-the-commenting-system-for-wpdiscuz/#post-17751</guid>
                    </item>
				                    <item>
                        <title>RE: Deferred loading or lazy load of the commenting system for wpdiscuz</title>
                        <link>https://gvectors.com/forum/how-to-and-troubleshooting/deferred-loading-or-lazy-load-of-the-commenting-system-for-wpdiscuz/#post-17750</link>
                        <pubDate>Sat, 14 Sep 2019 13:24:25 +0000</pubDate>
                        <description><![CDATA[@peacherdI&#039;m really sorry, but I cannot provide any ETA yet. I&#039;ll update this support topic once I get some news for you.]]></description>
                        <content:encoded><![CDATA[<p>@peacherd</p><p>I'm really sorry, but I cannot provide any ETA yet. I'll update this support topic once I get some news for you. </p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/how-to-and-troubleshooting/">How-To and Troubleshooting</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/how-to-and-troubleshooting/deferred-loading-or-lazy-load-of-the-commenting-system-for-wpdiscuz/#post-17750</guid>
                    </item>
				                    <item>
                        <title>RE: Deferred loading or lazy load of the commenting system for wpdiscuz</title>
                        <link>https://gvectors.com/forum/how-to-and-troubleshooting/deferred-loading-or-lazy-load-of-the-commenting-system-for-wpdiscuz/#post-17727</link>
                        <pubDate>Fri, 13 Sep 2019 12:45:00 +0000</pubDate>
                        <description><![CDATA[Bump!]]></description>
                        <content:encoded><![CDATA[<p>Bump!</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/how-to-and-troubleshooting/">How-To and Troubleshooting</category>                        <dc:creator>peacherd</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/how-to-and-troubleshooting/deferred-loading-or-lazy-load-of-the-commenting-system-for-wpdiscuz/#post-17727</guid>
                    </item>
							        </channel>
        </rss>
		