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
Average time for [WP_Object_Cache::get]
Pantheon
403,407 ms
Pressjitsu
163,472 ms (2.5x faster)
The most heavy functions for Pantheon's version is this 2 taking almost 50% of the time:
WP_Object_Cache::_isset_internal
WP_Object_Cache::_get_internal
Are you still experiencing differential performance? I understand that even the WordPress core has undergone many improvements that should enhance the object caching performance.
Comparing this plugin with other abandoned wp redis plugin here:
https://github.com/pressjitsu/pj-object-cache-red
Profiler: xhprof
Tested data:
The most heavy functions for Pantheon's version is this 2 taking almost 50% of the time:
WP_Object_Cache::_isset_internal
WP_Object_Cache::_get_internal
Is there anyway we apply similar strategy like Pressjitsu does?
Here's the in depth strategy they use:
https://web.archive.org/web/20201108140712/https://pressjitsu.com/blog/redis-object-cache-wordpress/
The reason I dont use it anymore is because the project seems abandoned even the main site already down for several weeks
The text was updated successfully, but these errors were encountered: