Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

How does Firefox implement prefetching?

  • 1 antwoord
  • 1 heeft dit probleem
  • 10 weergaven
  • Laatste antwoord van Joshua Smith

more options

Hi,

I want to know how Firefox implement the web prefetching(not the part on how it gets and parses the fetch hint, but the part after it parsed the fetch hint, how does it fetch the objects, and store it in cache. If it didn't finish fetching, how does it send out the request to only ask for the part it doesn't get and so on). Could any one refer to me where I should look for the source code?

Thanks in advance!

Hi, I want to know how Firefox implement the web prefetching(not the part on how it gets and parses the fetch hint, but the part after it parsed the fetch hint, how does it fetch the objects, and store it in cache. If it didn't finish fetching, how does it send out the request to only ask for the part it doesn't get and so on). Could any one refer to me where I should look for the source code? Thanks in advance!

Gekozen oplossing

Hello,

I think that the code you want is located here: https://mxr.mozilla.org/mozilla-central/source/uriloader/prefetch/nsPrefetchService.cpp.

If you have more questions, please ask the Firefox team in the #fx-team channel on Moznet.

(For recommended IRC clients, please read https://wiki.mozilla.org/IRC#Pick_an_IRC_client)

Dit antwoord in context lezen 👍 2

Alle antwoorden (1)

more options

Gekozen oplossing

Hello,

I think that the code you want is located here: https://mxr.mozilla.org/mozilla-central/source/uriloader/prefetch/nsPrefetchService.cpp.

If you have more questions, please ask the Firefox team in the #fx-team channel on Moznet.

(For recommended IRC clients, please read https://wiki.mozilla.org/IRC#Pick_an_IRC_client)