Plugin Support
Kush
(@kushnamdev)
Hi @holidaystory17,
The background tasks are an essential part of how a caching plugin works. They handle things like purging outdated cache, regenerating fresh cache when content changes, and running cleanup so your site doesn’t get stuck serving stale or inconsistent content.
If these tasks aren’t running, the cache won’t stay in sync with your site. That can mean visitors still see old versions of posts or updates not showing up right away. It can also cause performance issues if expired cache files are never cleared.
You can see this by viewing the logs and verifying the urls, if you have configured the plugin to use your sitemap for post and pages then those will be cached without any issues.
I hope this helps, thank you!