Cache clear after updates
-
Hi,
After I update our sites via WP-CLI and clear the beaver builder and litespeed caches, some sites are 404ing on some css files namely in this directory:
/wp-content/uploads/bb-plugin/cache/8-layout.css?ver=9747db8d5ed9539653709916180ee4aeThe only thing that solves it is clearing the ls cache again but I was wondering what’s happening here. What causes the files to get created on a ls clear? The files that get created always have the same name of the ones that were 404ing including the ver=.
This is the wpcli code I use:
wp core update && wp plugin update --all && wp theme update --all wp core language update && wp language plugin update --all && wp language theme update --all sleep 10 wp beaver clearcache && wp litespeed-purge all
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Cache clear after updates’ is closed to new replies.