Closed (fixed)
Project:
Drupal core
Version:
11.2.x-dev
Component:
ajax system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Nov 2025 at 18:07 UTC
Updated:
16 Dec 2025 at 19:39 UTC
Jump to comment: Most recent
Comments
Comment #3
catchOK the test that's designed to show the impact of this does in fact show the impact of this - probably big pipe is active on at least two of those pages.
Comment #4
catchComment #5
godotislateDiscussed with @catch on slack that the script count goes up (as expected), and not only is there htmx now in its own file, aggregates get split.
Script bytes go down because htmx is not included in multiple aggregates and so only gets downloaded once.
lgtm
Comment #9
nod_Committed 83154c7 and pushed to 11.x. Thanks!
Committed 1b8f819 and pushed to 11.3.x. Thanks!
We should put that in 11.2.x too, cherry pick is not clean need a dedicated MR
Comment #11
godotislateMR 13943 for 11.2.x, but weirdly the performance tests passed without any changes.
Comment #12
godotislateOh, right, HTMX is used in Big pipe only in 11.3.x, not 11.2.x, so that explains the performance tests.
Comment #13
quietone commentedThe 11.2 MR agrees with the 11.x MR, except for the tests as explained in #12.
Comment #16
nod_Committed 848ef64 and pushed to 11.2.x. Thanks!