cache issue on prod server

#1
I configured OLS and MySQL for one project and facing issues. Admin added records via backend and its store in DB but frontend data not showing ...data start displaying after 2-4 min.

What will be issue? Any setting needs to be correct? I am surprised that cyber panel also using openlitespeed and its work perfectly whereas in my case, its creating issue.
 

Attachments

Pong

Administrator
#2
What's your application? How did you enable cache for it? For rewrite rule based cache, it is designed like that. cache everything for a short time like 2 mins(no update during that time) then recache again to show the update. For plugin-based cache, it should purge cache immediately.
 
Top