General :  K-Meleon Web Browser Forum
General discussion about K-Meleon 
Speedy K-Meleon
Posted by: xGrind
Date: April 24, 2009 09:19PM

Macro to increase the speed of K-Meleon.
Save as veloz.KMM in the folder 'macros'

Veloz

Options: ReplyQuote
Re: Speedy K-Meleon
Posted by: guenter
Date: April 24, 2009 09:47PM

thx - i will try. Since 0.82 I used user.js. This lloks easy and new.
Greetings to BR from DE



Edited 1 time(s). Last edit at 04/24/2009 09:47PM by guenter.

Options: ReplyQuote
Re: Speedy K-Meleon
Posted by: xGrind
Date: April 24, 2009 10:38PM

tongue sticking out smiley

Options: ReplyQuote
Re: Speedy K-Meleon
Posted by: Yogi
Date: April 24, 2009 11:38PM

Reminder only for the very few of you using K-M with a local proxy (e.g. Proxomitron)
Since K-M (like other browsers as well) handles a local proxy like a normal server you may want to slightly modify xGrind's macro accordingly.


# INCREASE MULTI-THREADED DOWNLOAD PERFORMANCE
setpref(INT, "network.http.max-connections",60);
#setpref(INT, "network.http.max-connections-per-server",32);
# INCREASE MULTI-THREADED DOWNLOAD PERFORMANCE using a Local Proxy
setpref(INT, "network.http.max-connections-per-server",60);
setpref(INT, "network.http.max-persistent-connections-per-proxy",16);
setpref(INT, "network.http.max-persistent-connections-per-server",8);


Options: ReplyQuote
Re: Speedy K-Meleon
Posted by: disrupted
Date: April 24, 2009 11:56PM

see, told you we don't need fasterfox. "thumbs-up"

Options: ReplyQuote
Re: Speedy K-Meleon
Posted by: desga2
Date: April 25, 2009 12:02PM

@ xGrind:
Can you add your macro to the MacroLibrary?

Thanks.

K-Meleon in Spanish

Options: ReplyQuote
Re: Speedy K-Meleon
Posted by: xGrind
Date: April 25, 2009 05:09PM

Yes smiling smiley

Options: ReplyQuote
IT LOOKS FINE.- Speedy K-Meleon
Posted by: dj_creator4
Date: May 03, 2009 06:50PM

It looks ok. I´m testing it now, but it looks fine with k-meleon ccf me 0.094
TAKE A LOOK AT IT ...and decide by yourselves

cu

http://pp4mnk.zxq.net

Options: ReplyQuote
Re: Speedy K-Meleon
Posted by: caktus
Date: May 05, 2009 06:13PM

Quote
xGrind
Macro to increase the speed of K-Meleon.
Save as veloz.KMM in the folder 'macros'

Veloz

After saving velos.kmm as "All Files" to the macro older in 1.5.2, I went to the Tools menu to deselect the "Page Speed". But Page speed had been replaced with Carregador de P_na. What is Carregador de P_na?

Also, should I clear the cache's when beginning to use velos.kmm?

Charlie

~~If it ain't broke, why screw it up?~~


Options: ReplyQuote
Re: Speedy K-Meleon
Posted by: desga2
Date: May 06, 2009 08:29PM

In veloz.kmm code change this line:
_SpeedUp_BuildMenu{
# tools menu
setmenu(Settings,macro,"Carregador de &Página",SpeedUp_Toggle);
}
By this other:
_SpeedUp_BuildMenu{
# tools menu
setmenu(Settings,macro,"SpeedUp",SpeedUp_Toggle);
}

Also exist other old macro for this in MacroLibrary.

K-Meleon in Spanish

Options: ReplyQuote
Re: Speedy K-Meleon
Posted by: caktus
Date: May 07, 2009 07:28AM

Quote
desga2
In veloz.kmm code change this line:
_SpeedUp_BuildMenu{
# tools menu
setmenu(Settings,macro,"Carregador de &Página",SpeedUp_Toggle);
}
By this other:
_SpeedUp_BuildMenu{
# tools menu
setmenu(Settings,macro,"SpeedUp",SpeedUp_Toggle);
}

Also exist other old macro for this in MacroLibrary.

Thank you, desga2. Works kike a charlie.

Charlie

~~If it ain't broke, why screw it up?~~


Options: ReplyQuote
Re: Speedy K-Meleon
Posted by: xGrind
Date: May 07, 2009 08:12PM

tongue sticking out smiley

Options: ReplyQuote
Re: Speedy K-Meleon
Posted by: MrWoo
Date: May 10, 2009 08:37AM

This works really well. A very noticable difference over default settings. I have a couple questions though.

1. when this is enabled, the pages load faster most definately. However, when you click on a link, it is now maybe 50-75% of the time not 'linking'. Meaning, you click the link, it stalls. Many times, after say 5-10 seconds it starts loading and loads very fast. If you click the link, then immediately click it again, it works well. Is there somethign to tweak to stop this effect?

2. with a default install onto windows vista or 7, KM is blazing fast over XP. I mean, really really fast. Program startup, page loads. Placing this speedup.kmm file in vista or 7 sees no real speed benefeit. Is there a reason why this might be?

MrWoo.

Options: ReplyQuote
Re: Speedy K-Meleon
Posted by: ppimmi
Date: May 12, 2009 05:18AM

wow...very fast..:O

thank you



Edited 1 time(s). Last edit at 05/12/2009 05:19AM by ppimmi.

Options: ReplyQuote
Re: Speedy K-Meleon
Posted by: Crickee
Date: May 12, 2009 10:58PM

Thanks.

Options: ReplyQuote
Re: Speedy K-Meleon
Date: May 13, 2009 08:58AM

Quote
caktus
Quote
desga2
In veloz.kmm code change this line:
_SpeedUp_BuildMenu{
# tools menu
setmenu(Settings,macro,"Carregador de &Página",SpeedUp_Toggle);
}
By this other:
_SpeedUp_BuildMenu{
# tools menu
setmenu(Settings,macro,"SpeedUp",SpeedUp_Toggle);
}

Also exist other old macro for this in MacroLibrary.

Thank you, desga2. Works kike a charlie.


http://kmeleon.sourceforge.net/wiki/PageSpeed


/* ENABLE IMPROVED PIPELINING */
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.firstrequest", true); /* Default is false */
user_pref("network.http.pipelining.maxrequests", 100); ????? /* Default is 4 */


As far as i know there is a hard upper limit on the number of requests that can be pipelined..That is to say the Network.http.pipelining.maxrequests is hard coded at 8 max so even if you set it it at 100 ,and after that pray to the most powerfull gods in the mithology it will still be 8

Here ..have a look see:
http://mxr.mozilla.org/mozilla1.8/source/netwerk/protocol/http/src/nsHttp.h#111

Cheers



Edited 3 time(s). Last edit at 05/13/2009 09:03AM by Gorilla no baka.

Options: ReplyQuote


K-Meleon forum is powered by Phorum.