• I have already seen previous support issues (including https://ww.wp.xz.cn/support/topic/the-pagination-link-does-not-work-when-the-redis-object-cache-enable/) and I seem to be having the same issue.

    Everything works fine until I enable Object Caching.
    I have tried several plugins but it is always the same.

    The first page works fine. The second page also works fine most of the time. After that all the other pages just keep loading the second page. If I switch off object caching all works well.

    After trying many plugins, I’m now using W3 Total Cache. My server has APCu but whether I use APCu or Disk “Object Cache Methods” I get the same results. I have now disabled it but the “Site Health” check keeps nagging me about enabling object caching.

    I have added the following PHP constant to the wp-config.php file :
    define( ‘NIMBLE_OBJECT_CACHE_ENABLED’, true );
    but that didn’t help either.

    I noticed you have a sample at https://nimblebuilder.com/post-grid-sections/#paginated but that only has 2 pages, so it doesn’t show the issue I’m facing.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mizotec

    (@mizotec)

    Here’s an update
    I installed REDIS object cache and tried using it with the Redis plugin but I still get the same issue I had above whenever I enable object caching.

    Thread Starter mizotec

    (@mizotec)

    Another Update
    As a temporary fix I’ve added the following to my Redis config in wp-config.php

    define( ‘WP_REDIS_IGNORED_GROUPS’, [
    “nb_post_queries”
    ] );

    This is probably disabling the Nimble Builder cache but everything works fine and my site is much quicker now with object caching.

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

The topic ‘Nimble post list pagination breaks when using object cache’ is closed to new replies.