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

권범준 - 렌더링 최적화 #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Lyuesia
Copy link

@Lyuesia Lyuesia commented Jan 31, 2018

No description provided.

<html>
<head>
<meta name="viewport" content="width=device-width">
<link rel="prefetch" href="photo.png">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Lyuesia - 범준님 prefetch를 잘 적용하셨네요!

<head>
<meta name="viewport" content="width=device-width">
<link rel="prefetch" href="photo.png">
<link href="style.css" rel="stylesheet">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Lyuesia - 최적화의 관점에서 외부 CSS 파일 로딩 대신에 인라인 스타일이나 <style>로 빼주셔도 좋을 것 같습니다.

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.

2 participants