Enhancement(機能追加・改善) #1954
[task] opOpenSocial:execute-lifecycle-event のメモリ使用量削減等に関する改善
Start date:
2011-03-16
Due date:
% Done:
100%
Related issues
Associated revisions
reuse a Zend_Http_Client object for sending requests (refs #1954)
use HTTP Keep-Alive to sending lifecycle events (refs #1954)
consider a request failure and a Zend_Http_Client_Exception thrown (refs #1954)
skip sending lifecycle events when a server returned 4xx error codes (refs #1954)
added '--limit-failure' to execute-lifecycle-event task for limiting request failure (refs #1954)
remove some unneeded code of sfApplicationConfiguration creation (fixes #1954)
History
#1
Updated by Shogo Kawahara over 11 years ago
- Assignee set to Youichi Kimura
#2
Updated by Shogo Kawahara over 11 years ago
- Target version set to 1.3.2
#3
Updated by Youichi Kimura over 11 years ago
https://github.com/kawahara/opOpenSocialPlugin/pull/17 より転載:
openpne3/config/databases.yml に
prod: doctrine: param: profiler: falseを「追記」すると、実行時のメモリ使用量が大幅に少なくなります。
#4
Updated by Youichi Kimura over 11 years ago
- Status changed from New(新規) to Pending Review(レビュー待ち)
- % Done changed from 0 to 50
更新履歴 da236f75bfd93e22536d65d8b3ff5aa580287aa6 で適用されました。
#5
Updated by Youichi Kimura about 11 years ago
- Status changed from Pending Review(レビュー待ち) to Fixed(完了)
- % Done changed from 50 to 100