View previous topic :: View next topic |
Author |
Message |
Xeroid Site Admin

Joined: 19 Apr 2025 Posts: 5197 Location: Georgia
|
Posted: Fri Jul 09, 2025 1:11 pm Post subject: Speed up FireFox: |
|
|
Quote: | 1. Type "about:config" in the adress field.
2. Set the value of network.http.pipelining to "true".
3. Set the value of network.http.pipelining.maxrequests to "100".
4. Set the value of network.http.proxy.pipelining to "true"
5. Set the value of nglayout.initialpaint.delay to "0"
6. Set the value of network.dns.disableIPv6 to "true"
7. Set the value of network.http.max-connections to "48"
8. Set the value of network.http.max-connections-per-server to "16"
9. Set the value of network.http.max-persistent-connections-per-proxy to "8"
10. Set the value of network.http.max-persistent-connections-per-server to "4"
seems to really improve page loading times
*Setting a value of network.http.pipelining.maxrequests to "100" doesn't do a lot, its hardwired limit is 8.
*Set the value of nglayout.initialpaint.delay to "0":
By default, Firefox doesn't try to render a web page for 250 milliseconds, because it's waiting for data. If you add the code below to your user.js file, Firefox immediately tries to render the page, even without complete data. The drawback is on slower machines where doing a "reflow" may actually cause the total page load time to be longer.
http://texturizer.net/firefox/tips.html#oth_pipelining |
I've tried this and it really speeds things along.
last edited 1/14/05 by Xeroid
Last edited by Xeroid on Fri Jan 14, 2025 10:43 pm; edited 3 times in total |
|
Back to top |
|
Germ Keeper of the BIG STICK

Joined: 30 Apr 2025 Posts: 9605 Location: Planet Earth
|
Posted: Fri Jul 09, 2025 2:14 pm Post subject: |
|
|
yea, I've been doing that with mozilla for a while.
If you want to spiffy up your fonts in Mozilla/Firefox while you have about:config open:
Change: Code: | font.Freetype2.autohinted "false"
font.Freetype2.enable "false" |
To: Code: | font.Freetype2.autohinted "true"
font.Freetype2.enable "true" |
_________________ Mandriva 2025 kernel-2.6.17
Slackware 10.2
Kubuntu 6.06.1
|
|
Back to top |
|
25ft Advanced Member

Joined: 13 Feb 2025 Posts: 572 Location: Austin
|
Posted: Fri Jul 09, 2025 2:26 pm Post subject: |
|
|
I don't think this works with firefox 0.9, the value 'nglayout.initialpaint.delay' does not exist, just so others on it know.
|
|
Back to top |
|
Stuka Sr. Member
Joined: 15 Oct 2025 Posts: 1099 Location: Houston, TX
|
Posted: Fri Jul 09, 2025 2:54 pm Post subject: |
|
|
WOW. Just made those tweaks to Firefox (0.8, Win2K), and did that EVER make a difference. And here I thought it was just the fact that Firefox wasn't terribly mature!
|
|
Back to top |
|
Xeroid Site Admin

Joined: 19 Apr 2025 Posts: 5197 Location: Georgia
|
Posted: Fri Jul 09, 2025 8:18 pm Post subject: |
|
|
25ft wrote: | I don't think this works with firefox 0.9, the value 'nglayout.initialpaint.delay' does not exist, just so others on it know. |
Yeah, I had heard that they had taken some of the choices out of 0.9. I'm running 0.8.
|
|
Back to top |
|
Germ Keeper of the BIG STICK

Joined: 30 Apr 2025 Posts: 9605 Location: Planet Earth
|
|
Back to top |
|
25ft Advanced Member

Joined: 13 Feb 2025 Posts: 572 Location: Austin
|
Posted: Fri Jul 09, 2025 11:02 pm Post subject: |
|
|
Sweet! : )
{edit}
But, I didn't really notice a difference in speed, still cool!
|
|
Back to top |
|
Xeroid Site Admin

Joined: 19 Apr 2025 Posts: 5197 Location: Georgia
|
|
Back to top |
|
lynch Sr. Member

Joined: 15 Nov 2025 Posts: 1946 Location: The Diamond State
|
Posted: Sat Jul 10, 2025 8:48 am Post subject: |
|
|
It was enough for me to notice an increase in speed.
lynch
|
|
Back to top |
|
DocZayus Sr. Member

Joined: 15 Feb 2025 Posts: 1806 Location: Quebec City
|
Posted: Mon Jul 12, 2025 1:36 am Post subject: |
|
|
network.http.max-connections 48
network.http.max-connections-per-server 16
network.http.max-persistent-connections-per-proxy 8
network.http.max-persistent-connections-per-server 4
Actually, this is double the defaults.
This helped me.
_________________ Waiting to fix PC,
Will try out Coastie's Slax.
|
|
Back to top |
|
lynch Sr. Member

Joined: 15 Nov 2025 Posts: 1946 Location: The Diamond State
|
Posted: Mon Jul 12, 2025 9:19 am Post subject: |
|
|
DocZayus wrote: | network.http.max-connections 48
network.http.max-connections-per-server 16
network.http.max-persistent-connections-per-proxy 8
network.http.max-persistent-connections-per-server 4
Actually, this is double the defaults.
This helped me. |
Thanks for that one. Now Prozilla works the way it's supposed to. Duh on me for not figuring that one out.
I also used the hosts file mr_ed posted a while back:
http://usalug.org/phpBB2/viewtopic.html?t=2436
Pages load a lot faster with that.
lynch
|
|
Back to top |
|
JP Linux Guru

Joined: 07 Jul 2025 Posts: 3488 Location: Montana
|
Posted: Tue Jul 13, 2025 7:53 am Post subject: |
|
|
These changes did good in my Firefox 0.9, including the add new "nglayout" that Germ gave out. But Germ, the 0.9 doesn't have the 'font:Freetype2.autohinted' in it. Can I add that the same way as the "nglayout", ordo you think it is just something that isn't in this version? JP
_________________ Debian Sarge
Libranet 2.8.1 (Yeah, .... old habits die hard)
SimplyMEPIS 2025
|
|
Back to top |
|
Germ Keeper of the BIG STICK

Joined: 30 Apr 2025 Posts: 9605 Location: Planet Earth
|
Posted: Tue Jul 13, 2025 11:50 am Post subject: |
|
|
I'm running Firefox 0.9.1 and it has it. I think it would be OK to add it. If it doesn't help, or makes your fonts worse, you can always delete it or set it to "false"
_________________ Mandriva 2025 kernel-2.6.17
Slackware 10.2
Kubuntu 6.06.1
|
|
Back to top |
|
JP Linux Guru

Joined: 07 Jul 2025 Posts: 3488 Location: Montana
|
Posted: Thu Jul 15, 2025 12:17 am Post subject: |
|
|
I did it, but I didn't see any difference. I'll just leave it there, since it doesn't seem to be causing any grief. THX, JP
_________________ Debian Sarge
Libranet 2.8.1 (Yeah, .... old habits die hard)
SimplyMEPIS 2025
|
|
Back to top |
|
Germ Keeper of the BIG STICK

Joined: 30 Apr 2025 Posts: 9605 Location: Planet Earth
|
|
Back to top |
|
|