Status Update
Comments
ga...@google.com <ga...@google.com> #2
Merged in ag/I0586dce021548b6f423b4b3c8860cb13e1c56222.
au...@google.com <au...@google.com> #3
When should the fix ship?
au...@google.com <au...@google.com> #4
gavra@ could we have a retrospective on why our testing didnt catch this regression?
ga...@google.com <ga...@google.com> #5
Fix should land in Studio H Patch 2 and in Iguana RC.
This is because we don't run performance tests in the release branches.
an...@google.com <an...@google.com> #6
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Hedgehog | 2023.1.1 Patch 2
- Android Gradle Plugin 8.2.2
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
so...@google.com <so...@google.com> #7
Comment added by automation: A postmortem has been automatically requested for this issue. Please author a postmortem on IRM. See go/android-postmortem-guidance for more context and details, including how to handle the case when this issue does not need a postmortem. If you have any questions not answered by go/android-postmortem-guidance, please email android-hygiene-tpm@, instead of reassigning the fixed bug. Thank you.
an...@google.com <an...@google.com> #8
The fixes for this issue are now also available in:
- Android Studio Iguana | 2023.2.1 RC 1
- Android Gradle Plugin 8.3.0-rc01
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Description
Importinghttps://github.com/gavra0/android-extra-large-benchmark/tree/2022.9 with 1000 modules, IDE import times are:
Root cause is change I69edb61c0ef3958b25067ad998f1c6cce3dca95c, which got merged with Kotlin 1.9.21 update in H Patch 1 and in Iguana Beta 2.
==========
Regression is caused by
The issue is that
Key
is created on every invocation, so there is effectively no caching.