-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Remove cache \yii\data\ActiveDataProvider::prepareTotalCount() #20206
Conversation
lav45
commented
Jun 16, 2024
Q | A |
---|---|
Is bugfix? | ✔️ |
New feature? | ❌ |
Breaks BC? | ✔️ |
Fixed issues | #20194 #20205 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #20206 +/- ##
============================================
- Coverage 64.99% 64.98% -0.01%
+ Complexity 11392 11391 -1
============================================
Files 430 430
Lines 36925 36922 -3
============================================
- Hits 23998 23993 -5
- Misses 12927 12929 +2 ☔ View full report in Codecov by Sentry. |
You can test if this change resolves the yii2-elasticsearch issue. |
Can you test if it is the case with Plain Yii Gridview? |
Tested standard yii\grid\GridView (dev-master). So, the cache definitely does not work, which affects performance notably. |
FYI |
yiisoft#20206)" This reverts commit 140570d.