<?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>optimization &#8211; W3 Total Cache Conflict &#8211; (Flush) &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/optimization-w3-total-cache-conflict-flush/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/optimization-w3-total-cache-conflict-flush/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 18 Oct 2025 03:23:56 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/optimization-w3-total-cache-conflict-flush/#post-131217</guid>
					<title><![CDATA[optimization &#8211; W3 Total Cache Conflict &#8211; (Flush)]]></title>
					<link>https://theme.co/archive/forums/topic/optimization-w3-total-cache-conflict-flush/#post-131217</link>
					<pubDate>Fri, 24 Oct 2014 03:05:02 +0000</pubDate>
					<dc:creator>PWhite2</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>W3 Total Cache freezes my site and does not display formatting correctly.  I have been all over their plugin support and came across this thread&#8230;</p>
<p>The question: I see garbage characters instead of the normal web site, what&#8217;s going on here?</p>
<p>Their solution: If a theme or it’s files use the call php_flush() or function flush() that will interfere with the plugins normal operation; making the plugin send cached files before essential operations have finished. The flush() call is no longer necessary and should be removed.</p>
<p>My question:  I do not know if this is applicable and if so, how do I go about finding this flush function and how do I go about removing it?</p>
<p>If this is not the case, please advise on what you think the issue may be?  I really would like for W3 Total Cache to work for me because my page is loading at 11 seconds!  That&#8217;s crazy!!  I&#8217;ve put so much work into it and I really do not want to revert back to my old theme.</p>
<p>I&#8217;ve deactivated and deleted 3rd party plugins.  I&#8217;ve added the code to my public_html/.htacess per themeco&#8217;s suggestion on the optimization article.  I&#8217;ve also followed all the steps on TOM&#8217;s article on optimization.  I&#8217;ve smushed and resized all my pictures.  I&#8217;m waiting on 1 support question in another thread about how to specify image dimensions directly on the html img src but other than that I am at a lost.  </p>
<p>I have a CDN and am using Cloudflare. 11 seconds to load my home page is insane.  The GT metric tells me my biggest problem is I need to Leverage browser caching.  I can&#8217;t seem to do that without W3 Total Cache &#8211; but I can&#8217;t use W3 Total Cache because it freezes my website.</p>
<p>Please help.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/optimization-w3-total-cache-conflict-flush/#post-131218</guid>
					<title><![CDATA[Reply To: optimization &#8211; W3 Total Cache Conflict &#8211; (Flush)]]></title>
					<link>https://theme.co/archive/forums/topic/optimization-w3-total-cache-conflict-flush/#post-131218</link>
					<pubDate>Fri, 24 Oct 2014 03:05:58 +0000</pubDate>
					<dc:creator>PWhite2</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/optimization-w3-total-cache-conflict-flush/#post-131544</guid>
					<title><![CDATA[Reply To: optimization &#8211; W3 Total Cache Conflict &#8211; (Flush)]]></title>
					<link>https://theme.co/archive/forums/topic/optimization-w3-total-cache-conflict-flush/#post-131544</link>
					<pubDate>Fri, 24 Oct 2014 15:11:03 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>First of all I feel that the cache plugin will not make your 11 seconds load time magically to 2 for example.</p>
<p>Maybe you need to check another hosting provider with the same situation of your website and see your results.</p>
<pre><code>Regrading the Flush function we se flush() and wp_cache_flush() function here:

wp-content/themes/x/framework/functions/global/admin/tmg/activation.php

  473                  /** Flush plugins cache so we can make sure that the installed plugins list is always up to date */
  474:                 wp_cache_flush();
  475  
  476                  /** Only activate plugins if the config option is set to true */
  ...
 1782                  if ( TGM_Plugin_Activation::$instance-&gt;is_automatic ) {
 1783                      /** Flush plugins cache so we can make sure that the installed plugins list is always up to date */
 1784:                     wp_cache_flush();
 1785  
 1786                      /** Get the installed plugin file and activate it */
 ....
 1803  
 1804                  /** Flush plugins cache so we can make sure that the installed plugins list is always up to date */
 1805:                 wp_cache_flush();
 1806  
 1807                  /** Set install footer strings */
 ....
 2029  
 2030                  /** Flush plugins cache so we can make sure that the installed plugins list is always up to date */
 2031:                 wp_cache_flush();
 2032  
 2033                  /** Display message based on if all plugins are now active or not */
 ....
 2064  
 2065                  wp_ob_end_flush_all();
 2066:                 flush();
 2067  
 2068              }
 ....
 2077  
 2078                  wp_ob_end_flush_all();
 2079:                 flush();
 2080                  $this-&gt;i++;
 2081  </code></pre>
<p>But I am no sure how this will help you regarding w3total cache.</p>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

