아래에 이어서 질문 또 올립니다.
웹페이지 로딩시 한번에 여러개의 이미지를 동시에 다운로드 하려면 어떻게 해야하나요?
Firefox 의 경우 동시에 약 2개의 이미지만 다운로드가 가능하고
다운로드 중인 이미지의 전송이 완료 되어야
다음 이미지를 다운로드 하는 것 같아 이미지가 많은 사이트에선
웹서핑이 다소 느린 것 같은 인상을 받게되네요.
IE 의 경우 레지스트리 편집을 통해서 해결할 수 있었는데
Firefox 의 경우엔 어떠한 방법으로 해결이 가능한지 궁금합니다.
웹페이지 로딩시 이미지에 관한 질문입니다.
-
- Posts: 15
- Joined: 2004 09 15 14:09 51
- Contact:
제가 사용중인 user.js 입니다
// 로딩 트윅
user_pref("network.http.max-connections", 128);
user_pref("network.http.max-connections-per-server", 48);
user_pref("network.http.max-persistent-connections-per-proxy", 24);
user_pref("network.http.max-persistent-connections-per-server", 12);
// Enable pipelining:
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 100);
프로필 폴더에 user.js 로 만들어서 복사하여 사용중입니다... 위에 맥스컨넥션부분
고쳐주시길 바랍니다
user_pref("network.http.max-connections", 128);
user_pref("network.http.max-connections-per-server", 48);
user_pref("network.http.max-persistent-connections-per-proxy", 24);
user_pref("network.http.max-persistent-connections-per-server", 12);
// Enable pipelining:
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 100);
프로필 폴더에 user.js 로 만들어서 복사하여 사용중입니다... 위에 맥스컨넥션부분
고쳐주시길 바랍니다
위엣글 수정
;위에 글이 좀 잘못되서 다시올립니다^^
;나름대로 꼭필요한것만 추가했습니다.
// perfomance (최대연결 및 이미지 로딩관련)
user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 16);
user_pref("network.http.max-persistent-connections-per-proxy", 24);
user_pref("network.http.max-persistent-connections-per-server", 12);
user_pref("network.image.imageBehavior", 0);
user_pref("nglayout.initialpaint.delay", 100);
// Disable Bookmark Icons ( 북마크중 사이트 아이콘제거 -울긋불긋 지저분해서)
user_pref("browser.chrome.site_icons", false);
user_pref("browser.chrome.favicons", false);
// Enable pipelining (파이프라인 활성화)
user_pref("network.http.pipelining", true);
user_pref("network.http.pipelining.firstrequest", true);
user_pref("network.http.pipelining.maxrequests", 100);
user_pref("network.http.proxy.pipelining", true);
// Kill window.print() which gives me an error msg since I have no printers installed. (프린터 없는사람만)
user_pref("capability.policy.default.Window.print", "noAccess");
;나름대로 꼭필요한것만 추가했습니다.
// perfomance (최대연결 및 이미지 로딩관련)
user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 16);
user_pref("network.http.max-persistent-connections-per-proxy", 24);
user_pref("network.http.max-persistent-connections-per-server", 12);
user_pref("network.image.imageBehavior", 0);
user_pref("nglayout.initialpaint.delay", 100);
// Disable Bookmark Icons ( 북마크중 사이트 아이콘제거 -울긋불긋 지저분해서)
user_pref("browser.chrome.site_icons", false);
user_pref("browser.chrome.favicons", false);
// Enable pipelining (파이프라인 활성화)
user_pref("network.http.pipelining", true);
user_pref("network.http.pipelining.firstrequest", true);
user_pref("network.http.pipelining.maxrequests", 100);
user_pref("network.http.proxy.pipelining", true);
// Kill window.print() which gives me an error msg since I have no printers installed. (프린터 없는사람만)
user_pref("capability.policy.default.Window.print", "noAccess");
Who is online
Users browsing this forum: Ahrefs [Bot] and 0 guests