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

CSR(Client Side Rendering) 사용 #6

Open
KYUUUW opened this issue Aug 3, 2021 · 0 comments
Open

CSR(Client Side Rendering) 사용 #6

KYUUUW opened this issue Aug 3, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@KYUUUW
Copy link
Contributor

KYUUUW commented Aug 3, 2021

SSR 사용 시 페이지 이동 중 로딩시간이 이슈가 됨.

예를 들어 BERT classification 모듈을 사용하는데 10초의 시간이 걸리는데 SSR 의 경우

페이지를 이동하므로 페이지 이동시간이 길어지는데 반해

CSR 의 경우 비동기 요청이므로 처리되는 동안 로딩 화면 등을 보여줄 수 있음

따라서 SSR 사용해야 함

@KYUUUW KYUUUW added the enhancement New feature or request label Aug 3, 2021
@KYUUUW KYUUUW assigned cmoweg and lunaB and unassigned cmoweg Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants