تذكرني !
تابعنا على
Bleach منتديات العاشق
أرشيف قسم البرامج هذا القسم خاص لجميع المواضيع القديمة والمنتهية من جميع الاقسام، وبالإضافة للمواضيع المخالفة للقوانين العامة والخاصة .

  #1  
قديم 01-10-2010, 02:10 AM
الصورة الرمزية العاشق 2005  
رقـم العضويــة: 365
تاريخ التسجيل: Sep 2008
المشـــاركـات: 94,808
نقـــاط الخبـرة: 85
افتراضي حصريا لاول مره اضخم شرح لكيفية زيادة سرعة Firefox وتقليل استهلاك الذاكرة بدون برامج



الكثير منا عانا من مشكلة بطئ الجهاز اثناء استخدام برنامج فايرفوكس واحيانا بطئ التصفح لان برنامج الفايرفوكس بيستهلك قدر كبير جدا من الرام لقد عانية الأمرايين من هذه المشاكل لفتره طويلة حيث اني بدأت الشك في امكانيات جهازي وقررت تغيرو وبعد طول بحث وعناء وجدت الكثير من البرامج التي يمكن ان تساعد علي تسريع الفيروكس بس للاسف كل هذه البرامج ماليئة بالتروجان و الفيروسات فقررت البحث عن طريقة لتسريع البرنامج بدون اي تدخول لبرنامج اخر وسوف اطرح اكبر طرح لهذه الاوامر علي المنتديات العربية والطرق بسيطه جدا جدا جربو وشوفو الفرق مش هتندمو :smailes21: معا الشرح
















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


______________________________

Note :

A fast connection is anything above DSL or even DSL included. A slow connection is 56K.

A fast PC is anything more than 1.6 GHz

A slow PC is anything less than 1.6GHz


كلمة شكر تكفيني بجد تعبت في الموضوع ده كل ما اجي اعمل الموضوع واقرب اخلص الكهربة تقطع :D :bgrfreak:
قديم 01-12-2010, 09:59 PM   #2
عاشق محترف
 
الصورة الرمزية عاشقة انيمي ناروتو
رقـم العضويــة: 30773
تاريخ التسجيل: Jan 2010
العـــــــــــمــر: 26
الجنس:
المشـــاركـات: 455
نقـــاط الخبـرة: 10

افتراضي رد: حصريا لاول مره اضخم شرح لكيفية زيادة سرعة Firefox وتقليل استهلاك الذاكرة بدون برا

ماشاء الله بارك الله
والله البرنامج رووووووووعة
اتمنى ان ارى المزيد من البرامج والمواضيع الحلوة
وتطلع وتوصل للقمة...
تقبل مروري
اختك في الله....
عاشقة انيمي ناروتو غير متواجد حالياً  
 


الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1)
 

تعليمات المشاركة
لا تستطيع إضافة مواضيع جديدة
لا تستطيع الرد على المواضيع
لا تستطيع إرفاق ملفات
لا تستطيع تعديل مشاركاتك

BB code is متاحة
كود [IMG] متاحة
كود HTML معطلة

الانتقال السريع

المواضيع المتشابهه للموضوع حصريا لاول مره اضخم شرح لكيفية زيادة سرعة Firefox وتقليل استهلاك الذاكرة بدون برامج:
الموضوع كاتب الموضوع المنتدى مشاركات آخر مشاركة
حصريا لاول منتدي عربي تسريع الفير فوكس بسرعة البرق وبدون برامج اضخم شرح ارجو التثبي العاشق 2005 أرشيف قسم البرامج 0 01-09-2010 07:10 AM
حصريآ تخيل زيادة سرعة التصفح لأعلي درجة بـ Mozilla Firefox 3.5.7 بأحدث إصدار !! العاشق 2005 أرشيف قسم البرامج 0 01-05-2010 10:10 PM
حصريآ تخيل زيادة سرعة التصفح لأعلي درجة بـ Mozilla Firefox 3.5.5 بأحدث إصدار !! العاشق 2005 أرشيف قسم البرامج 0 11-06-2009 02:50 PM
حصريا... 2*1 زيادة سرعة النت+سرعةالجهاز برناممج مجاني ورهيب العاشق 2005 أرشيف قسم البرامج 0 02-08-2009 11:40 PM
بحركة صغيرة وبدون برامج يمكنك زيادة سرعة التصفح بشكل كبير مملحوظ ...جرب وادعيلى العاشق 2005 أرشيف قسم البرامج 0 11-30-2008 11:00 PM

الساعة الآن 01:25 AM.


Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.

كُل ما يُكتب أو يُنشر في منتديات العاشق يُمثل وجهة نظر الكاتب والناشر فحسب، ولا يمثل وجهه نظر الإدارة

rel="nofollow" maxseven simplicity and clarity