• # lire la doc

    Posté par . En réponse au journal Firefox/Iceweasel se connecte silencieusement lors du survol d'un lien. Évalué à 10.

    Ce n'est pas pour l'ensemble des liens sur n'importe quel site web :
    - https://support.mozilla.org/en-US/kb/how-stop-firefox-making-automatic-connections

    To improve the loading speed, Firefox will open predictive connections to sites when the user hovers their mouse over thumbnails on the New Tab Page or the user starts to search in the Search Bar, or in the search field on the Home or the New Tab Page. In case the user follows through with the action, the page can begin loading faster since some of the work was already started in advance
    

    Et si on continue les commentaires, il semble que ce soit seulement la connexion TCP qui est initialisée :

    And looking closer at the API description [mozilla.org], speculative connect isn't supposed to actually make the HTTP request, just set up the TCP connection. No headers, no URL, just an IP address at the network layer.

    Chrome fait aussi ce genre de chose, par exemple il précharge complétement le premier résultat de la barre d'adresse lors d'une recherche.