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

パフォーマンス改善(Doctrineチューニング) #1639

Closed
ryo-endo opened this issue Jul 27, 2016 · 2 comments
Closed

パフォーマンス改善(Doctrineチューニング) #1639

ryo-endo opened this issue Jul 27, 2016 · 2 comments
Labels
enhancement 機能追加
Milestone

Comments

@ryo-endo
Copy link
Contributor

対応内容

LazyLoadの最適化
 n+1問題への対応。

Resultキャッシュ
 データの更新頻度が低いテーブルのSELECT結果をキャッシュしておくことで、パフォーマンスを向上させる。

@ryo-endo ryo-endo added the enhancement 機能追加 label Jul 27, 2016
@ryo-endo ryo-endo added this to the 3.1.0 milestone Jul 27, 2016
@ryo-endo
Copy link
Contributor Author

こちらの対応内容については、既存動作への影響が大きいと判断して、メジャーVerUp(3.1)対応としています。

@okazy
Copy link
Contributor

okazy commented Aug 22, 2018

N+1問題は以下のプルリクで対応
#3581

Resultキャッシュについては遅い部分を個別で対応していただく想定

@okazy okazy closed this as completed Aug 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 機能追加
Projects
None yet
Development

No branches or pull requests

2 participants