Forum Romania Inedit
Romania Inedit - Resursa ta de Fun
|
Nou pe simpatie: ramonaa86 pe Simpatie.ro
 | Femeie 25 ani Brasov cauta Barbat 31 - 46 ani |
|
|
Forum Romania IneditReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| #27 |
|
|
Merge ms mai am o problema daca tot suntem pe topic cu firefox poate ma ajutati careva . Daca imi sting calculatoru si salvez linkuri in firefox sau orice salvez dupa ce pornesc iar calculatoru se sterge tot , ma gandeam ca e de la updates si le-am oprit dar tot asa face 
|
|
| |
|
| #28 |
|
|
HurricaneRaYder a scris:
Merge ms mai am o problema daca tot suntem pe topic cu firefox poate ma ajutati careva . Daca imi sting calculatoru si salvez linkuri in firefox sau orice salvez dupa ce pornesc iar calculatoru se sterge tot , ma gandeam ca e de la updates si le-am oprit dar tot asa face  |
Te duci la: Tools/Options/main...si ai acolo la: When Firefox starts: Show my windows and tabs from last time. Asta e tot ce ai de facut...
|
|
| |
|
| #29 |
|
|
Super tare merge acum browser-ul; imi mergea foarte greu inaninte, insa acum mare multumire lui Neo
|
|
| |
|
| #30 |
|
|
la "nglayout.initialpaint.delay” imi tot apare "300" dupa ce il repornesc...asa trebuie?sau cum fac sa ramana "0"? pun "0" il inchid si dupa ce il repornesc apare "300"...
_______________________________________ Asta sunt eu...
|
|
| |
|
| #32 |
|
|
Merge ca "uns" 
_______________________________________





"DEVORATOR" DE FILME Doscendo discimus = invatand pe altii invatam si noi...
|
|
| |
|
| #33 |
|
|
super ''treba'' 
_______________________________________


|
|
| |
|
| #34 |
|
|
neo am facut cum ai zis tu acolo am pus la etwork.http.pipelining.maxrequests 20, da nu vad nici o schimbare, ba chiar am impresia ca merge mai greu 
|
|
| |
|
| #35 |
|
|
mersi
_______________________________________ Yesterday was the past, tomorrow will be the future,but today is a gift.
|
|
| |
|
| #36 |
|
|
you are the man !!! ... it really works 
|
|
| |
|
| #37 |
|
|
Mergeti la pagina asta http://www.programmerworld.net/articles ... x_tips.php Merge pe Firefox 2.0.0.6 testat de mine! Se salveaza prefs.js (backup) Se copiaza si se lipeste textul (codul) prezentat la adresa pe care am indicat-o la finalul textului (codului) din prefs.js din directorul original. Nota: Sunt mai multe fisiere prefs.js. Trebuie luat cel cu dimensiunea mai mare din locatia ...ceva de genul : C:\Documents and Settings\user\Application Data\Mozilla\Firefox\Profiles\xxxxxxxx.default\prefs.js Se editeaza prefs.js cu click dreapta pe el > edit Dupa deschiderea prefs.js se inchide firefox, se lipeste codul copiat anterior in clipboard, se da save, se inchide editorul. Se porneste Firefox. Daca face figuri se restaureaza prefs.js cu varianta originala la care ati facut backup. Dar nu cred ca face figuri, la mine a mers uns. Bafta!
|
|
| |
|
| #38 |
TGRMEMBRU VIPDin: Mata
|
|
La primu step imi apare search pe google...Ce are?
_______________________________________
 Abureala de test...downloadez cu ~6mb/s
|
|
| |
|
| #39 |
NeoModeratorDin: Zion
|
|
1. Type about:config in the address bar and then press Enter.
2. In the filter search bar type network.http.pipelining. Be sure the value field is set true,if not double-click to set true.
HTTP is the application-layer protocol that most web pages are transferred with. In HTTP 1.1, multiple requests can be sent before any responses are received. This is known as pipelining. Pipelining reduces page loading times, but not all servers support it.
3. Go back to the filter search bar and type network.http.pipelining.maxrequests. Double-click this option and set its value to 8.
4. In the filter search bar and type network.http.proxy.pipelining. Once opened double-click on it and set it to true.
5. In IPv6-capable DNS servers, an IPv4 address may be returned when an IPv6 address is requested. It is possible for Mozilla to recover from this misinformation, but a significant delay is introduced. Type network.dns.disableIPv6 in the filter search bar and set this option to true by double clicking on it.
6. CONTENT INTERRUPT PARSING This preference controls if the application will interrupt parsing a page to respond to UI events. It does not exist by default. Right-click (Apple users ctrl-click) anywhere in the about:config window, select New and then Boolean from the pop-up menu. Then:
A. Enter content.interrupt.parsing in the New boolean value pop-up window and click OK
B. When prompted to choose the value for the new boolean, select true and click OK.
7. Rather than wait until a page has completely downloaded to display it to the user, Mozilla applications will regularly render what has been received to that point. This option controls the maximum amount of time the application will be unresponsive while rendering pages.
Right-click (Apple users ctrl-click) anywhere in the about:config window, select New and then Integer from the pop-up menu.
A. Enter content.max.tokenizing.time in the New integer value pop-up window and click OK
B. You will be prompted to enter a value. Enter 2250000 and click OK.
8. CONTENT NOTIFY INTERVAL This option sets the minimum amount of time to wait between reflows. Right-click (Apple users ctrl-click) anywhere in the about:config window, select New and then Integer from the pop-up menu.
A. Type content.notify.interval in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 750000 and click OK.
9. CONTENT NOTIFY ONTIMER
A. This option sets if to reflow pages at an interval any higher than that specified by content.notify.interval. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Boolean from the pop-up menu.
B. Type content.notify.ontimer in the New boolean value pop-up window and click OK.
C. You will be prompted to choose the value for the new boolean. Select true and click OK.
10. Notify Backoffcount This option controls the maximum number of times the content will do timer-based reflows. After this number has been reached, the page will only reflow once it is finished downloading. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.
A. Enter content.notify.backoffcount in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 5 and click OK
11. CONTENT SWITCH THRESHOLD You can interact with a loading page when content.interrupt.parsing is set to true. When a page is loading, the application has two modes: a high frequency interrupt mode and a low frequency interrupt mode. The first one interrupts the parser more frequently to allow for greater UI responsiveness during page load.
The low frequency interrupt mode interrupts the parser less frequently to allow for quicker page load. The application enters high frequency interrupt mode when you move the mouse or type on the keyboard and switch back to low frequency mode when you had no activity for a certain amount of time. This preference controls that amount of time. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.
A. Enter content.switch.threshold in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 750000 and click OK.
12. NGLAYOUT INITIALPAINT DELAY Mozilla applications render web pages incrementally, they display what’s been received of a page before the entire page has been downloaded. Since the start of a web page normally doesn’t have much useful information to display, Mozilla applications will wait a short interval before first rendering a page. This preference controls that interval. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.
A. Enter nglayout.initialpaint.delay in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 0 and click OK

|
|
| |
|
| #41 |
|
|
Sarumana mult , Neo, merge brici. Dau o bere mare 
|
|
| |
|
| #43 |
|
|
Mersi @Neo ..vedeti de acceia e el MODERATOR si noi niste parliti de membri gold 
|
|
| |
|
| #44 |
|
|
chiar misto faza
_______________________________________ fdg
|
|
| |
|
| #46 |
|
|
foarte tare!. acu e super ca numai e delayu asa mare k inainte...mi se incarcau mai intai anunturile de publicitate,ce nu-mi trebuia si acu' se incarca toate odata + ca merge mai bn . Din setari n-am bagat pct 6,7si 10 Neo - nu mi s-au parut importante:P.Daca totusi st bune si elea sa-mi ziceti 
_______________________________________


|
|
| |
|
| #47 |
|
|
Am facut modificarile da' nu vad nici o imbunatatire.Mai astept sa vad ce urmeaza.
|
|
| |
|
| #48 |
|
|
Merge incredibil! Jos pălăria. Mulţumesc
_______________________________________ Nu contează cat de lung e parul. Contează ce-i sub par.
|
|
| |
|
| #49 |
TGRMEMBRU VIPDin: Mata
|
|
Cum sa stergi unul ca l-am facut gresit ?
_______________________________________
 Abureala de test...downloadez cu ~6mb/s
|
|
| |
|