-
Notifications
You must be signed in to change notification settings - Fork 77
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
최적화 #64
Labels
Comments
junhobaik
added a commit
that referenced
this issue
Jul 23, 2020
junhobaik
added a commit
that referenced
this issue
Jul 23, 2020
- 기존 아이콘들이 로드시 크게 출력되는 문제로 추가했었으나 해당 코드를 제거해도 문제가 나타나지 않음에 따라 해당 코드 제거
junhobaik
added a commit
that referenced
this issue
Jul 23, 2020
- 기존 아이콘들이 로드시 크게 출력되는 문제로 추가했었으나 해당 코드를 제거해도 문제가 나타나지 않음에 따라 해당 코드 제거
junhobaik
added a commit
that referenced
this issue
Jul 28, 2020
|
junhobaik
added a commit
that referenced
this issue
Jul 29, 2020
기존 모든 list를 만든 후, 스타일을 이용해 숨기고 표시해주는 방식으로 인피니티 스크롤을 구현. 개선: 스타일이 아닌 렌더링 개체를 줄이는 방식으로 수정, 생성되는 DOM이 적어지는 개선 효과. 기타. - sort 위치 수정 - useCallback 사용 - ...
현재 레이아웃에 도입하기에는 무리라고 판단, a85b4f3 로 대신 개선 |
index(PostList) 페이지 개선 종료
|
junhobaik
added a commit
that referenced
this issue
Jul 29, 2020
junhobaik
added a commit
that referenced
this issue
Jul 29, 2020
포스트 페이지 로드에 disqus 생성이 함께 되면서 느림, 따라서 스크롤을 하여 포스트 내용의 아래에 도달하게 된 시점에 React.lazy를 이용하여 컴포넌트를 불러오게 되는 방식으로 개선
Post 페이지, |
junhobaik
added a commit
that referenced
this issue
Aug 8, 2020
junhobaik
added a commit
that referenced
this issue
Aug 8, 2020
- 정적 파일로 제공함으로 속도 향상 - font-display: swap; 를 이용 로드 중에도 텍스트가 표시되도록 수정
junhobaik
added a commit
that referenced
this issue
Aug 8, 2020
junhobaik
added a commit
that referenced
this issue
Aug 8, 2020
준호님 덕분에 블로그 이쁘게 만들어서 잘 이용하고 있습니다! wiki 영어 한국어 설명서가 반대로 링크가 걸려있네요! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
활용된 리소스(이미지, 폰트) 등의 축소 작업
리액트 관련 최적화 작업
https://developers.google.com/speed/pagespeed/insights/ 를 참고한 최적화 작업
The text was updated successfully, but these errors were encountered: