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

✨ 이미지 Resizing #537

Open
1 task
masonkimseoul opened this issue Oct 10, 2024 · 0 comments
Open
1 task

✨ 이미지 Resizing #537

masonkimseoul opened this issue Oct 10, 2024 · 0 comments
Assignees
Labels

Comments

@masonkimseoul
Copy link
Member

📌 Description

  • 현재는 이미지 용량에 대해 전혀 조절하지 않고 있다. 그러다보니 조회 로직에서 시간이 좀 걸린다.
  • 아직까지 안드로이드 환경에서는 큰 문제가 없는 것으로 인식하고 있다. 그러나 포케가 구현한 웹 뷰에서 이미지 로딩 속도가 꽤 느린 것을 발견했다.
  • 이를 방지하고자, 서버에서 이미지 파일의 용량 제한 또는 리사이징 기능을 구현할 것을 제안한다.

📝 To-do

  • 리사이징 기능 또는 이미지 파일 용량제한
    • 리사이징 기능 : 용량이 어떻든 간에 서버에서 이미지 사이즈를 조정해줌, 그러다보니 고용량 이미지 파일이 올라오면 서버가 처리해야 할 양이 많음
    • 이미지 파일 용량제한 : 클라이언트가 일정 크기 이상의 이미지 파일을 업로드하면 에러를 발생시킴, 이러면 사용자가 직접 사진의 사이즈를 조절해야 하므로, 사용성이 조금 떨어짐

예상 소요 시간

  • 0.5h
  • 1h
  • 1.5h
  • 2h
  • 2.5h
  • 3h+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

1 participant