We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
유저가 static file들을 요청한 상황을 가정하자.
만약 local에서 정적 파일들을 갖고 있다면, 유저와 웹 서버의 거리가 굉장히 멀 때, 유저가 해당 컨텐츠를 로드하기 위한 대기시간은 길어지게 된다.
만약 CDN이 정적 파일들을 갖고 있고, 전 세계 곳곳에서 제공하고 있다면, 유저가 그 파일을 다운로드 받는데 걸리는 시간은 줄어든다. 왜냐면, 유저와 거리상으로 가까운 CDN 서버에서 정적 파일을 보내주기 때문이다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
유저가 static file들을 요청한 상황을 가정하자.
만약 local에서 정적 파일들을 갖고 있다면, 유저와 웹 서버의 거리가 굉장히 멀 때,
유저가 해당 컨텐츠를 로드하기 위한 대기시간은 길어지게 된다.
만약 CDN이 정적 파일들을 갖고 있고, 전 세계 곳곳에서 제공하고 있다면, 유저가 그 파일을 다운로드 받는데 걸리는 시간은 줄어든다. 왜냐면, 유저와 거리상으로 가까운 CDN 서버에서 정적 파일을 보내주기 때문이다.
출처
읽어보면 좋을 것
The text was updated successfully, but these errors were encountered: