-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Open
Labels
Issue: ready for confirmationReported on 2.4.xIndicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.Triage: Dev.ExperienceIssue related to Developer Experience and needs help with Triage to Confirm or Reject itIssue related to Developer Experience and needs help with Triage to Confirm or Reject it
Description
This issue is automatically created based on existing pull request: #40239: SwiftOtter-SOP-348 Enable Compiled Configuration Cache for Test execution
Description (*)
The cache named compiled_config hosts all the di.xml compilation outcomes, including information about plugins, virtual classes etc.
With Magento 2.4.8 upgrade, the performance degradation of tests execution for multiple projects became significant. Mostly, due to the CPU usage.
Turning on compiled_config mitigates the issue, slightly improving the overall Integration Tests performance, without affecting areas such as Configured Object Manager.
2.4.6-p12
Wall Time 20.5s
I/O Wait 3.24s
CPU Time 17.2s
Memory 269MB
Network 1.27s 21.7KB 19rq
SQL 793ms 1871rq
2.4.8-p3
Wall Time 1min 32s
I/O Wait 1.69s
CPU Time 1min 30s
Memory 383MB
Network n/a n/a n/a
SQL 501ms 1746rq
Related Pull Requests
Fixed Issues (if relevant)
- Integration Tests performance degradation after 2.4.8 upgrade
Manual testing scenarios (*)
- ...
- ...
Questions or comments
Contribution checklist (*)
- Pull request has a meaningful description of its purpose
- All commits are accompanied by meaningful commit messages
- All new or changed code is covered with unit/integration tests (if applicable)
- README.md files for modified modules are updated and included in the pull request if any README.md predefined sections require an update
- All automated tests passed successfully (all builds are green)
Metadata
Metadata
Assignees
Labels
Issue: ready for confirmationReported on 2.4.xIndicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.Triage: Dev.ExperienceIssue related to Developer Experience and needs help with Triage to Confirm or Reject itIssue related to Developer Experience and needs help with Triage to Confirm or Reject it
Type
Projects
Status
Ready for Confirmation