블로그에 글을 쓸때 글 한자한자 따라오는 속도도 느리고, CPU점유율도 상당하던데,
도저히 안되겠다 싶어서 해결방법을 찾아보니,
How To Speed Up Firefox (Helpful Vanity)
에 나와있는데로 설정을 하였습니다.
해당 글은,
Here's something for broadband people that will really speed Firefox up:
1.Type "about:config" into the address bar and hit return. Scroll down and look for the following entries:
network.http.pipelining network.http.proxy.pipelining network.http.pipelining.maxrequests
Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading.
2. Alter the entries as follows:
Set "network.http.pipelining" to "true"
Set "network.http.proxy.pipelining" to "true"
Set "network.http.pipelining.maxrequests" to some number like 30. This means it will make 30 requests at once.
3. Lastly right-click anywhere and select New-> Integer. Name it "nglayout.initialpaint.delay" and set its value to "0". This value is the amount of time the browser waits before it acts on information it recieves.
If you're using a broadband connection you'll load pages MUCH faster now!
이렇게 설정하고 나니 좀 빨라진것같은데 config환경에 접속을 이렇게 하는지 처음 알았네요.
'나만의 작업' 카테고리의 다른 글
일상을 적는 서비스 "oladay" (10) | 2007.09.21 |
---|---|
Derby에서 paging구현.. (7) | 2007.09.03 |
한국 스프링 사용자 모임(KSUG) 제 4 회 세미나 사전접수가 시작되었네요. (6) | 2007.08.31 |
무서운 Web.. ? 검색엔진... (11) | 2007.08.26 |
firefox가 느릴때.. (10) | 2007.08.04 |
Safari 3.0 for Windows를 맛본 후 (6) | 2007.07.04 |
Enable the Debug menu in Safari 3.0 for Windows (2) | 2007.07.03 |
Java 성능개선을 위한 Programming 기법 (7) | 2007.06.27 |
awt와 swing의 차이점 (7) | 2007.06.19 |