Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable autoloader optimization in default composer config #176

Conversation

caendesilva
Copy link
Member

This will speed up a lot of stuff. And one can always pass the optimize-autoloader flag when running Composer commands, however there does not seem to be an inverse. When we move to stable v1 it'd be good to enable it again.

Disable composer.json optimize-autoloader while we are in development #171

This will speed up a lot of stuff. And one can always pass the optimize-autoloader flag when running Composer commands, however there does not seem to be an inverse.
@codecov
Copy link

codecov bot commented Jul 4, 2022

Codecov Report

Merging #176 (85eff9b) into master (4c90764) will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff             @@
##              master      #176   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       778       778           
===========================================
  Files            100       100           
  Lines           2019      2019           
===========================================
  Hits            2019      2019           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4c90764...85eff9b. Read the comment docs.

@caendesilva caendesilva merged commit d1035e9 into master Jul 4, 2022
@caendesilva caendesilva deleted the 171-disable-composerjson-optimize-autoloader-while-we-are-in-development branch July 4, 2022 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable composer.json optimize-autoloader while we are in development
1 participant