• Resolved bbwordpressuser

    (@bbwordpressuser)


    Hi,

    I have two questions:

    1. I added the parameter PODS_ALT_CACHE_MEMCACHED_PORT in wp-config.
    What should be the value of the port parameter? Should it be port 80?

    2. I looked in debug information section in Pods Admin.
    For all cache parameters (Opcode Cache and Object Cache) the value is no.
    How can I check that pods caching is working?

    Please help with this issue.

    https://wordpress.org/plugins/pods-alternative-cache/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Scott Kingsley Clark

    (@sc0ttkclark)

    1. By default the value is 11211, you may not need to set this.
    2. Pods itself does not check if Pods Alt Cache is active or which mode is active. You can confirm that Pods cache is working by setting define( 'PODS_ALT_CACHE_DEBUG', true ); and in your browser, go to your site and add a ?altcache_debug=1 to the URL. This will show Pods Alt Cache debugging tests which confirm whether or not it’s functioning properly.
    Thread Starter bbwordpressuser

    (@bbwordpressuser)

    Thank you for your help.

    Regarding question number 1, with or without setting IP and port I get:
    string(22) “Pods Alt Cache worked!”
    string(23) “WP Object Cache worked!”
    string(26) “WP Transient Cache worked!”

    How do I know whether I should set IP and port or not?

    Regarding question number 2, I get a warning:
    Cannot send session cache limiter – headers already sent
    Should i change something?

    Plugin Author Scott Kingsley Clark

    (@sc0ttkclark)

    You should definitely check with your hosting provider to see if they provide Memcache object caching. If so, they’ll give you the information you need for the IP and port.

    It looks like it might be working though using your localhost:11211 memcache server.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Configuration and Validation’ is closed to new replies.