null_
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] debug infosounds great! Any ideas on the xcache page caching potentially not working, as it displays Cache Enabled, but never cached?
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] debug infoto clarify, I still see the output telling me sql queries were cached via xcache in both cases, but when using disk (enahnced) for page, the page specific caching doesn’t display, though it does for just “disk” page caching.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] debug infoyes, when using disk, I get.
<!– W3 Total Cache: Page cache debug info:
Engine: disk
Key: w3tc_170cfab40c13563753d804f48b40a98a_page_d38dd2d9f595dc58d064c70e4f434e23_gzip
Caching: enabled
Status: cached
Creation Time: 0.001s
Header info:
X-Powered-By: W3 Total Cache/0.8.5.2When using disk (enhanced), I don’t see any output at all for page caching.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] debug infoThe caching of sql queries works after the change is reverted, however the page caching is still showing as not-cached, shown in my above post.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] debug infoso in my case, I had xcache.var_size left at the default of 0. I changed that, and am now seeing the sql queries properly cached via xcache, though my page still isn’t.
When making the changes you specified, originally it gave me errors due to var_size being 0, once fixed, all of my pages then stop working completely with the changed lines.
<!– W3 Total Cache: Page cache debug info:
Engine: xcache
Key: w3tc_170cfab40c13563753d804f48b40a98a_page_ebf6ffc164b4d05f6df4c90ed0597ceb_gzip
Caching: enabled
Status: not cached
Creation Time: 0.077s
Header info:
X-Powered-By: W3 Total Cache/0.8.5.2Forum: Plugins
In reply to: [Plugin: W3 Total Cache] debug infooh excellent! Now if only we can get xcache-based caching working then 🙂
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] debug infodon’t suppose either of you could share your nginx conf rewrite rules that work with w3tc? Looking to migrate to nginx, but not unless I can get w3tc working with it.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] debug infoWent back to xcache as well, as thats what I’d like to get working. Using apache (not fcgi), xcache is working, I see hits via its admin panel, but still nothing showing as cached via w3tc. DB queries and pages both return “Enabled” and “Not Cached”.
I’m using the most recent dev version.
<!– W3 Total Cache: Page cache debug info:
Engine: xcache
Key: w3tc_170cfab40c13563753d804f48b40a98a_page_6666cd76f96956469e7be39d750cc7d9_gzip
Caching: enabled
Status: not cached
Creation Time: 0.154s
Header info:
X-Powered-By: W3 Total Cache/0.8.5.2
Last-Modified: Wed, 05 May 2010 19:17:45 GMT
Vary: Accept-Encoding, Cookie
Pragma: public
Expires: Wed, 05 May 2010 20:17:45 GMT
Cache-Control: max-age=3600, public, must-revalidate, proxy-revalidate
Etag: 1be94fc39b210c9f28f8ff5715d43ade
Content-Encoding: gzip
X-Pingback: ***********************88
Content-Type: text/html; charset=UTF-8
–>Forum: Plugins
In reply to: [Plugin: W3 Total Cache] debug infoI’m seeing a similar problem, I originally tried using xcache for page/minify/db, but nothing was showing as cached in debug. I then switched to disk (enahnced where applicable), and now I see queries being cached, but never the page.
<!– W3 Total Cache: Page cache debug info:
Engine: disk (enhanced)
Key: buyers/tip-2/_default_.html.gzip
Caching: enabled
Status: not cached
Creation Time: 0.081s
Header info:
X-Powered-By: W3 Total Cache/0.8.5.2
X-Pingback: *********************************
Content-Type: text/html; charset=UTF-8
Last-Modified: Tue, 04 May 2010 21:02:56 GMT
Vary: Accept-Encoding, Cookie
Pragma: public
Expires: Tue, 04 May 2010 22:02:56 GMT
Cache-Control: max-age=3600, public, must-revalidate, proxy-revalidate
Etag: 18913c8a27fb78c6f285009971fe67fd
Content-Encoding: gzip
–>I downloaded the development version as advised, but the results above are the same.