4,305 Views
By watchmojo
2,212 Views
By watchmojo
982 Views
By watchmojo
Religions Of The World - Zoroastrianism
1,661 Views
By watchmojo
395 Views
By watchmojo
195 Views
By watchmojo
167 Views
By watchmojo
1,011 Views
By watchmojo
11,411 Views
By Diagonal
253 Views
By watchmojo
World Record Bike Jump Attempt
13,948 Views
By Diagonal
How to Pimp Out Your Firefox From a Fresh Install
309 Views
By 5min
3,106 Views
By watchmojo
Cancelled Soap Opera: Another World
1,029 Views
By watchmojo
CBS' As the World Turns and Guilding Light
1,941 Views
By watchmojo
1,737 Views
By Diagonal
Critique De Film: The New World
383 Views
By watchmojo
128 Views
By watchmojo
8,163 Views
By Diagonal
193 Views
By Comedy-Time
04:14
726 Views
By GamePro
01:22
8,332 Views
By Diagonal
01:01
383 Views
By Diagonal
01:21
38,514 Views
By Diagonal
00:36
1,353 Views
By Diagonal
01:22
PopSiren Bite - The World Toe Wrestling Champio...
915 Views
By Revision3
02:44
THE WORLD UNSEEN Premiere - The Sheetal Sheth I...
70,998 Views
By DesiYou
01:17
1,848 Views
By Diagonal
02:46
Humanitarian Aid in the World Food Crisis
109 Views
By watchmojo
01:39
2,334 Views
By Diagonal
Add video views to your Facebook Timeline:
ppl (....) in some place mean brackets
look at what is written between them
Firefox
Pipelining requests
This setting is equivalent to the IE tweak above. It allows for more simultaneous connections to web servers. Note that the HTTP specs suggest for 4 concurrent connections. Setting this value to 10 allows for more web page components being downloaded at the same time, noticeably improving browsing. To appy the tweak, follow the simple instructions below:
1. In the address bar, type: about:config
2. Locate and change the following values,by double-clicking on them:
network.http.max-connections = 24 ..default is 24..
network.http.max-connections-per-server = 10 ...default is 8...
network.http.max-persistent-connections-per-proxy = 8 ...default is 4....
network.http.max-persistent-connections-per-server = 4 ..default is 2..
network.http.pipelining = true ...default is false..
network.http.pipelining.maxrequests = 10 ... default is 4...
network.http.proxy.pipelining = true ..default is false..
3. Optionally, you can also tweak the following settings:
content.notify.backoffcount = 5
ui.submenuDelay = 0
Note: Setting the number of connections per server to a much higher number ..over ~10.. can cause web servers to drop some requests, resulting in incomplete pages, increased retransmissions, etc., so it is not recommended.
Reduce Initial Page Delay
By default, Firefox waits 0.25 seconds ..250ms.. before beginning to draw web pages. To reduce this initial delay, do the following:
1. In the browser address bar, type: about:config
2. Anywhere in the browser window, right-click and create: NEW . String
3. Name the string: nglayout.initialpaint.delay (no spaces) and set its value to 0 (or something sensible, in milliseconds).
Note: This setting is not present by default.
Advanced Firefox Settings
Below, you will find settings that may increase your perceived page loading time a bit further. Note that those are most likely best left at the default values. These settings generally do no exist under the Firefox about:config, and need to be created if you'd like to experiment with them.
content.interrupt.parsing - default/recommended is true. When true, parsing can be interrupted to process UI events.
content.max.tokenizing.time recommended value ~ 2250000. Defines maximum number of microseconds between reflows.
content.notify.interval - recommended value ~ 750000
content.notify.ontimer - recommended set to true. If so, doesn't reflow pages more often than the content.notify.interva timer.
content.switch.threshold - raising the value will make the browser more responsive at the expense of page load time.
browser.cache.memory.capacity - memory, in KB reserved for caching decoded images. Default varies with RAM
these worked great for me !!