Make Mozilla Firefox Fly
No kidding, this tweak really works. I was surprised at the speed increase.
EDIT: OOPS! DO NOT change "maxrequests" to 30. Shorty explains why below.
Thanks again to The Inquirer /All you've got to do is type "about:config" into your address bar, wait for it to load, then alter the following entries: change "network.http.pipelining" to "true", "network.http.proxy.pipelining" to "true" and lastly "network.http.pipelining.maxrequests" to 30, meaning it will be able to make 30 requests at once.
EDIT: OOPS! DO NOT change "maxrequests" to 30. Shorty explains why below.
0
Comments
Access_Denied, if you click the link to the article, it says don't bother if you are not on broadband. Sorry
Dexter...
///EDIT: RESET MY MAXREQUESTS TO DEFAULT AS PER SHORTY'S POST
network.http.pipelining.maxrequests" to 30
Why?
The rest of the tweaks are fine and do help but don't up the connections. You are going to flood the hell out of some webservers (including the little server we have here). Read the HTTP protocol specification if you are don't believe me. I think the Inquirer would know better.
I''ve put what shorty said back to default and made the other two changes
You are making x connections (x being the number you have your connections setup to be) to the server. On servers like ours, a few too many connections will bring us down
Yes you might get a speed increase but you will slow down sites & servers as more people take this route. Please don't do it.
The limit is in the http 1.0/1.1 specifications for a reason.
If everyone decides to just grab 30 connections, then the server is working harder than it needs to serve information. Some servers will be brought to their knees.
Webserver software is designed to follow the HTTP & HTTPS standards to the latter. If a browser contrevenes that standard, that's the browser/end users mistake, not the servers.
The issue comes with this. Browsers come out of the box (so to speak) set to work within the specifications. It's only when some bright spark decides to break the standards that the problem occurs. If standards are adhered to, then these issues never come up.
There is no need to put additional overhead on the server and design in a "max connections per client" (Theoretically at least). Why should it?
What's an issue is somebody deciding that the quickest way to improve the pace of their webpages to is to put the pressure on website owners, their hosting partners and their technology.
Same goes with HTML coding. If standards were followed, then we wouldn't have the mess of browser compatibility that designers have to deal with
I never denied SYN attacks aren't part of it. It's what we all have to deal with if you run a site that runs any kind of service (HTTP, FTP, POP).
The most common we have experienced at SM is packet floods. Ping us, you won't get a response. Thom also implemented max connections per IP to stop the "grab as many connections as possible" attacks we were sustaining. Not every site has an admin like -tk.
That is why Im so against this. It's putting unnecessary traffic requirements & stress on webservers for nothing. The standards are there for a reason.
All Im saying is don't add to a problem. People running servers have enough to deal with without people "accidently" flooding a server for connections without intending to DOS a site.
A poster at The Inq has now chastised the editor who put up the Firefox tweak article.
"Mike:
Ahoy there mates you let the proverbial bobcat out of the bag ...
The dearly beloved "run the turbines at Military Power 'til they blow up" Scribner on your staff who suggests sticking their foot through the floorboards by tweaking Firefox & setting "network.http.pipelining.maxrequests" to "30" connections (This means it will make 30 requests at once.)
Said Scribner, who is obviously a gamer & overclocker freak, _FORGOT_ to read the comments section at th4e bottom of the posting http://forevergeek.com/open_source/make_firefox_faster.php#comments
"#13 Great little tips, but only one problem, and that's that you're breaking servers by doing this. 3-5 requests is fine, but trying to do 30 requests at once puts some strain on the server. If two people try to access the same page at once with this set, that's 60 connections. Most httpd's are set to cut off after there are 100 connections made. So, 4 people with this set could not access the same site. I urge you to think things through before setting something like this and killing the websites you browse."
Was the editor off having a pint when this one was lashed onto top billing?
Tell Said Scribner, okay you can grab a lot of server bandwidth and therefore cut out everybody else. But that simply proves your grandmother didn't beat you about the head and ears often enough when you stole all the chocolate biscuits/cookies from the plate. The system works when folks share - not be a freaking bandwidth hog ...
John O