本文只讨论跟long task 相关内容,自我学习。
def
Long Taskis a new performance metric API that can be used for measuring the responsiveness of an application and helps developers to understand the bad user experience on服务器托管网 the website. It enables detecting CPU intensive tasks that block the UI thread for extended periods (greater than 50 milliseconds) and block other critical tasks from being executed (eg: reacting to user input).
related index
首当前冲的是session_long_task_count,即当前会话产生长任务次数,第二个指标是view_long_task_coun服务器托管网t,即每次页面加载时产生的长任务个数,第三个指标是long_task | 对于浏览器中的任何阻塞主线程超过50ms的任务,都会生成一条长任务记录,最后是action_long_task_count,操作关联长任务次数。
related explore
按照城市来排序:
## 按照浏览器来排序,(browser浏览器提供商)
按照操作系统(os)来排序:
按照屏幕大小(screen_size)来排序:
按照网络类型来排序:
会话角度,
session_long_task_count,当前会话产生长任务次数
按照城市来排序:
浏览器:
os:
screen_size,屏幕宽度*高度,分辨率
网络类型
network_type,网络连接类型,属性值参考: wifi | 2g | 3g | 4g | 5g | unknown(未知网络)| unreachable(网络不可用),不过这里有个cellular
我去查看一下代码发现:
原来如此,看来不能光看文档,也要看代码和实际情况。
screen_size:
服务器托管,北京服务器托管,服务器租用 http://www.fwqtg.net
机房租用,北京机房租用,IDC机房托管, http://www.fwqtg.net
相关推荐: 非关系型数据库Redis的安装【Linux】及常用命令
前言 Redis(Remote Dictionary Server)是一种开源的内存数据库管理系统,它以键值存储方式来存储数据,并且支持多种数据结构,如字符串、哈希、列表、集合、有序集合等。Redis最初由Salvatore Sanfilippo开发,并于20…