How to Make Firefox Load Pages Faster

Herbalist Dr MziziMkavu

JF-Expert Member
Feb 3, 2009
42,293
33,078
:becky:


If you use broadband, you can make webpages load even faster in Firefox by using this "pipelining" trick. Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which can speed up page loading.

Steps


  • Type "about:config" into the address bar and hit return.
  • 2
    Look for “network.http.keep-alive”. If it’s false, double-click that line and to change it to true.
  • 3
    Make sure “network.http.version” is set to “1.1″.
  • 4
    Look for “network.http.pipelining”. If it’s false, double-click that line and change it to true.
  • 5
    Set "network.http.proxy.pipelining" to true by double-clicking it.
  • 6
    Set "network.http.pipelining.maxrequests" to 8 by double-clicking it. This means it will make 8 requests at once. There is no point setting it higher then 8 as it is capped at 8 max. The default value for this setting is 4.
  • 7
    Optional: Right-click anywhere and select New-> Integer. Name it "nglayout.initialpaint.delay" and set its value to "0". This value is the amount of time the browser waits before it shows you the information it receives. This is particularly helpful on pages with search bars, however, it doesn't actually make the page load faster.


  • Using the “Filter:” search box can make it easier to find the settings you're looking for.
  • You can also run Firefox in your RAM (no reading from the HD means faster Firefox) by following
    How to Speed Up Firefox by Running It In RAM Normally, Mozilla Firefox operates from your hard drive, but it's possible to run it completely in your system's memory (RAM). It speeds up your browsing because computers can read and write from RAM much faster than it can read and write from the hard drive. The following instructions will walk your through a configuration with Windows.

Steps


  • Download and save Portable Firefox onto your Desktop (see Things You'll Need below). Double-click on the ZIP file and extract the contents of the archive to the folder "C:\PortableFirefox". You can use a different directory, but you will have to adapt the rest of this article to that directory.
  • 2
    Download RAMDisk and save it to the same location as the ZIP file (see Things You'll Need below). Double-click RAMDisk.exe. This is a self-extracting archive. When asked where to save the extracted files, save them on your Desktop. This creates a directory called __RAMDisk.
  • 3
    Open the __RAMDisk folder. Inside you will find a ZIP file named Installfiles.zip. Double click this file. Extract the contents of the archive to your Desktop. You should now have a folder on your desktop named INSTALL.
  • 4
    Install the RAMDisk software.
    • Open Windows Control Panel (found by clicking Start > Control Panel). Switch the Control Panel to Classic View if it's not already. Now click the icon labeled Add New Hardware'. When the window opens, click Next. Windows will search for new hardware added to your computer. When it's finished, click Yes, I have already connected the hardware, and then click Next. You should now be looking at a long list of hardware available on your computer.
    • Scroll to the very bottom of the list and select Add a new hardware device and then click Next.
    • When the next window comes up, pick the second option, Install the hardware that I manually select from a list (Advanced). Then click Next.
    • On the next window, leave the selection "Show All Devices" and click Next.
    • On the next window, click the button Have Disk. A small window will pop up asking you to insert the manufacturer's installation disk. Click the Browse button and browse your way to the INSTALL folder that was created on your Desktop.
    • Once in that directory, select the RAMDisk.inf file. Click Open. Now that you're back at the pop up window, click OK.
    • Back to the main window, click Next. On the Ready to install window, click Next. Windows will throw up a window complaining that the hardware has not passed WHQL testing. Just click Continue Anyway.
    • Click Finish. If Windows says anything about restarting your computer, just say No. It's not necessary.
  • 5
    Configure RAMDisk.
    • Back at the Control Panel, click the icon for System. When the window pops up, click the Hardware tab. Then click the Device Manager button.
    • You're now looking at all the devices installed on your computer. Scroll down the list down until you see RAM Disk. Click the + sign to open this tab. Now right click Ramdisk [ QSoft ], and select Properties.
    • A new window will open. Click the tab Ram Disk Properties. The options on this page are pretty self explanatory. You can set the drive letter that you want RAMDisk to emulate. In this case, pick B:. You can also set the size of the drive. 32 MB is plenty for Portable Firefox. You can also set the File system. Either file system will work fine.
    • Once you have set everything, click OK. Close all windows and the Control Panel. If you open My Computer, you will see you new RAM disk as whatever drive letter you chose. If you double click the drive, you will see that it's empty. If there are any files in there, just delete them.
  • 6
    Create batch files. Your RAM disk are completely erased when you shut down Windows. You need two files to copy Firefox back into the RAM disk when Windows starts, and then to save settings, to copy everything from the RAM disk back onto the C drive. The first one copies everything from C:\portablefirefox to B:\firefox. The second one copies everything back from the B drive to the C drive.
    • Open Notepad (usually found at Start > All Programs > Accessories), and type in this line:
      • XCOPY C:\portablefirefox\*.* B:\firefox\ /E /Y /C
    • Save the file as C:\portablefirefox\load_firefox.bat. Under Save as type, select All Files.
    • Click New in Notepad. Create a new file and add this line:
      • XCOPY B:\firefox\*.* C:\portablefirefox\ /E /Y
    • Now save this file as C:\portablefirefox\save_firefox.bat. Again, Under Save as type, select All Files.
  • 7
    Put a link to the first batch file in your Start Menu's Startup folder. This way the file is run every time Windows starts. You can also create a folder on the Start Menu called Shutdown (certain versions of Windows only), and place a link to the second batch file in that folder. That way everything is copied back to the C drive when Windows shuts down.
  • 8
    Browse to C:\portablefirefox and double click the file load_firefox.bat. A command window opens showing you that Windows is copying all the files from C:\portablefirefox to B:\firefox.
  • 9
    Open My Computer and open up the folder B:\firefox. Right click the file PortableFirefox.exe, and pick Send To > Desktop (Create shortcut). This will place a shortcut to Portable Firefox that you can click to run Firefox.

Tips



  • Once Firefox is running, you can follow the tips in the article How to Make Firefox Load Pages Faster to get even more speed from Firefox.
  • UNTESTED: EXPERTS ONLY (FOR NOW): You may be able to automate the copying of Firefox Settings by listing the Copy To RAM script files in the Startup Script in GPEdit (Group Policy Editor), and the Copy To Harddisk in the Shutdown Script. You must have administrator rights, and you must have the correct version of Windows to run GPEdit (GPEdit is available on Windows 2000, XP Pro, Vista, Server 2003, and Server 2008. Specifically it is not available in Windows XP Home, Vista Home Basic, and Vista Home Premium).
  • For running Firefox portable version in memory, add the following line to the firefox_load.bat file:

    START /WAIT "RAMFOX" /DB:\Firefox\ /MAX FirefoxPortable.exe

    The RamDrive location for the executable is "D:\Firefox" and the application name is "FirefoxPortable.exe". What this does is copy the files from my slow MicroSD card to the much faster RamDisk and then launch Firefox in MAXimized mode after loading.

Warnings Remember, everything on the RAM disk is emptied when Windows shuts down. That means if the batch file save_firefox.bat isn't run before that, you will lose any saved passwords or extensions you've installed with PortableFirefox.


Things You'll Need



  • Portable Firefox - Portable Firefox is a stripped down and reconfigured version of Firefox designed to run off of a USB thumb drive. You can download the files from the Portable Firefox website.
  • RAMDisk for Windows - RAMDisk creates a fake disk on the Windows system that can be used just like any other hard drive, but it's completely running in your system's memory. You can download the files from the RAMDisk website.
 
How to Make Internet Explorer Load Faster

Internet Explorer is the default Web browser created by the Redmond, Washington-based Microsoft Corporation. Internet Explorer is included in all versions of the Windows operating system. Recent iterations of Internet Explorer have incorporated advanced browsing features found in other browsers, such as Mozilla's Firefox. These additional features have added increased productivity to the browser, but can also create longer load times. Learn how to make Internet Explorer load faster to save time and make your Web browsing more efficient.

Instructions


  1. Step 1
    Open the Notepad program, included in all versions of Windows. Click the Start menu and select "All Programs." It is located in the "Utilities" folder.
  2. Step 2
    Enter the following text into the Notepad program: Windows Registry Editor Version 5.00.
  3. Step 3
    Skip a line, and type the following text: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
  4. Step 4
    Add the following text after the line in Step 3, noting that there is only one quotation mark in the beginning of the string of text (don't add a second set of quotation marks): "MaxConnectionsPerServer"�=dword:00000010
  5. Step 5
    Type one last line below the text in Step 4: "MaxConnectionsPer1_0Server"�=dword:0000010
  6. Step 6
    Review what you've typed. There should be four lines of text. Save the file as "tweakbrowser.reg." Windows will ask you if you want to add ".reg" to the document. Confirm that you do want to add that file suffix. To make the next few steps simple, save the file to your desktop for easy access.
  7. Step 7
    Right-click the file you just saved and select "Open." The Windows operating system will then alert you that you are changing the registry. Confirm that you want the registry edited. The registry is a core component of Windows and controls various aspects of software operations, including the running of Internet Explorer. This file edits the registry to shorten the amount of time it takes for Internet Explorer to display pages that it is loading, essentially shortening your loading time.
  8. Step 8
    Open the Internet Explorer browser by clicking the "Start" menu and selecting the "Internet Explorer" button at the top of the menu.
  9. Step 9
    Click "Tools" in the top of the browser and select "Options." Increase Internet Explorer's cache by dragging the cache slider to the right and clicking "Apply." This gives the browser more space to store temporary Internet files, which are data pieces from websites it accesses and stores on the local hard drive so that it can load the same website faster the next time you try to visit it.
  10. Step 10
    Close Internet Explorer and restart your computer. The registry edits from Step 7, as well as the increased cache allowance from Step 9, will rapidly decrease the load time of both the Internet Explorer program and how it displays Web pages.


Tips & Warnings

  • Increase the space allowance allotted to temporary Internet files so Internet Explorer does not have to continuously download new data from a website (adding to load time).
 
Haya maelezo, are they meant kwa wataalamu au hata layman wa IT kama mimi naweza kuyatekeleza. Kwa sababu as you go along naona yanazidi kuwa complicated na lugha inabadilika kutoka ya kawaida na kuwa ya kitaalamu zaidi.
nachelea nisije nikaharibu laptop .
 
Back
Top Bottom