First the effectiveness noticed before was spotty. It worked very well in some areas such as HTML minification and CSS/JS rewriting and optimization. The bad was images, it doesn't seem to ever want to touch images. For reasons I can't figure out.
Second, here is the full list from the console:
Notable issues (Click through for the links for info on how to fix these problems):
- Cache misses: 66%
- Image rewrite failures: 0.12%
- Resources not loaded because of fetch failure: 0.00%
- Resources not rewritten because domain wasn't authorized: 0.00%
- Resources not rewritten because of restrictive Cache-Control headers: 0.00%
- Cache lookups were expired: 0.00%
- CSS files not rewritten because of parse errors: 0.00%
- JavaScript minification failures: 0.00%
- CSS combine opportunities missed: 0.00%
Third, I knew cache issues were a problem from looking into logs. However this seems mostly to be from the images that pagespeed doesn't seem to like working with me on. I'm clueless as to image rewrites, since that is actually the main issue I see it not doing yet it is reporting such a low failure rate.
My current debugging process for the cache has been to double check where it is being stored. That involves first checking the configuration to make sure it is right, then checking that folders permissions. It is owned by the apache user and php-fpm user, so it should be functional. Beyond that, I'm not sure why it wouldn't be writing to/pulling from the cache.
As far as debugging the image rewrite failures, I'm completely lost on how to debug that out. Judging from my error log if I can solve the cache issue then that should get solved as well. Finally for reference, here is an example of the error log " [Wed Jun 05 15:56:06 2013] [error] [mod_pagespeed 1.5.28.2-3084 @4294] Failed to stat /srv/web/etc/cache/pagespeed/rname/ic_tfmJjSHiymrVdpBINg_b/http,3A/,2Fwww.untamedworlds.com/uploaded/thumbnails/280_8556_180x250.jpg,40x,40_,55qdF2: No such file or directory "
Here is the requested information (perhaps a little more.) Please let me know if anymore information can be used at this stage and I'll get it as soon as I can.