Closed (fixed)
Project:
Cloudflare Purger
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Jun 2026 at 10:52 UTC
Updated:
14 Jul 2026 at 16:45 UTC
Jump to comment: Most recent
xxh3 is faster and more collision resistant than md5() and specifically designed for non-cryptographic use cases.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
catchComment #4
bkosborneAgreed
Comment #5
bkosborneComment #6
luke.leber+1 for landing. Happy to update the test coverage MR afterwards.
Comment #7
bkosborneFixed an issue with the parenthesis and updated tests.
Comment #9
bkosborneNote that for Luke and I who were using this with md5, cache invalidations will no longer work. Will have to manually clear the Cloudflare cache to force the new cache tags to be applied to pages in Cloudflare cache.
Comment #11
catchJust a thought for future changes in case the format changes again, if we invalidated the 'http_response' cache tag in an update, in the old format, that should cover everything (but also ignore images/css/js etc.)