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

최적화 #27

Closed
Tracked by #1
minmoong opened this issue Mar 10, 2024 · 0 comments · Fixed by #28
Closed
Tracked by #1

최적화 #27

minmoong opened this issue Mar 10, 2024 · 0 comments · Fixed by #28

Comments

@minmoong
Copy link
Owner

minmoong commented Mar 10, 2024

첫 화면 로딩 시간이 너무 오래 걸립니다.
학교 와이파이는 전체적으로 느리기 때문에 문제가 더 심각합니다. 어떨 때는 사이트가 마치 마비된 것처럼 1분 이상 로딩중일 때도 있습니다.

page.server.ts에서 필요한 데이터를 얻는 것 보다는, page.svelte에서 데이터를 얻고, 데이터를 받아오는 동안 로딩 화면을 각각 표시하는 것이 UI 친화적입니다.

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

Successfully merging a pull request may close this issue.

1 participant