CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

News

Cache Cleaner reaching maturity

Added by Francois Suter over 3 years ago

The Cache Cleaner extension was released about a month ago. A couple of bugfix releases have brought it to a more polished state.

  • in version 1.0.1, detection of missing checks was added so that admins can be informed if the extension is not yet or badly configured.
  • in version 1.0.2, the process was improved to avoid useless delete operations. Indeed a lowlevel script is always comprised of two parts: an analysis of the actions to take and the actions themselves. In the case of the Cache Cleaner, the analysis phase counts how many records are going to be deleted for each table. Now these results are stored for the execution phase, so that the delete operation is skipped entirely for a given table if the analysis didn't find any records to clean up. This speeds up the execution of the script.

Enjoy keeping your database trimmed!

Also available in: Atom