zoukankan      html  css  js  c++  java
  • Edge浏览器总是个别网页加载很慢

     

    留意到edge加载个别网页很慢,发现并不是页面慢,而是加载了一下browser.events.data.msn.com 域名;

    edge 每次开新网页都会请求 browser.events.data.msn.com

    具体干嘛不是很清楚;猜测应该是解析dns之类的;

    What is 'browser.events.data.msn.com' that Edge connects to before loading any website?

    解决方案:

     

    在hosts文件中,添加一下ip解析或许会有用;

    127.0.0.1 pipe.aria.microsoft.com

    127.0.0.1 ntp.msn.com

    127.0.0.1 web.vortex.data.microsoft.com

    127.0.0.1 browser.events.data.msn.com

    127.0.0.1 www.msn.com

    另外:

    新标签选择自定义:

     

    分析:关闭发送的诊断信息;

     

    社区解读:

    Towards the end of the analysis, numerous requests were made to clarity.ms. Each of these posted quite a bit of information, however the structure of the data makes it difficult to know what information was being collected.

    Telemetry and other reporting data were sent to, and/or associated with domains arc.msn.com, browser.events.data.msn.com, edge.activity.windows.com, config.edge.skype.com, browser.pipe.aria.microsoft.com, target.microsoft.com, web.vortex.data.microsoft.com, and clarity.ms.

     

     

    文章来源:刘俊涛的博客 欢迎关注公众号、留言、评论,一起学习。

    __________________________________________________________________________________

    若有帮助到您,欢迎点击推荐,您的支持是对我坚持最好的肯定(*^_^*)

    耶和华是我的牧者,我必不至缺乏。
  • 相关阅读:
    ThinkPHP中PHPExcel的使用(包含日期格式)
    python学习一
    autocomplete 在火狐中文输入的问题
    NPM WARN 错误分析汇总
    react+reatrouter+redux学习笔记
    a++与++a的区别
    ES6箭头函数(Arrow Functions)
    document.referrer
    modem无法编译
    linux时钟浅析 转载
  • 原文地址:https://www.cnblogs.com/lovebing/p/14860293.html
Copyright © 2011-2022 走看看