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

refactor: 렌더링 최적화 #637

Merged
merged 10 commits into from
Nov 17, 2024
Merged

Conversation

YeonSeong-Lee
Copy link
Member

@YeonSeong-Lee YeonSeong-Lee commented Nov 17, 2024

🚀 렌더링 성능 최적화

💡 개요

불필요한 리렌더링을 최적화하여 애플리케이션의 성능을 개선했습니다.

📊 개선 결과

CASE 1

개선 전 개선 후
before3 after3

CASE 2

개선 전 개선 후
before2 after2

CASE 3

개선 전 개선 후
before after

🔍 관련 이슈

남은 이슈

  • 인기검색어가 업데이트 될 때 다른 header들도 리렌더링 되는 이슈
  • 프로파일러로 측정해서 전후 렌더링 속도 올려놓기

FYI

  • 제어 컴포넌트와 비제어 컴포넌트

@YeonSeong-Lee YeonSeong-Lee linked an issue Nov 17, 2024 that may be closed by this pull request
3 tasks
@YeonSeong-Lee YeonSeong-Lee changed the title 633 refactor 렌더링 최적화 refactor: 렌더링 최적화 Nov 17, 2024
@YeonSeong-Lee YeonSeong-Lee merged commit f726ea2 into develop Nov 17, 2024
5 checks passed
@YeonSeong-Lee YeonSeong-Lee deleted the 633-refactor-렌더링-최적화 branch November 17, 2024 07:14
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 this pull request may close these issues.

refactor: 렌더링 최적화
2 participants