<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Visual Composer Maxing out my Physical Memory Usage!? &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/visual-composer-maxing-out-my-physical-memory-usage/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/visual-composer-maxing-out-my-physical-memory-usage/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 15 Nov 2025 02:14:50 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/visual-composer-maxing-out-my-physical-memory-usage/#post-113438</guid>
					<title><![CDATA[Visual Composer Maxing out my Physical Memory Usage!?]]></title>
					<link>https://theme.co/archive/forums/topic/visual-composer-maxing-out-my-physical-memory-usage/#post-113438</link>
					<pubDate>Fri, 26 Sep 2014 20:55:06 +0000</pubDate>
					<dc:creator>lmndevelopment</dc:creator>

					<description>
						<![CDATA[
						<p>I keep getting disconnected or long load times due to the visual composer plugin spiking out my available resources. I recently even went and compressed all my videos down and deleted any unneeded content to free up space, as well as upgraded my resource level to well above my current mb usage. please help me resolve this issue so I can get back to working on my site! Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/visual-composer-maxing-out-my-physical-memory-usage/#post-113461</guid>
					<title><![CDATA[Reply To: Visual Composer Maxing out my Physical Memory Usage!?]]></title>
					<link>https://theme.co/archive/forums/topic/visual-composer-maxing-out-my-physical-memory-usage/#post-113461</link>
					<pubDate>Fri, 26 Sep 2014 21:16:38 +0000</pubDate>
					<dc:creator>lmndevelopment</dc:creator>

					<description>
						<![CDATA[
						<p>I found a thread regarding the same issue and attempted to input the given codes which you said worked and I recieved this error: Parse error: syntax error, unexpected end of file in /home/mymicielo1/public_html/lmn/wp-content/themes/x-child-integrity-light/functions.php on line 2</p>
<p>after inputting this code:</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
jQuery.ajaxSetup({<br />
  beforeSend : function(xhr, setting) {<br />
    if( setting.data == &#8216;action=wpb_single_image_src&#8217; || setting.data == &#8216;action=heartbeat&#8217;) {<br />
      xhr.abort();<br />
      return false;<br />
    }<br />
  }<br />
});<br />
&lt;/script&gt;<br />
&lt;?php </p>
<p>}</p>
<p>});</p>
<p>Please help, bc now I cant even go back to work on anything</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/visual-composer-maxing-out-my-physical-memory-usage/#post-113462</guid>
					<title><![CDATA[Reply To: Visual Composer Maxing out my Physical Memory Usage!?]]></title>
					<link>https://theme.co/archive/forums/topic/visual-composer-maxing-out-my-physical-memory-usage/#post-113462</link>
					<pubDate>Fri, 26 Sep 2014 21:18:02 +0000</pubDate>
					<dc:creator>Mrinal</dc:creator>

					<description>
						<![CDATA[
						<p>HI There, </p>
<p>Thanks for writing in! </p>
<p>May I know, Which hosting you&#8217;re using? And would you mind sharing your login info here as private reply? So we can take a closer look. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/visual-composer-maxing-out-my-physical-memory-usage/#post-113485</guid>
					<title><![CDATA[Reply To: Visual Composer Maxing out my Physical Memory Usage!?]]></title>
					<link>https://theme.co/archive/forums/topic/visual-composer-maxing-out-my-physical-memory-usage/#post-113485</link>
					<pubDate>Fri, 26 Sep 2014 21:44:02 +0000</pubDate>
					<dc:creator>lmndevelopment</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/visual-composer-maxing-out-my-physical-memory-usage/#post-113495</guid>
					<title><![CDATA[Reply To: Visual Composer Maxing out my Physical Memory Usage!?]]></title>
					<link>https://theme.co/archive/forums/topic/visual-composer-maxing-out-my-physical-memory-usage/#post-113495</link>
					<pubDate>Fri, 26 Sep 2014 22:05:04 +0000</pubDate>
					<dc:creator>lmndevelopment</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/visual-composer-maxing-out-my-physical-memory-usage/#post-113540</guid>
					<title><![CDATA[Reply To: Visual Composer Maxing out my Physical Memory Usage!?]]></title>
					<link>https://theme.co/archive/forums/topic/visual-composer-maxing-out-my-physical-memory-usage/#post-113540</link>
					<pubDate>Fri, 26 Sep 2014 23:47:06 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Your copied code is not gonna work because it is not complete.</p>
<pre><code>add_action(&#039;admin_head&#039;, function(){ 
  
  $user_page = get_current_screen();
  if( $user_page-&gt;post_type == &#039;post&#039; || $user_page-&gt;post_type == &#039;page&#039; ) {

?&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
jQuery.ajaxSetup({
  beforeSend : function(xhr, setting) {
    if( setting.data == &#039;action=wpb_single_image_src&#039; || setting.data == &#039;action=heartbeat&#039;) {
      xhr.abort();
      return false;
    }
  }
});
&lt;/script&gt;
&lt;?php 

}

});</code></pre>
<p>And you&#8217;re not gonna replace your child theme&#8217;s functions.php code. Just append that code at the very end of functions.php</p>
<p>functions.php should look like this.</p>
<pre><code>&lt;?php

// =============================================================================
// FUNCTIONS.PHP
// -----------------------------------------------------------------------------
// Overwrite or add your own custom functions to X in this file.
// =============================================================================

add_action(&#039;admin_head&#039;, function(){ 
  
  $user_page = get_current_screen();
  if( $user_page-&gt;post_type == &#039;post&#039; || $user_page-&gt;post_type == &#039;page&#039; ) {

?&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
jQuery.ajaxSetup({
  beforeSend : function(xhr, setting) {
    if( setting.data == &#039;action=wpb_single_image_src&#039; || setting.data == &#039;action=heartbeat&#039;) {
      xhr.abort();
      return false;
    }
  }
});
&lt;/script&gt;
&lt;?php 

}

});
</code></pre>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/visual-composer-maxing-out-my-physical-memory-usage/#post-113558</guid>
					<title><![CDATA[Reply To: Visual Composer Maxing out my Physical Memory Usage!?]]></title>
					<link>https://theme.co/archive/forums/topic/visual-composer-maxing-out-my-physical-memory-usage/#post-113558</link>
					<pubDate>Sat, 27 Sep 2014 00:54:21 +0000</pubDate>
					<dc:creator>lmndevelopment</dc:creator>

					<description>
						<![CDATA[
						<p>my website is back up if you could please look into resolving the visual composer eating up all my resources and losing connection especially when trying to work on my home page, thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/visual-composer-maxing-out-my-physical-memory-usage/#post-113560</guid>
					<title><![CDATA[Reply To: Visual Composer Maxing out my Physical Memory Usage!?]]></title>
					<link>https://theme.co/archive/forums/topic/visual-composer-maxing-out-my-physical-memory-usage/#post-113560</link>
					<pubDate>Sat, 27 Sep 2014 00:55:02 +0000</pubDate>
					<dc:creator>lmndevelopment</dc:creator>

					<description>
						<![CDATA[
						<p><a href="http://lmn.lmndevelopment.com/" rel="nofollow">http://lmn.lmndevelopment.com/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/visual-composer-maxing-out-my-physical-memory-usage/#post-113677</guid>
					<title><![CDATA[Reply To: Visual Composer Maxing out my Physical Memory Usage!?]]></title>
					<link>https://theme.co/archive/forums/topic/visual-composer-maxing-out-my-physical-memory-usage/#post-113677</link>
					<pubDate>Sat, 27 Sep 2014 11:25:00 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>One of the reasons that I think you get that Visual Composer problem is that you use theme version 2.3 but have x-shortcode version 2.4</p>
<p>Please update the theme to the latest version: </p>
<p><a href="http://theme.co/x/member/kb/updating-your-theme-and-plugins/" rel="nofollow">http://theme.co/x/member/kb/updating-your-theme-and-plugins/</a></p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/visual-composer-maxing-out-my-physical-memory-usage/#post-114248</guid>
					<title><![CDATA[Reply To: Visual Composer Maxing out my Physical Memory Usage!?]]></title>
					<link>https://theme.co/archive/forums/topic/visual-composer-maxing-out-my-physical-memory-usage/#post-114248</link>
					<pubDate>Sun, 28 Sep 2014 19:37:03 +0000</pubDate>
					<dc:creator>lmndevelopment</dc:creator>

					<description>
						<![CDATA[
						<p>ok thanks alot!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

