Browser.cache.check_doc_frequency = 2 does not. How to fix?

When I run Firefox I want load the version cached of my tabs. He used to do this, but now it refreshes the tabs when it starts. I tried to start in safe mode and it also refreshes the tabs when it starts. I put browser.cache.check_doc_frequency = 2, so it should we caching to load the tabs, but it's not. This change happened just in the last month little.

Firefox does it create a sessionstore.js file when you close Firefox and are backups in the sessionstore-backups folder?

previous.js (cleanBackup: copy of sessionstore.js from previous session that was loaded successfully)
recovery.js (latest version of the sessionstore written during runtime)
recovery.bak (previous version of the sessionstore written during runtime)
upgrade.js-<build_id> (backup created during an upgrade of Firefox)

Create a new profile as a test to see if your profile is the source of the problem.

See "create a profile":

If the new profile works then you can transfer files from a profile already used in the new profile, but be careful not to copy files corrupted to avoid transporting more problems.

Tags: Firefox

Similar Questions

  • Home page button does not, how to fix?

    In my Firefox 4, the home button does not take me to the homepage. However, it opens a blank page saying browser.startup.homepage = about: home and the address "chrome://branding/locale/browserconfig.properties" appears in the url bar.

    I tried fixing it by clicking on restore by default and it still does not work.

    Any help appreciated.

    I would hazard a guess that you have some installed plugin which changes the settings of Firefox. Try safe mode, and also look at what is stated in your Windows XP lists as installed programs.

    If problems continue to see, too, How to fix preferences that will not save

  • Windows 7 does not, how to fix?

    Windows 7 does not open on my laptop.  "' Get like creen saying there is an error on the disk, but it will not correct when I click on" corrects the error.  Everything comes back to the same screen.  What should I do?

    Hello, Georgia,

    Thank you for keeping us posted.

    Follow the suggestions below for a possible solution:

    Method 1: I suggest you follow the steps in the article and check if it works.

    Windows Vista or Windows 7 unbootable, and the Startup Repair tool does not resolve the problem

    http://support.Microsoft.com/kb/934540/en-us

     

    Method 2: Rebuild the BCD by using the Bootrec.exe tool.

    To run the Bootrec.exe tool, you must start Windows RE. To do this, follow these steps:

    a. put the Windows 7 installation disc in the disc drive, and then start the computer.

    b. press a key when you are prompted. Select a language, a time, a currency, a keyboard or an input method, and then click Next.

    c. click on repair your computer.

    d. click the operating system you want to repair, and then click Next.

    e. in the System Recovery Options dialog box, click command prompt.

    f. type Bootrec.exe, and then press ENTER.

    See the following link for more information:

     

    How to use the Bootrec.exe tool in the Windows recovery environment to troubleshoot and repair startup issues in Windows

    http://support.Microsoft.com/kb/927392

    Hope this information helps. Please come back for any clarification on this or any issue of Windows. We will be happy to help you.

  • New tab page does not, how to fix?

    I get this message...

    The address is not valid, the URL is not valid and cannot be loaded.

    The Web addresses are usually written as

      http://www.example.com/
    

    Make sure that you use (i.e. the obliques /).

    Clear the cache and cookies from sites that cause problems.

    "Clear the Cache":

    • Tools > Options > advanced > network > storage (Cache) offline: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Tools > Options > privacy > Cookies: "show the Cookies".

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance/themes).

  • Trying to connect to a page and I get a notice stating that "the IP assistance Service does not" how to fix this?

    I need to know how to activate the IP assistance Service?

    Hi Dave,.

    Please, help us to gather some more information about the issue to help you more.

    1. which version of the operating system are you using?

    2. in what page Web gave you the error message?

    3. Since when are you facing the issue?

    4. did you of recent changes to the computer before the show?

    IP assistance service provides additional connectivity settings while browsing the internet.

    You can start the assistance service IP from the services window.

    Follow these steps.

    a. press the Windows key + R and type services.msc.

    b. Locate the IP assistance service.

    c. right-click on the service and select Start.

    d. If the service is already started, then right-click on it and select restart.

    Let us know the State of the question, so that we will help you.

  • cache 'dist-test' does not support direct optimization

    I noticed this message in the log of my proxy Extend JVM. It is registered at the INFO level.

    The cache dist-test does not support direct optimization for objects in internal format. If possible, consider using a different cache topology.

    The Extend JVM proxy runs as a disabled storage for the cluster node.

    Any ideas what is the cause?

    Dist-test is configured like this:
      <caching-scheme-mapping>
    
        <cache-mapping>
          <cache-name>dist-*</cache-name>
          <scheme-name>near-entitled-scheme</scheme-name>
        </cache-mapping>
    
      </caching-scheme-mapping>
    
      <caching-schemes>
    
        <near-scheme>
          <scheme-name>near-entitled-scheme</scheme-name>
          <front-scheme>
            <local-scheme>
              <eviction-policy>HYBRID</eviction-policy>
              <high-units>1000</high-units>
            </local-scheme>
          </front-scheme>
          <back-scheme>
            <distributed-scheme>
              <scheme-ref>dist-default</scheme-ref>
            </distributed-scheme>
          </back-scheme>
        </near-scheme>
    
        <distributed-scheme>
          <scheme-name>dist-default</scheme-name>
          <serializer>
            <class-name>com.tangosol.io.pof.ConfigurablePofContext</class-name>
          </serializer>
          <lease-granularity>member</lease-granularity>
          <backing-map-scheme>
            <local-scheme>
              <listener>
                <class-scheme>
                  <class-name>{backing-map-listener-class-name com.oracle.coherence.common.backingmaplisteners.NullBackingMapListener}</class-name>
                  <init-params>
                    <init-param>
                      <param-type>com.tangosol.net.BackingMapManagerContext</param-type>
                      <param-value>{manager-context}</param-value>
                    </init-param>
                  </init-params>
                </class-scheme>
              </listener>
            </local-scheme>
          </backing-map-scheme>
          <autostart>true</autostart>
        </distributed-scheme>
    
      </caching-schemes>
    I presume it's something to do with the plan closely because I don't see the message if I have the card dist-* caches directly to the dist - default scheme

    See you soon,.
    JK.

    Hi Jonathan,.

    You've found the warning as a near cache implements cache objects. Given that the service proxy uses POF, it must deserialize the POF serialized value in order to put it in the cache close. You do not see the message when you cache directly plan dist by default because it is configured to use the BOOM, allowing the proxy service pass the POF serialized value directly through the distributed cache service.

    Thank you
    Tom

  • zhotkey is not, how to fix this problem for free?

    zhotkey does not, how can I fix this for free and that does not really anyway?

    Install the appropriate driver and software for your keyboard the keyboard manufacturer web page or media supplied with the keyboard.

  • I want to delete temporary internet files. Note that I did not clear the cache. It does not work! How can I delete temporary files? Why did you take this feature? VERY frustrating that you would do that!

    I'm looking for how to remove the temp int files and continue to flow upward with the nonsense of "empty the cache". This isn't what I searched. Clear the cache does NOT remove temporary files. Why do you want to take this feature here?

    Firefox uses or not delete temporary internet files which use IE and a few plugins. Firefox uses the Cache if you are using Firefox on Windows, Mac OSX, Linux or some other OS.

  • Satellite Pro A30: CD/DVD drive does not-how to restore the OS?

    I want to run the recovery discs to restore my laptop to its original state, but the cd/dvd-rom does not work.

    Does anyone have an idea how I can do this is by plugging my laptop on another pc or is there a program on the web, I get to do this for me.

    Bacically, even after that run CCleaner and other programs of the laptop is still slow and struggled.

    Hi mate

    I'm not very well if the former satellite Pro A30 is able to boot from USB drive Mr. in this case, you can try to install the OS from USB flash stick.

    Here's an interesting ad on this theme:
    http://forums.computers.Toshiba-Europe.com/forums/thread.jspa?threadID=63986

  • System Restore does not-how do to adjust settings

    System Restore does not work on my laptop.
    It did not work because the new toshiba set by phone for me when I bought it.
    But now I formatted it and its not working yet.

    Any help on how to adjust the settings.

    Hello

    It's very easy
    First you should check if the system restore is not disabled on your laptop.
    This can be checked in the control-> system-> System Restore tab panel.

    You have to uncheck the option called turning off the coast of the the system restore on all drives.
    Please check if there is enough free space on the two drives for the files in system restore.
    In the settings you must set the disk space to use to the maximum!

    After restarting again you should start the System Restore tool and should create a system restore point.

    Good luck

  • Wifi button does not how can I activate wifi?

    Hello

    I'm using compaq presario cq43. my button (f12), wifi and a few other buttons like insert, delete does not work.

    How can I activate my wifi. is there a way to activate the hardware button

    Thanks in advance

    Hello

    Go to Device Manager and uninstall the keyboard driver restart the unit and have it checked. Try to update the Bios from the HP website where this solution does not work you may need to replace the keyboard itself.

  • Does not, how I update BITS?

    I reinstalled IE8, after which the Windows updates did not work and I got error 0 x 80070424. (XP SP3)

    I have re installed SP3, but this does not solve it.

    I tried the FIXIT suggested by David Vinod

    (http://answers.microsoft.com/en-us/windows/forum/windows_xp-windows_update/updates-continue-to-pop-up-but-cannot-download-no/73ccc5a1-64c1-4ffe-90be-32e4c7c93bbd)

    but this is a no cure.

    My latest updates have been in November 2012, nothing since. Any ideas how to fix?

    This Microsoft hotfix fix 50687 allowed me to download the updates, but they wouldn't install.

    (BITS is re appeared under Services)

    Microsoft Update does not store my update history, so he re scan each visit.

    These were not installed:

    Update for Windows XP (KB946648) security
    Update security for Windows XP (KB2510531)
    Microsoft Office Compatibility Pack Service Pack 3 (SP3)
    Update security for Windows XP (KB2758857)
    Update security for Windows XP (KB2770660)
    Update for Windows XP (KB2779562)
    Update security for Windows XP (KB2753842)
    Update for Windows XP and Windows Server 2003 (KB2798897)
    Update security for Windows XP (KB2802968)
    Update security for Windows XP (KB2780091)
    Update security for Windows XP (KB2807986)
    Update security for Windows XP (KB2820917)
    Update security for Windows XP (KB2813170)
    Update security for Windows XP (KB2813345)
    A security update cumulative for Internet Explorer 8 for Windows XP (KB2817183)
    Update security for Windows XP (KB2808735)
    Windows Malicious Software Removal Tool - April 2013 (KB890830)

    Ko 2757638, which I installed it manually, has not been downloaded or installed.

    I downloaded and run Microsoft Fix It Center (21 patches) and this explains that the problem has been corrected. WELL WELL, IT IS FALSE. The problem persists.

    But the power down of all installed updates then maybe it's fixed. I'll report later.

    Hi, pawn,

    Please restore the computer and when you receive the prompt to install the nvidia update, please hide and it woun't install. Here are the steps:
     
    To hide updates:
     
    (a) click Start, type: Windows Update in run
    (b) press on enter on your keyboard
    (c) a list of the updates
    (d) right-click in the update/s in question and click Hide.
     
    Update the adapter driver video directly from the Nvidia site.
    Let us know the result. If the problem is still not resolved, we will be happy to help you further.
  • CD player does not, how do I install drivers for the CD player

    My CD player does not work. Therefore, it is not possible for me to install the drivers for the new version of CD. Do you provide any software driver to install online?

    Original title: software online for drivers

    First of all, please read KB555375 - how to ask a question at.

    Secondly, it would be useful to know the manufacturer and model of your CD drive and if it has never worked.  It would also be useful to learn more about the computer you are using.  It's a laptop or a desktop computer?  What is manufacture and model?  What version of Windows are you running and what is the latest service pack installed?

    Third, with Windows XP SP3, most CD players should work without additional software.  However, there may be software problems that interfere with its use.

    Fourth, if yours is an old CD player, there may be updates of firmware that will allow him to play several types of optical media.

    Finally, try to run the associated Microsoft FixIt KB 982116 - Your CD or DVD drive is missing or not recognized by Windows or other programs.

    The first two rules for equipment troubleshooting: 1) is it connected?  (2) is it turned on?

  • 1.3 iPad does not, how I role towards 1.2 Please

    I just upgraded to 1.3 for Ipad and since doing so I couldn't make it work.

    I m receiving the following error: -.

    View connection insecure(http-only) server connections are not supported

    Can someone help to solve thi problem or advise how I can regress to ver 1.2 Please?

    Unfortunately, Apple does not app vendors provide applications outside the App Store of Apple/iOS.

    Ben

    Product Manager, Thin Clients

  • My Browser Based Air help does not work someone can tell me why?

    I use Windows 7 and HR 8.

    I looked the site Grainge, who said it was similar to a merger.

    So, my project is a merged project I used that to make the browser function will help.

    I accessed the .xpj parent, clicked on Adobe Air file and let it generate browser based around air where he wanted. It gives rise to a SSL folder and the folders for my projects merged were there. I consulted a fusion of the child folder and clicked on Adobe Air to generate air support of browser based in the appropriate folder. It appears, but it did not display when I consulted the file original parent.

    So, I joined the company mother .xpj file again once clicked on Adobe Air and changed the homepage to c:\RHair82\HelpforSs.htm. What makes the path more runs.

    She produced a file mergedProjects with folders for all my projects merged. However, it has not produced a SSL folder. Again, not able to display the child's record, but I couldn't access it from the parent file.

    Can anyone help?

    Thank you.

    Pat

    By default, the wizard will create a path to a folder in the. SSL! folder. However if you set the path as C:\MyAirHelp, it does not generate one! SSL! folder, it will just create C:\MyAirHelp with mergedProject underneath and you build projects from child to their appropriate folder, it.

    You may need to generate all the projects of the child before it works.

    The first thing I would check is that the installation works if you generate WebHelp. Also try to work with the download of my site. It is very basic and makes the resolution of the problems.

    Post at the time you tried.

    Some time ago I tried merged AIR Navigator helps so I need to watch it again and I can't do it tonight.

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

Maybe you are looking for