-
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
⚙️⏱️ Why does Magento’s bootstrap feel slow? 🤔
Is it autoloading
?
On every request, PHP resolves hundreds or thousands of classes across many modules—that’s a lot of filesystem I/O and autoloader lookups.
How to speed it up ⚡️
Composer/autoload: composer install --no-dev --optimize-autoloader
or composer dump-autoload -o
or via some other mechanism?
Let’s discuss.

kestraly
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