Trying the plugin out, keep getting some odd behavior. The plugin was installed via composer (5.0.0), copied drop-ins, activated the plugin. At first, it didn't show any results on the admin page, although a number of SQL queries dropped, indicating the object cache is working. Installed php-memcache extension (by default, Laravel's Homestead box includes only php-memcached), now there are some keys, but they don't look real:
The value of all keys is the same and equals -1.
Also, I'm getting this notice dumped multiple times to debug.log:
Trying the plugin out, keep getting some odd behavior. The plugin was installed via composer (5.0.0), copied drop-ins, activated the plugin. At first, it didn't show any results on the admin page, although a number of SQL queries dropped, indicating the object cache is working. Installed
php-memcache
extension (by default, Laravel's Homestead box includes onlyphp-memcached
), now there are some keys, but they don't look real:The value of all keys is the same and equals
-1
.Also, I'm getting this notice dumped multiple times to
debug.log
:Line 787 is a multisite related check. The site is not multisite though.
My environment:
Some other plugins are installed - mostly dev related (Query Monitor, Laps etc). Deactivating them doesn't fix the problem.