Recent content by lanlan

  1. L

    Redis caching issues

    I tried restarting redis but it didn't work, we had to clear the redis cache to work properly. But after I adjusted Redis's maxmemory-policy allkeys-lru to the default maxmemory-policy noeviction, it worked as expected. I'll try Memcached tomorrow, thanks for your help.
  2. L

    Redis caching issues

    Yes, If I disable Redis object cache, Everything works as expected. Maybe it has something to do with my redis configuration? because it will happen the same thing whether I use the free Redis Object Cache or the Object Cache Pro.
  3. L

    Redis caching issues

    Hello, I use the Object Cache Pro plugin, It does not provide page cache. I also installed FlyingPress(Plugins with the same functions as WP Rocket), but I have deactivate it. So only App for Cloudflare provides guest page caching. I recorded a video so you can see the problem more intuitively.
  4. L

    Redis caching issues

    Hello, My website uses woodmart theme and has offloaded the images to Cloudflare R2, The problem is once I add or remove css through the theme settings, Some images on the website will fall back to the default local URL instead of the R2 URL. After I clear the Redis cache, all image urls return...
Back
Top