Viewing 5 replies - 1 through 5 (of 5 total)
  • It works well in my cases. My evnironment is:
    WP 4.3.1
    Memcached Object Cache 2.0.2
    Memcache 2.2.7
    PHP 5.6.9

    and another server:
    WP 4.3.1
    Memcached Object Cache 2.0.2
    Memcache 2.2.7
    PHP 5.4.45

    Do you test your media library without this plugin?

    Thread Starter igormogn

    (@igormogn)

    Yes, if you disable this plugin, the library instantly work.
    I think the problem is in the caching database queries.

    Thread Starter igormogn

    (@igormogn)

    to kuma275m, you have enabled caching database queries by memcached?

    to igormogn,
    Yes. And I noticed there is a unused function in object-cache.php:

    function failure_callback($host, $port) {
    //error_log(“Connection failure for $host:$port\n”, 3, ‘/tmp/memcached.txt’);
    }

    Maybe you can try to put a error log and check if there is any record.

    Thread Starter igormogn

    (@igormogn)

    Thank you! Try to get the error logs.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Not loaded Media Library’ is closed to new replies.