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

[리팩토링] 성능최적화 #56

Open
RobiiinChoi opened this issue Mar 28, 2022 · 2 comments
Open

[리팩토링] 성능최적화 #56

RobiiinChoi opened this issue Mar 28, 2022 · 2 comments

Comments

@RobiiinChoi
Copy link
Member

RobiiinChoi commented Mar 28, 2022

MVP 피드백 받은 부분에서 성능 최적화를 진행해보려고 하는데, 어떤 방식으로 진행하는게 좋을까요?
의견 공유 주시면 감사하겠습니다

@Allaccept12
Copy link
Member

음.. 일단 최적화 하기전에 어떤 부분이 가장 부하가 많이 걸리는지 알아야 개선을 해야할 만한곳을 알것같아서 더미데이터를 넣고
jmeter로 측정부터 해봐야할꺼같아요. 측정해서 avg가 높은곳부터 하나씩 개선 들어가야할꺼같아요. 지금 시작해보겠습니다.

@Allaccept12
Copy link
Member

최적화 1순위를 로직 개선 (쿼리포함), 2순위 인덱싱, 3순위 캐싱으로 가져가면 어떨까요. 그래서 로직개선전데이터, 로직개선후데이터,이런식으로 데이터 남기는게 바람직해보입니다잇

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

2 participants