Archive Cleanup
What Can Be Cleaned
Performing Cleanup
From the Administration Panel
From the Command Line
# Clear the Symfony cache
php bin/console cache:clear
# Clear only the production cache
php bin/console cache:clear --env=prodTips
Last updated
Was this helpful?