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

[BE] 여러 쿼리가 날아가는 부분을 판별한다. #718

Open
nayonsoso opened this issue Sep 26, 2024 · 1 comment
Open

[BE] 여러 쿼리가 날아가는 부분을 판별한다. #718

nayonsoso opened this issue Sep 26, 2024 · 1 comment

Comments

@nayonsoso
Copy link
Contributor

🔍 설명

  • 탐정이 되어서 뭐가 여러개의 쿼리를 만드는지 찾아나가봅니다.
    image

🔥 할 일

  • 부분을 판별하고, 어떻게 개선할 수 있는지 알아냅니다.

⏰ 예상 시간

  • 1시간

🐴 할 말

@nayonsoso
Copy link
Contributor Author

폼을 가져올 때

List<SectionResponse> sectionResponses = template.getSectionIds()
        .stream()
        .map(this::mapToSectionResponse)
        .toList();

이 부분에서만 42줄의 쿼리가 날아간다.

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

When branches are created from issues, their pull requests are automatically linked.

1 participant