Active
Project:
Drupal core
Version:
main
Component:
ckeditor5.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2026 at 14:00 UTC
Updated:
19 Jan 2026 at 14:00 UTC
Jump to comment: Most recent
Follow-up from #3516264: CKEditor 5 loads all plugin translations on AJAX operations.
ckeditor5_libraries_info_alter() creates translation libraries for every langcode that Drupal knows about, which is hundreds. We can limit it to only enabled libraries, would save some memory/cache storage with the library definitions.
This might require adding a languages cache tag or similar to the library definition cache.
Comments