On my site, there are several pages that make a large sample from the database, but updating them enough times a day, preferably at night. How to do it right?
I have already enable cache, the issue is to update it at a certain time.
On my site, there are several pages that make a large sample from the database, but updating them enough times a day, preferably at night. How to do it right?
I have already enable cache, the issue is to update it at a certain time.
Did you try to set proper cache expire date? That should solve the problem.
EDIT:
Maybe the answer is here?