awhig
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Version 0.9.2.4 breaks a lot of thingsWell, I figured out why I’m missing all the data I use to see in the comments.
I tweeted about W3TC from the plugin admin pages, and that seems to be some trigger that hides that info. I’m not sure why…
is_supported() is now true on my site, so it changes the comment data output…
Anyone know why?
Rich
if ($this->is_supported()) {
$buffer .= sprintf(“\r\n<!– Served from: %s @ %s by W3 Total Cache –>”, w3_escape_comment($host), $date);
} else {
$strings = array();if ($this->_config->get_boolean(‘minify.enabled’) && !$this->_config->get_boolean(‘minify.debug’)) {
require_once W3TC_LIB_W3_DIR . ‘/Plugin/Minify.php’;
$w3_plugin_minify = & W3_Plugin_Minify::instance();$strings[] = sprintf(“Minified using %s%s”, w3_get_engine_name($this->_config->get_string(‘minify.engine’)), ($w3_plugin_minify->minify_reject_reason != ” ? sprintf(‘ (%s)’, $w3_plugin_minify->minify_reject_reason) : ”));
}if ($this->_config->get_boolean(‘pgcache.enabled’) && !$this->_config->get_boolean(‘pgcache.debug’)) {
require_once W3TC_LIB_W3_DIR . ‘/PgCache.php’;
$w3_pgcache = & W3_PgCache::instance();$strings[] = sprintf(“Page Caching using %s%s”, w3_get_engine_name($this->_config->get_string(‘pgcache.engine’)), ($w3_pgcache->cache_reject_reason != ” ? sprintf(‘ (%s)’, $w3_pgcache->cache_reject_reason) : ”));
}Forum: Plugins
In reply to: [W3 Total Cache] Version 0.9.2.4 breaks a lot of thingsI updated to 0.9.2.4. I immediately noticed problems, with error messages, etc.
I then reverted back to 0.9.2.3. No error messages, etc.
But when I view the bottom of my home page, I no longer see the caching metrics I usually see in the comments. When I ran with debug, it wasn’t even caching my homepage, saying that the trailing slash prevented the page caching from occuring.
I use to see the following before .4, now after reverting to .3, I see nothing. Please help!!!
Rich
<!– Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/wordpress-plugins/
Minified using disk
Page Caching using disk (enhanced)
Database Caching using disk
Object Caching 1620/1621 objects using diskI am running 0.9.2.3 and when I view debug info for my home page, it says it is not caching it due to the slash…
Please help.
<!– W3 Total Cache: Page cache debug info:
Engine: disk (enhanced)
Cache key: _index.html
Caching: disabled
Reject reason: Requested URI has a trailing slash
Status: not cached
Creation Time: 1.739s
Header info:
X-Pingback: https://www.——.com/—–/xmlrpc.php
Content-Type: text/html; charset=UTF-8
X-Powered-By: W3 Total Cache/0.9.2.3