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

問い合わせデータが大量にあるときのグラフ表示・CSVダウンロードについての検証 #54

Open
12 tasks done
inc2734 opened this issue May 26, 2016 · 1 comment

Comments

@inc2734
Copy link
Owner

inc2734 commented May 26, 2016

#51

  • 現状
    • メモリ使用量の調査 = 222MB
    • 動作の不具合がないか確認 = OK
  • プルリクエスト版 CSVダウンロード時のメモリ使用量を削減 #52
    • メモリ使用量の調査 = 111MB
    • 動作の不具合がないか確認 = 正しくデータが取得できない
  • プルリクエスト リファクタリング版 1a767f2
    • メモリ使用量の調査 = 111MB
    • 動作の不具合がないか確認 = 正しくデータが取得できない
  • 現状 + get_posts 時に cache_results => false した版
    • メモリ使用量の調査 = 268MB(Fatal error)
    • 動作の不具合がないか確認
  • 現状 + get_posts 時に cache_results => false + split_the_query フィルター = false した版
    • メモリ使用量の調査 = 268MB(Fatal error)
    • 動作の不具合がないか確認
  • プルリクエスト版 CSVダウンロード時のメモリ使用量を削減 #52 の不具合を修正したバージョン 37dcf33
    • メモリ使用量の調査 = 231MB
    • 動作の不具合がないか確認 = OK
@inc2734
Copy link
Owner Author

inc2734 commented Jun 6, 2016

_ 開始時 終了時 増減 開始時ピーク 終了時ピーク ピーク増減
master 92f1dac 26.348419189453MB 221.88888549805MB +195.54046630859MB 26.467498779297MB 222.17774963379MB +195.71025085449MB
プルリクエスト版 #52 の不具合を修正したバージョン 02399e8 26.358200073242MB 233.64431762695MB +207.28611755371MB 26.477439880371MB 234.07601165771MB +207.59857177734MB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant