ctrl+/加注释,去注释

At Google I/O 2014, Lara Swanson and Paul Lewis discussed performance culture. Since it’s one of my favorite topics, I decided to share my notes:

在2014年Google I / O上 , Lara Swanson和Paul Lewis讨论了绩效文化。 由于这是我最喜欢的主题之一,所以我决定分享我的笔记:

  • 34% of US adults use a smartphone as their primary means of internet access.美国有34%的成年人使用智能手机作为他们上网的主要方式。
  • Mobile networks add a tremendous amount of latency.移动网络增加了大量的延迟。
  • We are not our end users. The new devices and fast networks we use are not necessarily what our users are using.我们不是最终用户。 我们使用的新设备和快速网络不一定是我们用户所使用的。
  • 40% of people abandon a site that takes longer than 2-3 seconds to load.40%的人放弃了加载时间超过2-3秒的网站。
  • Performance cops (developers or designers who enforce performance) is not sustainable. We need to build a performance culture.绩效警察(执行绩效的开发人员或设计师)是不可持续的。 我们需要建立一种绩效文化。
  • There is no “I” in performance. Performance culture is a team sport.表演中没有“我”。 表演文化是一项团队运动。
  • The first step is to gather data. Look at your traffic stats, load stats and render stats to better understand the shape of your site and how visitors are using it.第一步是收集数据。 查看您的流量统计信息,负载统计信息和呈现统计信息,以更好地了解您网站的形状以及访问者的使用方式。
  • Conduct performance experiments on your site to see the impact of performance on user behavior.在您的网站上进行性能实验,以了解性能对用户行为的影响。
  • Test across devices to experience what your users are experiencing. Not testing on multiple devices can cost much more than the cost of building a device lab.在各种设备上进行测试,以体验用户的体验。 不对多个设备进行测试所花费的成本会比建立设备实验室的成本高得多。
  • Add performance into your build tools to automatically perform optimizations and build a dashboard of performance metrics over time. Etsy notifies developers whenever one of the metrics exceeds a performance goal.将性能添加到构建工具中,以自动执行优化并随时间构建性能指标的仪表板。 每当其中一项指标超过性能目标时,Etsy都会通知开发人员。
  • Surfacing your team’s performance data throughout development will improve their work.在整个开发过程中显示团队的绩效数据将改善他们的工作。
  • Celebrating performance wins both internally and externally will make your team more eager to consider performance in their work.庆祝绩效在内部和外部均获胜,将使您的团队更渴望在工作中考虑绩效。

翻译自: https://timkadlec.com/2014/06/notes-on-performance-culture-at-google-i-slash-o-2014/

ctrl+/加注释,去注释

ctrl+/加注释,去注释_关于以下内容的注释:2014年Google I / O上的“绩效文化”相关推荐

  1. python中注释的快捷键_总算懂了python注释快捷键

    ython中的注释有多种,有单行注释,多行注释,批量注释,中文注释也是常用的.注下面是小编为您整理的关于python注释快捷键,希望对你有所帮助. Python多行代码注释快捷键 选中要注释的代码,按 ...

  2. word中 有注释标签吗_如何在Word中注释图像

    word中 有注释标签吗 If you're writing a document that includes images, you may want to add annotations to t ...

  3. python给图片加滤镜的方程_清明节来了,我们用Python给《清明上河图》加了个滤镜...

    原标题:清明节来了,我们用Python给<清明上河图>加了个滤镜 导读:过几天就是清明节了.传统节日,特别是一个放假的传统节日,我觉得有必要安排一下.最近在研究查找表以及滤镜的实现,正好赶 ...

  4. ipad和iphone适配_如何通过内容缓存在Mac,iPhone和iPad上加快下载速度

    ipad和iphone适配 Are there multiple iPhones and iPads in your house? What about Macs, or Apple TVs? Hav ...

  5. python加注释的快捷键_详析python多行代码注释快捷键的用法

    我们在敲击代码时,遇到不需要使用的语句,大家是否一行一行的删除?这样工作量可谓庞大,今天给大家带来关于注释的快捷键使用,一起来看看吧~ 关于python编程注释快捷键 1.注释单行 (1)方法1:直接 ...

  6. eclipse让实现类也添加上接口的注释_您的Spring框架注释指南,请注意查收

    这是关于几乎所有Spring Framework注释的简化,包括Core,Spring Cloud,Spring MVC,Spring REST和Spring Boot. 在本文中,我们将介绍Spri ...

  7. spring使用自定义注解_用Spring组成自定义注释

    spring使用自定义注解 Java批注在2004年随Java 5一起引入,是一种将元数据添加到Java源代码中的方法. 如今,许多主要框架(如Spring或Hibernate)都严重依赖注释. 在本 ...

  8. xml分析错误:注释未终止_错误:C中的未终止注释(无效的注释块) 常见的C程序错误...

    xml分析错误:注释未终止 Comments are used to write logic explain or anything that you do not want to compile. ...

  9. python语言中的注释符_各种语言中的注释符总结

    各种语言中的注释符 c语言 /* 注释内容*/ // 注释内容 Pascal: { 注释内容} Vb: Rem 注释内容 '注释内容 Vbscript: '注释内容 rem 注释内容 Javascri ...

最新文章

  1. linux命令行中,双引号中的感叹号将被解释为历史命令
  2. springboot脚本启动bat_SpringBoot系列(1)基础入门
  3. Java内存模型深度解析:总结
  4. Python 生成requirement 使用requirements.txt
  5. [JZOJ P1288] [DP]矩阵取数
  6. 表格字体缩小 php_如何快速找出两个Excel表格不同的地方?
  7. 【Java】存储单元的设计与模拟
  8. kali 运行java_kali linux运行java程序
  9. uva 563(最大流)
  10. 数据库设计实例(以一张表为例)
  11. ORB-SLAM总结
  12. zabbix Too many processes on xxx
  13. java随机生成迷宫游戏地图_java随机生成迷宫(图的深度优先遍历)
  14. HDU 4125 Moles 段树+KMP
  15. (附源码)SSM学生社团管理系统JAVA计算机毕业设计项目
  16. 方差分析 球形检验_spss球形检验.PDF
  17. 腾讯技术官编写的594页MySQL优化手册,竟意外冲上GitHub调优热榜
  18. 论文中 c.f. i.e. s.t. e.g. w.r.t. et al. etc英文缩写是什么意思
  19. 那些表面光鲜的成功人士背后
  20. SpringBoot再回首:SpringBoot之Servlet用法

热门文章

  1. 动态规划之最大K乘积问题
  2. 【Java】Jsoup爬虫,一个简单获取京东商品信息的小Demo
  3. xmind角色管理增删改查测试用例编写
  4. 京东、58同城、金山等大厂的面试经验
  5. 未来5年,普通人如何才能抓住趋势逆袭? (转载的……)
  6. 来自2020的二十一次总结
  7. 一个C++程序员的一天,心酸···
  8. Excel如何批量为空白单元格填充短横线
  9. 如何买到便宜低价的云服务器?这3条建议可以看看!
  10. 信号量Semaphore