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

모든 청원에서 진행중인/만료된 청원 여러번 불러오는 문제 #303

Open
gpgun0 opened this issue Mar 13, 2022 · 3 comments
Assignees
Labels
⚙️ 리팩토링 코드 리팩토링을 진행합니다 🛠 수정 수정이 필요한 이슈입니다

Comments

@gpgun0
Copy link
Contributor

gpgun0 commented Mar 13, 2022

상세 설명

모든 청원에서 "진행중인 청원/만료된 청원" Tab을 누를 때
딱 그것에 대한 청원만 불러오는 것이 아니라
진행중인/만료된 청원 모두 불러옵니다.

03/13 9:57
모두 불러오는 것은 괜찮을 것 같지만
여러번 불러오는 것을 막읍시다

스크린샷

스크린샷 2022-03-13 오후 8 48 53

대처 방안

성능 최적화 방법을 알아봅시다.

@gpgun0 gpgun0 added ⚙️ 리팩토링 코드 리팩토링을 진행합니다 🛠 수정 수정이 필요한 이슈입니다 labels Mar 13, 2022
@gpgun0 gpgun0 self-assigned this Mar 13, 2022
@kimjngyun
Copy link
Contributor

이 부분은 ChakraUI 의 TabPanels 구현에서 현상아닐까요?

@gpgun0
Copy link
Contributor Author

gpgun0 commented Mar 13, 2022

그런거같습니다 ㅇㅇㅇㅇ

@gpgun0 gpgun0 changed the title 모든 청원에서 진행중인/만료된 청원 한꺼번에 불러오는 문제 모든 청원에서 진행중인/만료된 청원 여러번 불러오는 문제 Mar 13, 2022
@kimjngyun
Copy link
Contributor

이 부분은 두가지 방식 모두 tradeoff가 있는것 같고, 성능에 심각한 문제를 일으키지 않기 때문에 2번씩 요청이 가는 문제를 해결하는 것이 더 중요하다고 생각합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ 리팩토링 코드 리팩토링을 진행합니다 🛠 수정 수정이 필요한 이슈입니다
Projects
None yet
Development

No branches or pull requests

2 participants