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

박경란 - 렌더링 최적화 #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kirtimukha
Copy link

No description provided.

<meta name="viewport" content="width=device-width">
<!--link href="style.css" rel="stylesheet" -->
<link href="print.css" rel="stylesheet" media="print">
<script src="ga-analytics.js" async></script>
Copy link
Owner

Choose a reason for hiding this comment

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

@kirtimukha - 경란님, HTTP 요청을 최소화 하기 위해 외부 StyleSheet를 사용하지 않고, 인라인 스크립트로 대체해주신 점은 훌륭합니다. 다만, <script> 태그를 안에 넣으시는 경우, 저희가 배웠던 브라우저 렌더링 과정에 방해가 됩니다.

따라서, 태그 위에 <script> 를 위치시켜 주시고, google analytics 같은 경우에는 원래 규칙이 바로 밑이니 그 점 알고 계시면 좋을 것 같아요. 고생하셨습니다..!

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