Nimble post list pagination breaks when using object cache
-
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]
The topic ‘Nimble post list pagination breaks when using object cache’ is closed to new replies.