Results 1 to 4 of 4

Thread: Firefox image cache

  1. #1
    Join Date
    Jan 2009
    Posts
    86

    Firefox image cache

    I need to know where does Mozilla Firefox Stores it's cache memory because i am creating a website which allows you to modify images so that we can get print out for the same. For that i need to know it's cache location can anyone help me out with this.

  2. #2
    Join Date
    Nov 2005
    Posts
    403

    Firefox image cache

    Try to follow the below steps:-

    1. In the address bar type about:cache
    2. Over here goto Disk cache device, now click on List Cache Entries.
    3. Finally you can use an extension like coolme to view images on mouseover of link.

  3. #3
    Join Date
    Dec 2008
    Posts
    128

    Firefox image cache

    As usual first attempt was use some php code to specify the caching parameters.

    Code:
    header(’expires: Mon, 29 Jul 2000 05:00:00 GMT’);
    header(’cache-control: no-store, no-cache, must-revalidate’);
    header(’cache-control: post-check=0, pre-check=0′, FALSE);
    header(’pragma: no-cache’);
    I have found that if anything has being changed then it will reload the same image by changing it's cache.


    You can also achieve a similar process using javascript by utilising Math.rand()

  4. #4
    Join Date
    Jan 2009
    Posts
    91

    Firefox image cache

    Normally firefox has two caching options one is Memory and another is disk.

    The memory cache includes elements which has recently opened pages, such as the images. The disk cache keeps everything that isn't in the memory cache until it expires. I would suggest you to have rotate.php show an img src=$random_image1.jpg tag instead of outputting the image directly.

Similar Threads

  1. Cache changes in Firefox aurora
    By PaaJi in forum Technology & Internet
    Replies: 6
    Last Post: 30-11-2011, 06:23 PM
  2. Nokia X2 Image cache is not proper?
    By Bontu in forum Portable Devices
    Replies: 5
    Last Post: 20-07-2011, 10:57 PM
  3. Firefox 4 beta : no cache
    By Mart-ina in forum Technology & Internet
    Replies: 4
    Last Post: 19-04-2011, 04:58 PM
  4. How to search Firefox cache
    By Anikait in forum Technology & Internet
    Replies: 3
    Last Post: 23-05-2009, 01:08 PM
  5. How to limit the cache in Firefox
    By Benjamin in forum Windows Software
    Replies: 3
    Last Post: 31-03-2009, 11:43 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,425,544.04454 seconds with 17 queries