YAML Parsing is slower since we implemented https://www.drupal.org/project/drupal/issues/3205480

Created on 7 November 2024, 9 days ago

Problem/Motivation

Since we completed the move from PECL YAML library to Symfony YAML in https://www.drupal.org/project/drupal/issues/3205480 📌 Drop PECL YAML library support in favor of only Symfony YAML Fixed we have noticed that importing config takes considerably longer.

In testing we have found a config that took ~30 mins in Drupal 10.2 takes over 2 hours in 10.3.

Steps to reproduce

Import a large config file using drush sync:import

Proposed resolution

Allow the option to revert back to the older + faster PECL php parser - possibly via a config or settings.php setting

🐛 Bug report
Status

Active

Version

10.3

Component

base system

Created by

🇬🇧United Kingdom rsaddington

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024