-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
It seems to me that the static cache should be automatically warmed again after it is cleared.
For example, if I make changes to my 'primary' nav then the entire static cache is cleared. Rules:
'rules' => [
'navigation' => [
'primary' => [
'urls' => [
'/*'
]
],
So now nothing is cached and the website is slow. I have to manually run static:warm but usually I am unaware when my clients make changes to the navs. The same applies to globals.
I think this should be done automatically after any entry's static cache is cleared. It might be complicated because we may want to queue the warming, so I guess this would have to be an optional feature.
Thanks.
duncanmcclean and j3ll3yfi5h
Metadata
Metadata
Assignees
Labels
No labels