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

신현준 - 렌더링 최적화 #27

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

Conversation

hjunshin
Copy link

@hjunshin hjunshin commented Feb 1, 2018

3주차 과제 제출합니다.

<head>
<meta charset="utf-8">
<title>신현준 - 렌더링 최적화</title>
<meta name="viewport" content="width=device-width">
<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.

@hjunshin - 현준님, 최적화 관점에서 외부 CSS 파일을 로딩하는 것도 1개의 HTTP 요청 비용이 발생합니다. 따라서, style.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