Skip to content

14.5.3

Choose a tag to compare

@wazum wazum released this 10 Jun 06:40
· 26 commits to master since this release

Changed

  • Configuration memoizes parsed settings (enabled formats, mime-type lists, exclude directories) instead of re-parsing them on every processed image. The cache is keyed by the raw setting value, so runtime configuration changes are still picked up.
  • FileNameFilter now also caches an absent filter pattern instead of re-resolving the configuration for every backend file-list row.
  • webp:process-queue --folder converts images while scanning instead of loading the complete file list into memory first.

Fixed

  • The folder sweep now matches uppercase and mixed-case file extensions (IMAGE.JPG), consistent with the FAL-driven conversion path.