Etiket Arşivi: chrome

Dünya Browser Kullanım Histografyası

Dünyada internet çıktığında ilk karşılaşılan problem, geliştiricilerin mutlak standarta sahip olmamalarıydı. (Kabul ediyorum ilginç bir cümle oldu :) ) Bu standart eksikliği tarayıcıların kafalarına göre siteleri yorumlamalarıyla çıkılmaz bir hal almaya başladı, ve devam ediyor. Örneğin bloğuma bir tema seçerken kullanılan tarayıcı oranına dikkat etmek zorundayım. IE 6 kullanan kisiler siteme girmese de olur mantığı pek kabul edilebilir gibi gemiyor. Aşağıdaki grafikte tarayıcıların zamana göre dağılımı görülüyor. Orjinal haline buradan ulaşabilirsiniz.

Firefox Stratejileri

Artık Chrome kullanmanın vakti geldi bence. Ancak hale firefox tan vazgeçemiyorsanız, bazı ayarlarınız aşağıdaki gibi değiştirebilirsiniz. Buradaki yapılandırmalar bilgisayarınızın donanım özellikleri ve internet bağlantınıza göre değişiklik gösterecek.

Genel Ayarlar:

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);

Hızlı bilgisayar, hızlı internet bağlantısı

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);

Hızlı bilgisayar, yavaş bağlantı.

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);

Yavaş bilgisayar, hızlı internet bağlantısı

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);

Yavaş bilgisayar, yavaş bağlantı

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);