| Evet linuxda da denedim, windows versionunuda da denedim, hızlandıgı garantisini kesinlikle veriyorum, o yüzden paylaşmak istedim , resimli anlatım ile .. |
Firefox kullanmiyorum ama indirip kullancam ve en kisa zamanda su kodu yazacam Negative |
| ben yapmıştım bunu daha önce ama ilk başlarda hızlı idi sonraları eski hızına döndü |
| gerek yok zaten kuş gibi sdaniye demeden açılıyor daha nasıl hızlanacak anlamadım...süper den öte... |
| Pipeling özelliklerini açmanın herhangi bir dezanavantajı yok.. |
|
açıkcası firefox ile ikinci günüm ve i.e. daha hızlı bulmuştum bunu deneyince daha da hızlandı sağol negative(r) |
|
Öncelikle bu ipucu işe yaradı Firefox 100 günde 25 Milyon kişi tarafından yüklendi Haber kaynağı cnet.com Aktaran NTVMSNBC http://ntvmsnbc.com/news/310235.asp Ben tema olarak Noia Extreme kullanıyorum ve şu extension ları yükledim Pek güzel oldu ( parantez içinde yüklendiğinde nereden ulaşılacağı ): Dom inspector Dokümanlar için ( tools Menü ye ) Web Developer İnternet sayfalarının yapısı için ( Tools menü ye ) Image Zoom Sayfalardaki resimlere zoom girmek için ( sağ tuşa ) Cute Menus Ff Menuleri güzel gösteriyor FlashGot Download için Flashget e aktarma ( sağ tuşa ) ForecastFox Ff sayfasının sağ alt köşesine ilinizin 3 günlük hava durumunu gösterir ve saat başı update eder G Mail notifier Ff sayfasının sağ alt köşesinde G Mail uyarısı Wiev Cookies O sayfanın kaydettiği cookie leri kontrol ( Tools / Page Info ) FoxyTunes Ff üzerinden Müzik Player kontrolu ( Sağ Alt Çubukta ) Bandwidth Tester Internet hızını ölçmek için ( Tools Menu ) CuneAform Sayfa hazırlama ve deneme ( tools Menu ) FireFtp Ftp adresleri için ( tools Menu ) Nuke Anything Bir sayfada görmek istemediğiniz resim veya herhangi bir şeyleri hiç yüklememesi için ( sağ tuş ) ReloadEvery Bir sayfayı belli ve değiştirilebilir zaman aralığı ile oto refresh için ( sağ tuş ) QuickNote Not almak için ( Tools Menu ) Show Image Sayfa açılırken yüklenemeyen resimleri tekrar denemesi için ( sağ Tuş ) Translate sayfa yı veya bir bloğu 13 değişik dilden ingilizce ye çevirmek için ( Türkçeyi de dahil etse biri ) xMirror Bunu yükleyince 3 değişik adresten daha extension arayabiliyorsun ( Extensions penceresinin sağ altına get more un yanına " select Mirror geliyor ) Allow Right click işte bu extension u bir başka mirror dan aldım Sağ klik in bloklandığı sitelerde bu bloğu auto kaldırıyor ve resimleri save edebiliyorsun Bunların haricinde yararlı extension öneren var mı ? |
yaw emektar i..e , vazgeçmesi zor oluyor, şu anda i..e de 0.3ms ile yeni pencere açıyorken, mozillada bu değer daha kötü, elimiz alışmış bir kere |
|
Speeding up Firefox the right way Speeding up Firefox seems to be a meme going around the blogsphere lately. Most of the tips I’ve seen, though, are only for broadband connections with the latest hardware and only include some of the settings that would affect performance. The Firefox Tweak Guide has the full details on how to speed up Firefox regardless of your connection or hardware, reprinted in part below. Don’t forget that the easiest way to tweak user files is with chromEdit extension. Common to all configurations These are the settings that seem to be common to all configuration files regardless of connection speed or computer speed with a couple of additions - plugin paths can be found with about:plugins and the bookmark menu delay is turned off. user_pref("network.http.pipelining", true); user_pref("network.http.proxy.pipelining", true); user_pref("network.http.pipelining.maxrequests", 8); user_pref("content.notify.backoffcount", 5); user_pref("plugin.expose_full_path", true); user_pref("ui.submenuDelay", 0); Fast Computer Fast Connection user_pref("content.interrupt.parsing", true); user_pref("content.max.tokenizing.time", 2250000); user_pref("content.notify.interval", 750000); user_pref("content.notify.ontimer", true); user_pref("content.switch.threshold", 750000); user_pref("nglayout.initialpaint.delay", 0); user_pref("network.http.max-connections", 48); user_pref("network.http.max-connections-per-server", 16); user_pref("network.http.max-persistent-connections-per-proxy", 16); user_pref("network.http.max-persistent-connections-per-server", 8); user_pref("browser.cache.memory.capacity", 65536); A couple settings of note - Firefox is allocated 4096 KB of memory by default and in this configuration we give it roughly 65MB as denoted by the last line. This can be changed according to what is used. Fast Computer, Slower Connection This configuration is more suited to people without ultra fast connections. We are not talking about dial up connections but slower DSL / Cable connections. user_pref("content.max.tokenizing.time", 2250000); user_pref("content.notify.interval", 750000); user_pref("content.notify.ontimer", true); user_pref("content.switch.threshold", 750000); user_pref("network.http.max-connections", 48); user_pref("network.http.max-connections-per-server", 16); user_pref("network.http.max-persistent-connections-per-proxy", 16); user_pref("network.http.max-persistent-connections-per-server", 8); user_pref("nglayout.initialpaint.delay", 0); user_pref("browser.cache.memory.capacity", 65536); Fast Computer, Slow Connection user_pref("browser.xul.error_pages.enabled", true); user_pref("content.interrupt.parsing", true); user_pref("content.max.tokenizing.time", 3000000); user_pref("content.maxtextrun", 8191); user_pref("content.notify.interval", 750000); user_pref("content.notify.ontimer", true); user_pref("content.switch.threshold", 750000); user_pref("network.http.max-connections", 32); user_pref("network.http.max-connections-per-server", 8); user_pref("network.http.max-persistent-connections-per-proxy", 8); user_pref("network.http.max-persistent-connections-per-server", 4); user_pref("nglayout.initialpaint.delay", 0); user_pref("browser.cache.memory.capacity", 65536); Slow Computer, Fast Connection user_pref("content.max.tokenizing.time", 3000000); user_pref("content.notify.backoffcount", 5); user_pref("content.notify.interval", 1000000); user_pref("content.notify.ontimer", true); user_pref("content.switch.threshold", 1000000); user_pref("content.maxtextrun", 4095); user_pref("nglayout.initialpaint.delay", 1000); user_pref("network.http.max-connections", 48); user_pref("network.http.max-connections-per-server", 16); user_pref("network.http.max-persistent-connections-per-proxy", 16); user_pref("network.http.max-persistent-connections-per-server", 8); user_pref("dom.disable_window_status_change", true); One of the changes made for this particular configuration is the final line where the status bar is disabled for changing web pages to save processor time. Slow Computer, Slow Connection We have entered the doldrums of the dial-up user user_pref("content.max.tokenizing.time", 2250000); user_pref("content.notify.interval", 750000); user_pref("content.notify.ontimer", true); user_pref("content.switch.threshold", 750000); user_pref("nglayout.initialpaint.delay", 750); user_pref("network.http.max-connections", 32); user_pref("network.http.max-connections-per-server", 8); user_pref("network.http.max-persistent-connections-per-proxy", 8); user_pref("network.http.max-persistent-connections-per-server", 4); user_pref("dom.disable_window_status_change", true); arkadaşlar bu ayarları bir siteden buldım fakat ne olduğunu anlayamadı m eğer anlayan arkadaşlar varsa bizede anlatabilirmi ![]() |
Firefox 1.0 da Pipeling özelliğini aşağıdaki şekilde aktif hale getirebilirsiniz:
1. İlk önce URL adres çubuğunda "about:config" yazın ve enter yapın.
2. Açılan menüdeki arama çubuğunda "pipelining" yazarak arama kriterlerini kısaltın. (Daha az sonuç ekrana yansır)
3.Aşağıdaki değerlerin TRUE olmasını sağlayın
* network.http.pipelining
* network.http.proxy.pipelining
Tips: Bu parametreler üstüne 2 kere çift tıklayarak TRUE olmasını sağlayabilirsiniz.
4. En fazla sorgulama için 30 değerini atayın. Bunun için,
* network.http.pipelining.maxrequests
değiskenin olduğu satırı bulun ve değişgen üstünde fare ile Sağ tıklayın, açılan menüden "Değiştir" seçerek, açılan kutuya 30 yazıp enter yapın.
< Resime gitmek için tıklayın >
5. Aynı menude fare ile boş bir yere sağ tıklayın.
Yeni -> Integer kısayolunu takip edin. Açılan menuye
* nglayout.initialpaint.delay
yazın.
< Resime gitmek için tıklayın >
Değer olarak 0 (sıfır) atayın.
Bu yeni değer sayesinde istenen bilgiler için bekleme süresi 0(sıfır) olarak tanımlanır.
Pipeling özelliği aktif edilmiş Firefox tarayıcınız ile artık daha hızlı internette gezebileceksiniz, saygılar ..
DH forumlarında vakit geçirmekten keyif alıyor gibisin ancak giriş yapmadığını görüyoruz.
Üye Ol Şimdi DeğilÜye olduğunda özel mesaj gönderebilir, beğendiğin konuları favorilerine ekleyip takibe alabilir ve daha önce gezdiğin konulara hızlıca erişebilirsin.
< Bu mesaj bu kişi tarafından değiştirildi Negative -- 20 Mayıs 2005, 20:27:41 >