While working on #500 in noticed that [WP 6.9 introduced a streaming block parser](https://make.wordpress.org/core/2025/11/19/introducing-the-streaming-block-parser-in-wordpress-6-9/) that might offer performance benefits over using [`parse_blocks()`](https://developer.wordpress.org/reference/functions/parse_blocks/). There are currently [various places in our codebase](https://github.com/search?q=org%3Aamnestywebsite+parse_blocks&type=code) were `parse_blocks()` is used worth having a look at.
While working on #500 in noticed that WP 6.9 introduced a streaming block parser that might offer performance benefits over using
parse_blocks().There are currently various places in our codebase were
parse_blocks()is used worth having a look at.