336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
가. Internet Explorer

Internet Explorer의 경우 한 웹서버에 대하여 기본적인 동시 접속 설정값이 2~4 이기에, 이미지가 많은 웹사이트의 경우는 페이지 전체의 로딩속도가 늦다.

1. 설정값 변경
- HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings
- MaxConnectionsPerServer, MaxConnectionsPer1_0Server 값을 변경 또는 생성

해당 설정값이 없을 경우는 DWORD 값으로 생성.

MaxConnectionsPerServer - HTTP 1.1 서버의 동시 요청수
MaxConnectionsPer1_0Server - HTTP 1.0 서버의 동시 요청수

나. Fire Fox

- URL 바에 "about:config" 을 입력한다.
- "network.http.pipelining" to "true" 로 설정한다.
- "network.http.proxy.pipelining" to "true" 로 설정한다.
- "network.http.pipelining.maxrequests" 을 30~50 으로 설정한다.
- 마우스 오른쪽 키를 이용하여 "새로만들기 > 정수" 에서 이름 : "nglayout.initialpaint.delay", 값 : 0 으로 설정한다.

다. 참고

http://www.tweakfactor.com/articles/tweaks/firefoxtweak/4.html
http://www.regxplor.com/tweak11.html

'IT' 카테고리의 다른 글

[Tip] 페이지 로딩 속도 측정 사이트  (0) 2006.12.04
파이썬 - 정규식  (8) 2006.12.03
Qooxdoo.org  (1) 2006.09.07
http://www.dhtmlgoodies.com/index.html  (0) 2006.09.07
HTTP로 나누는 대화  (0) 2006.09.05

+ Recent posts