You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just wanted to discuss the following Object Caching point you indicate here https://pressjitsu.com/blog/redis-page-cache-for-wordpress/ which seems a bit misleading.
Yes, with common (old) Redis object caches, a Redis object cache might not be advisable in all cases - HOWEVER: when using pipelining in redis to get all things at once, a redis object cache will drastically reduce the load and increase the speed.
Hey,
just wanted to discuss the following Object Caching point you indicate here https://pressjitsu.com/blog/redis-page-cache-for-wordpress/ which seems a bit misleading.
Yes, with common (old) Redis object caches, a Redis object cache might not be advisable in all cases - HOWEVER: when using pipelining in redis to get all things at once, a redis object cache will drastically reduce the load and increase the speed.
What do you think?
EDIT: oops, should be here: https://github.com/pressjitsu/pj-page-cache-red/issues
The text was updated successfully, but these errors were encountered: