Closed lav45 closed 5 months ago
Q | A |
---|---|
Is bugfix? | ✔️ |
New feature? | ❌ |
Breaks BC? | ✔️ |
Fixed issues | #20194 #20205 |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 64.98%. Comparing base (
fe5688d
) to head (1ff1c65
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
You can test if this change resolves the yii2-elasticsearch issue.
@lav45 @samdark Cache removal degraded performance. Now, every page calls count query 4 times! I use kartik gridview
Can you test if it is the case with Plain Yii Gridview?
Tested standard yii\grid\GridView (dev-master). It makes 5 (five) identical count queries during webpage load. Checked from debug panel.
So, the cache definitely does not work, which affects performance notably.
FYI I described the issue and possible solution here https://github.com/yiisoft/yii2/issues/20213