Problem/Motivation

Found via profiling package_manager tests.

Package manager calls composer validation multiple times per request via various call paths, I think we can just do that once per request.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

Issue fork drupal-3612804

Command icon Show commands

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

catch created an issue. See original summary.

catch’s picture

Title: Reduce calls to composer validation in package_manager » Reduce ComposerInspector/ComposerValidator work in package_manager
catch’s picture

Status: Active » Needs review