BenjaminAdams / wp-redis-cache

Cache Wordpress faster
157 stars 37 forks source link

Only Footer is cached #5

Open jasondavis opened 11 years ago

jasondavis commented 11 years ago

I was excited to find this project however once I tested it, every page of my site only caches the footer section of my pages.

I am not sure is possibly it is due to a setting in Redis that is cutting off content or if it is another issue, any ideas?

BenjaminAdams commented 11 years ago

That's really strange, what happens if you create a php file in the root of your WP site that contains only this:

require('./wp-blog-header.php');
jasondavis commented 11 years ago

Hello thanks for responding. If I create a file with just the require('./wp-blog-header.php'); then it shows a blank screen.

Now if I add define('WP_USE_THEMES', true); before it, it will show the whole site as it normally does

BenjaminAdams commented 11 years ago

Just trying to help you debug here...What happens if you use wp-redis-cache with just the wordpress default theme installed?