Skip to content

fix: ファイルアップロード時の画像最適化が遅い問題を修正する #593

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

Open
laminne opened this issue Jul 27, 2024 · 0 comments
Labels
P: low T: improvement Improvement of functions, etc.

Comments

@laminne
Copy link
Member

laminne commented Jul 27, 2024

概要

ファイルアップロード時には以下の処理を行っている(すべて画像のみ)

  • webpへの変換
  • サムネイルの生成
  • サムネイル画像のblurhash計算
    これらの処理がテストで実行されるときに非常に時間がかかるようになってしまっているので原因を調査した上で修正したい
@laminne laminne added the T: improvement Improvement of functions, etc. label Jul 27, 2024
@laminne laminne added the P: low label Sep 1, 2024
@laminne laminne moved this from Todo to Backlog in Pulsate v0.1 Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P: low T: improvement Improvement of functions, etc.
Projects
Status: Backlog
Development

No branches or pull requests

1 participant