Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. 1. Type "about:config" into the address bar and hit return. Scroll
  2. down and look for the following entries:
  3. network.http.pipelining
  4. network.http.proxy.pipelining
  5. network.http.pipelining.maxrequests
  6. Normally the browser will make one request to a web page at a time.
  7. When you enable pipelining it will make several at once, which really
  8. speeds up page loading.
  9.  
  10. 2. Alter the entries as follows:
  11. Set "network.http.pipelining" to "true"
  12. Set "network.http.proxy.pipelining" to "true"
  13. Set "network.http.pipelining.maxrequests" to some number like 30. This
  14. means it will make 30 requests at once.
  15.  
  16. 3. Lastly right-click anywhere and select New-> Integer.
  17. Name it "nglayout.initialpaint.delay" and set its value to "0".
  18. This value is the amount of time the browser waits before it acts on information it
  19. recieves.
  20. If you're using a broadband connection you'll load pages 2-30 times faster now.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement