Evo jos nekoliko vrlo korisnih ubrzanja za firefox posle kojeg ce surfovanje i downlo
Znači sve se radi tako sto ukucate about:config i desnim klikom postavljate nove vrednosti.
Uostalom evo uputstvo:
---
CONTENT INTERRUPT PARSING
This preference is used to control the response to UI events if the application will interrupt parsing a page.
Right-click (for Apple users ctrl+click) anywhere in the about:config window, select New–>Boolean from the pop-up menu.
Then enter content.interrupt.parsing in the New boolean value pop-up window and click OK.
Select true and click OK when prompted to choose the value for the new boolean .
---
Mozilla applications regularly render what has been received at any instance, instead of waiting for a page to completely download to display it to the user. This option controls the maximum amount of time the application will be unresponsive while rendering pages.
Right-click (for Apple users ctrl+click) anywhere in the about:config window, select New–>Integer from the pop-up menu.
Here, enter content.max.tokenizing.time in the New integer value pop-up window and click OK.
Set the value of content.max.tokenizing time to 2250000 when prompted and click OK.
---
CONTENT NOTIFY INTERVAL
This option sets the minimum amount of time to wait between reflows.
Right-click (for Apple users ctrl+click) anywhere in the about:config window and select New–>Integer from the pop-up menu.
Type content.notify.interval in the New integer value pop-up window and click OK.
Enter 750000 and click OK when prompted to enter a value.
---
CONTENT NOTIFY ONTIMER
This option sets the if to reflow pages at an interval any higher than what is specified by the content.notify.interval.
Type content.notify.ontimer in the New boolean value pop-up window and click OK.
Right-click (for Apple users ctrl+click) anywhere in the about:config window and select New–>Boolean from the pop-up menu.
Select true and click OK when prompted to choose the new boolean value.
---
Notify Backoffcount
This option controls the maximum number of times the content will do timer-based reflows. The page reflows only once when it has finished downloading after reaching this number.
Right-click (for Apple users ctrl+click) anywhere in the about:config window and select New–>Integer from the pop-up menu.
Enter content.notify.backoffcount in the New integer value pop-up window and click OK.
Enter 5 and click OK. when prompted to enter a value.
---
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 switches back to low-frequency mode when you have not been active for a certain amount of time. This preference controls that amount of time.
Right-click (for Apple users ctrl+click) anywhere in the about:config window and select New–>Integer from the pop-up menu.
Enter content.switch.threshold in the New integer value pop-up window and click OK.
Enter 750000 and click OK when prompted to enter a value.
---
NGLAYOUT INITIALPAINT DELAY
Mozilla applications render web pages incrementally, they display what has been received of a page before the entire page has been downloaded. Since the start of a web page normally does not have much useful information to display, Mozilla applications wait a short interval before first rendering a page. This preference controls that interval.
Right-click (for Apple users ctrl+click) anywhere in the about:config window and select New–>Integer from the pop-up menu.
Enter nglayout.initialpaint.delay in the New integer value pop-up window and click OK.
Enter 0 and click OK when prompted to enter a value.