블로그에 글을 쓸때 글 한자한자 따라오는 속도도 느리고, 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환경에 접속을 이렇게 하는지 처음 알았네요.
'backend' 카테고리의 다른 글
구글꺼야? SearchMash (16) | 2007.10.30 |
---|---|
5회 스프링 프레임웍 사용자 모임에 다녀왔습니다. (10) | 2007.10.28 |
Google Developer Night에 다녀와서,, (14) | 2007.10.17 |
Derby에서 paging구현.. (7) | 2007.09.03 |
Java 성능개선을 위한 Programming 기법 (7) | 2007.06.27 |
awt와 swing의 차이점 (7) | 2007.06.19 |
[디자인패턴] bridge & adapter & mediator pattern (2) | 2007.06.13 |
[디자인패턴] State, Strategy Pattern (6) | 2007.05.30 |