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

백성훈 - 답변 제출 #22

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

Conversation

Lutece
Copy link

@Lutece Lutece commented Sep 23, 2017

태그는 오늘 추가 반영해서 다시 올려보겠습니다 :)

<link href="print.css" rel="stylesheet" media="print">

<!-- prefetch를 이용해 리소스를 먼저 다운받음 - 라이브러리 활용 -->
<link href="photo.png" rel="prefetch">
Copy link
Owner

Choose a reason for hiding this comment

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

@Lutece - 성훈님, 이미지에 prefetch를 넣어주신 것도 매우 좋은 튜닝방법이네요!

Hello <span>Fast Campus WAP Camp</span> students!
</p>

<div><img src="photo.png" width="800px" height="800px"></div>
Copy link
Owner

Choose a reason for hiding this comment

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

이미지 크기 파악 후 태그 사이즈까지 지정해주신 것 매우 훌륭합니다!

DOM Rendering과 관련이 없다 하더라도 요청이 발생하면 멈추기 때문에..

app.js = 네트워크 요청이기 떄문에 Dom Redering과 관련이 없어도 async 사용
ga-analytics는 태그 내에 async가 적용되는 건 태그 속성으로 async를 붙이지 않아도 된다.
Copy link
Owner

Choose a reason for hiding this comment

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

좋은 분석입니다. 그리고 참고로, ga 같은 것들은 공식 사이트에서 가이드 해준 위치를 그대로 따르시는게 좋아요 :)
따라서 바로 밑에 ga를 위치 시키는게 좋을 겁니다 :)

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