Join the AMA (Ask Me Anything) with Firefox leadership team to talk about Firefox priorities in 2024. Mark your calendar! Thursday, June 13, 17:00 - 19:00 UTC.

Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

how do I avoid repeated downloads when viewing PDFs etc?

  • 5 risposte
  • 1 ha questo problema
  • 1 visualizzazione
  • Ultima risposta di Gerd

more options

When I click on a linked file to view it in an external application, Firefox always downloads a new copy (saving it with a numeric suffix in the /tmp/mozilla_USERNAME0 directory). This is daft - I don't always remember that I've looked at the file before recently, and Firefox ought to be able to reuse the existing download, or at least ask me whether it should do that. Is there a config setting somewhere I'm missing? (This is with 61.0.1 on Ubuntu, but I think it's always been the case.)

When I click on a linked file to view it in an external application, Firefox always downloads a new copy (saving it with a numeric suffix in the /tmp/mozilla_USERNAME0 directory). This is daft - I don't always remember that I've looked at the file before recently, and Firefox ought to be able to reuse the existing download, or at least ask me whether it should do that. Is there a config setting somewhere I'm missing? (This is with 61.0.1 on Ubuntu, but I think it's always been the case.)

Tutte le risposte (5)

more options

The reason why Firefox handles it this way is because there is virtually no way to check if a file has been changed since the last download (or not) until it's fully downloaded.

Normally your Ubuntu system should clean out the /tmp directory regularly (if it is not a tmpfs, in the case of which files get discarded on reboot anyways).

more options

What about Last-Modified and If-Modified-Since ?

more options

That's the reason I said "virtually no way". Yes, those headers can be used to check if a redownload is necessary or not, but it's currently not the case. Feel free to create an issue on Bugzilla if you think it's a necessary feature!

p.s. not all server support those headers either ;)

Modificato da Gerd il

more options

So does this mean that Firefox no longer actually makes any use of all the stuff it dumps into my .cache directory? I can't see any logical difference between a PDF resource and an HTML resource.

more options

There is a big logical difference. When viewing a webpage, the HTTP response is directly rendered, and also stored in the cache. When externally opening a document, the resource is treated like a download, and as downloads are generally one-time, they are not cached.