Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 18th May 2012, 10:10 PM
SomeDamFool's Avatar
SomeDamFool Offline
Registered User
 
Join Date: Sep 2006
Location: Groom Lake Nevada
Posts: 478
linuxfirefox
Firefox cache vanished

On my laptop Firefox used to store the cache in ~/.mozilla/firefox/qav0z3zp.default/cache. At about FF 10 it started storing cached items in ~/.mozilla/firefox/qav0z3zp.default/cache/(gazillions of numbered subfolders).

With FF 12 the cache disappeared altogether; there is no cache folder. about:cache tells me it's ~/.mozilla/firefox/qav0z3zp.default/OfflineCache, but nothing ever appears in that folder either. There is a file index.sqlite in there that is 256 Kb and stays that size, but nothing else.

I tried making a cache folder and adding to about:config

browser.cache.disk.enable value: ~/.mozilla/firefox/qav0z3zp.default/cache

but still nothing appears in the cache folder no matter how many sites I open. I even looked in ~/.cache and /usr/share/mozilla, but found nothing.

Question: Where the *bleep* does FF 12 store the cache?
Mike
__________________
su -
I am root the great and powerful
Pay no attention to the man behind the curtain
Reply With Quote
  #2  
Old 18th May 2012, 10:31 PM
dd_wizard's Avatar
dd_wizard Offline
Registered User
 
Join Date: Sep 2009
Posts: 1,409
linuxfedorafirefox
Re: Firefox cache vanished

That field should be a boolean, and should be set to "true". If you want to control the directory, you have to add "browser.cache.disk.parent_directory" and set its value to the path.

dd_wizard
Reply With Quote
  #3  
Old 19th May 2012, 12:39 AM
SomeDamFool's Avatar
SomeDamFool Offline
Registered User
 
Join Date: Sep 2006
Location: Groom Lake Nevada
Posts: 478
linuxfirefox
Re: Firefox cache vanished

Quote:
Originally Posted by dd_wizard View Post
If you want to control the directory, you have to add "browser.cache.disk.parent_directory" and set its value to the path.

dd_wizard
That is in fact what I did, but I copied the wrong string to my post... my bad. Anyway it doesn't use that directory even if set as above. I restarted the browser, tried logging out, etc. Still no cache... anywhere.

The browser still performs well however, no matter what I change.
Mike

---------- Post added at 07:39 PM ---------- Previous post was at 07:34 PM ----------

AND, about:cache shows:

Memory cache device
Number of entries: 202
Maximum storage size: 22528 KiB
Storage in use: 612 KiB
Inactive storage: 612 KiB
List Cache Entries

The last line is a link that when clicked shows a long list of links, but there is still nothing in the cache folder.
__________________
su -
I am root the great and powerful
Pay no attention to the man behind the curtain
Reply With Quote
  #4  
Old 19th May 2012, 12:49 AM
dd_wizard's Avatar
dd_wizard Offline
Registered User
 
Join Date: Sep 2009
Posts: 1,409
linuxfedorafirefox
Re: Firefox cache vanished

Hmm, this is what I see in about:cache:
Code:
Information about the Cache Service

Memory cache device
Number of entries: 	79
Maximum storage size: 	23552 KiB
Storage in use: 	250 KiB
Inactive storage: 	247 KiB
List Cache Entries

Disk cache device
Number of entries: 	2450
Maximum storage size: 	102400 KiB
Storage in use: 	64590 KiB
Cache Directory: 	/tmp/firefox-gene/Cache
List Cache Entries

Offline cache device
Number of entries: 	0
Maximum storage size: 	512000 KiB
Storage in use: 	0 KiB
Cache Directory: 	/home/gene/.mozilla/firefox/a3hgwzu3.default/OfflineCache
Notice I have three devices? Did you miss the disk and offline cache by not scrolling down, perhaps? I have my disk cache in /tmp because it's a tmpfs, which runs faster and gets cleaned at reboot.

dd_wizard
Reply With Quote
  #5  
Old 19th May 2012, 01:16 AM
SomeDamFool's Avatar
SomeDamFool Offline
Registered User
 
Join Date: Sep 2006
Location: Groom Lake Nevada
Posts: 478
linuxfirefox
Re: Firefox cache vanished

There are two entries for about:cache. The second one is:

Offline cache device
Number of entries: 0
Maximum storage size: 512000 KiB
Storage in use: 0 KiB
Cache Directory: /home/mike/.mozilla/firefox/qav0z3zp.default/OfflineCache

Both of the entries were there before I added my string to about:config, and remain the only two after I added my string. BTW this is the case on both my laptop and desktop machines since updating to FF 12.
__________________
su -
I am root the great and powerful
Pay no attention to the man behind the curtain
Reply With Quote
  #6  
Old 19th May 2012, 01:29 AM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,119
linuxchrome
Re: Firefox cache vanished

Instead of trying to look in "~/.mozilla/firefox/qav0z3zp.default/cache", why not try looking in "~/.mozilla/firefox/qav0z3zp.default/Cache".
Code:
BASH:~/-> du -hs /home/paul/.mozilla/firefox/*.default/Cache
115M	/home/paul/.mozilla/firefox/4n30p67e.default/Cache
Reply With Quote
  #7  
Old 19th May 2012, 01:53 AM
dd_wizard's Avatar
dd_wizard Offline
Registered User
 
Join Date: Sep 2009
Posts: 1,409
linuxfedorafirefox
Re: Firefox cache vanished

If I go to about:config and toggle browser.cache.disk.enable to false, the disk cache section disappears from about:cache. Have you checked to make sure it is a boolean, and set to true?

dd_wizard
Reply With Quote
  #8  
Old 19th May 2012, 02:38 AM
SomeDamFool's Avatar
SomeDamFool Offline
Registered User
 
Join Date: Sep 2006
Location: Groom Lake Nevada
Posts: 478
linuxfirefox
Re: Firefox cache vanished

Pablo Two,
That folder does not exist. I created the folder /cache and made the path ~/.mozilla/firefox/qav0z3zp.default/cache

dd_wizard,
browser.cache.disk.enable is set to true
__________________
su -
I am root the great and powerful
Pay no attention to the man behind the curtain
Reply With Quote
  #9  
Old 19th May 2012, 02:43 AM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,119
linuxchrome
Re: Firefox cache vanished

The default "cache" for Firefox 12 is ~/.mozilla/firefox/xxxxxx.default/Cache

CAPITAL "C" in the folder /Cache. This is Linux, case matters.
Reply With Quote
  #10  
Old 19th May 2012, 12:56 PM
SomeDamFool's Avatar
SomeDamFool Offline
Registered User
 
Join Date: Sep 2006
Location: Groom Lake Nevada
Posts: 478
linuxfirefox
Re: Firefox cache vanished

Pablo Two
Before FF 12 it was cache (small c) but after your last post I tried changing it to Cache, and changed the path in about:config, but it made no difference. It still doesn't show up in about:cache and nothing appears in the folder when the browser is open.

I also tried making a folder /tmp/cache (also tried /tmp/Cache) and setting the path but that didn't work either.
Mike

---------- Post added at 10:44 PM ---------- Previous post was at 10:37 PM ----------

I noticed the problem when I was in xxxxx.default and noticed there was no cache (or Cache) folder. I figured they moved it but couldn't find one anywhere, I even looked in /usr/share/mozilla.

I thought no problem, just make one and set the path in about:config... but nothing I've tried will recognize it, and I can't figure out why.

---------- Post added 19th May 2012 at 07:56 AM ---------- Previous post was 18th May 2012 at 10:44 PM ----------

I found out on Mozilla's Bugzilla that in FF12 if you have set to clear private data when you close FF, the cache is disabled. Uncheck that option and a Cache folder appears in xxxxx.default, BUT you have to uncheck it globally you can't just uncheck cache. Checking even one item, like history also disables the cache and the folder disappears.

So with cache disabled it must be caching to memory because if there is a Cache folder present in xxxxx.default it shows in about:cache but the memory cache entry disappears.
Mike
__________________
su -
I am root the great and powerful
Pay no attention to the man behind the curtain
Reply With Quote
Reply

Tags
cache, firefox, vanished

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Location of FireFox Cache folder rotate2010 Using Fedora 15 15th November 2012 03:52 PM
Firefox 4 - where does it cache video files? omelette Using Fedora 13 21st June 2011 01:58 AM
Firefox doesn't save images from cache smurffit Using Fedora 4 28th July 2010 03:04 PM


Current GMT-time: 19:22 (Sunday, 19-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat