seems to be slower than when object cache is fully disabled
differences of 1 sec load time vs 5-21secs with redis
]]>Hi Eric(k),
I’ve implemented your Redis solution and wrote a little pull-request – https://github.com/ericmann/Redis-Object-Cache – (which has already been merged… w00t!!).
When I visit the website with the implemented Redis solution I notice an increment of the Redis cache…. nice! It fills the cache.
A couple of questions:
1. How can I show the Redis stats on my website?
2. How can I see if a page is served from Redis cache or not
regards,
Hans