16 GODINA SA VAMA !!! Dobro dosli na Delta Radio Forum !!! Uzivajte uz najbolju narodnu muziku na internetu !!!

***INFO: UKOLIKO IMATE PROBLEMA SA PRISTUPOM FORUMA PUTEM GOOGLE CHROMA ,EDGE-A ILI OPERE KORISTITE MOZZILU ZA POKRETANJE FORUMA ***

Slušajte Radio 31 Plus pomoću:

Winamp, iTunes Windows Media Player Real Player QuickTime


SLUSATE RADIO 31 PLUS UZICE:


Prikaz rezultata 1 do 3 od 3
  1. #1
    Dj_Pele's Avatar
    Registrovan
    Jan 2009
    Age
    50
    Postovi
    33
    Thanked: 1

    Ubrzajte Firefox

    pratite sledece uputstvo za ubrzanje Firefoxa...

    Pokrenite Firefox i u adress bar-u ukucajte : about:config
    zatim enter...
    kada se pojavi box kliknite na polje "i will be careful"
    pojavice se stanica sa textom.. a sve sto treba da uradite je da dodate 2 nova stringa...

    desni klik na bilo gde na stranici... zatim NEW... pa Sring...
    u polje ukucajte sledece: "nglayout.initial.paint " zatim enter pa vrednost 00
    zatim opet NEW pa SRing pa sledece : "content.notify.delay" zatim enter pa vrednost 00 i opet enter i to je to...
    Vas Firefox bi trebao raditi barem 10 puta brze...


  2. Članovi koji su se zahvalili Dj_Pele za ovaj post:

    slobodan123 (16.02.2020)

  3. #2
    zsimke's Avatar
    Registrovan
    Jan 2011
    Age
    45
    Postovi
    7
    Thanked: 1

    Odg: Ubrzajte Firefox

    A ima i add-ons za mozilu,zove se tweak network.Takodje sluzi za ubrzavanje mozile i otvaranja internet stranica.Nije zahtevan,mali programcic:
    https://addons.mozilla.org/en-US/firefox/addon/327/

  4. Članovi koji su se zahvalili zsimke za ovaj post:

    slobodan123 (16.02.2020)

  5. #3
    bane007's Avatar
    Registrovan
    Dec 2008
    Age
    58
    Postovi
    1
    Thanked: 1

    Odg: Ubrzajte Firefox

    To speed up Firefox follow these steps.
    For those who are unsure about the changes, please first refer to this post:

    Backup Firefox Profile And Restore It
    If you are looking for Firefox Addons, check this article on

    Firefox Addons

    01. Type about:config in the address bar and then press Enter.

    steps in speeding up firefox

    And you will see a confirmation message like this:

    steps in speeding up firefox

    Now click I’ll be careful, I promise!

    02. You will see a label there Filter, just next to it type network.http.pipelining. Now be sure the value field is set true, if not double-click to set true.

    steps in speeding up firefox

    Info: 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!

    03. Go back to the Filter search bar and type network.http.pipelining.maxrequests Double-click this option and set its value to 8.

    steps in speeding up firefox

    04. In the Filter search bar and type network.http.proxy.pipelining Once opened double-click on it and set it to true.

    steps in speeding up firefox

    05. Type network.dns.disableIPv6 in the filter search bar and set this option to true by double clicking on it.

    steps in speeding up firefox

    Info: 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.

    06. 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:

    steps in speeding up firefox

    A. Enter content.interrupt.parsing in the New boolean value pop-up window and click OK.

    steps in speeding up firefox

    B. When prompted to choose the value for the new boolean, select true and click OK.

    steps in speeding up firefox

    07. 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.

    steps in speeding firefox

    A. Enter content.max.tokenizing.time in the New integer value pop-up window and click OK.

    steps in speeding up firefox

    B. You will be prompted to enter a value. Enter 2250000 and click OK.

    steps in speeding up firefox

    08. 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.

    steps in speeding firefox

    A. Type content.notify.interval in the New integer value pop-up window and click OK.

    steps in speeding up firefox

    B. You will be prompted to enter a value. Enter 750000 and click OK.

    steps in speeding up firefox

    09. 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.

    steps in speeding up firefox

    B. Type content.notify.ontimer in the New boolean value pop-up window and click OK.

    steps in speeding up firefox

    C. You will be prompted to choose the value for the new boolean. Select true and click OK.

    steps in speeding up firefox

    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.

    steps in speeding firefox

    A. Enter content.notify.backoffcount in the New integer value pop-up window and click OK.

    steps in speeding up firefox

    B. You will be prompted to enter a value. Enter 5 and click OK.

    steps in speeding up firefox

    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.

    steps in speeding firefox

    A. Enter content.switch.threshold in the New integer value pop-up window and click OK.

    steps in speeding up firefox

    B. You will be prompted to enter a value. Enter 750000 and click OK.

    steps in speeding up firefox

    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.

    steps in speeding firefox

    A. Enter nglayout.initialpaint.delay in the New integer value pop-up window and click OK.

    steps in speeding up firefox

    B. You will be prompted to enter a value. Enter 0 and click OK.

    steps in speeding up firefox

    That’s it! Now restart Firefox and your browsing as well as downloading speed will be much more faster. Good luck.peace

  6. Članovi koji su se zahvalili bane007 za ovaj post:

    slobodan123 (29.06.2018)

Slične Teme

  1. Odgovori: 0
    Zadnji Post: 26.03.2009, 23:51

Pravila Postanja

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

PRIJATELJI SAJTA: