Rule 1. Make Fewer HTTP RequestsRule 2. Use a Content Delivery NetworkRule 3. Add an Expires HeaderRule 4. Gizp ComponentsRule 5. Put Stylesheets at the TopRule 6. Put Scripts at the BottomRule 7. Avo
转载 精选 2009-12-25 14:36:01
941阅读
Learning Web Performance with MDN Lazy loading 懒加载 / 延迟加载 网页性能测试 Critical Rendering Path 关键渲染路径
转载 2020-10-13 20:12:00
95阅读
2评论
In any optimization effort, it’s critical to profile current performance to identifywhere you can achieve the greatest improvements.It’s clear that the place to focus isfrontend performanc...
转载 2009-09-25 12:53:00
114阅读
2评论
web performance optimise & css web performance optimise, css , web, clients hints, srcset, image, css containment, layout, paint, composite
转载 2019-11-22 14:58:00
85阅读
2评论
今天开始研究学习《web performance in action》这本书,以后在这个专栏里记录自己学习的内容,希望通过原版的,能把这些技术学的更深入,好好应用的工作中,并分享给想学的朋友们。
原创 2022-06-30 16:17:26
37阅读
Navigation TimingNavigation Timing 是一个可以在web中精确测量性
原创 2022-10-17 16:20:12
317阅读
  http://2bits.com/articles/drupal-performance-tuning-and-optimization-for-large-web-sites.html  
原创 2012-04-25 15:16:02
315阅读
xP Web ...
转自:http://developer.yahoo.com/blogs/ydn/posts/2007/07/high_performanc_11/ Entity tags (ETags) are a mechanism that web servers and browsers use to determine whether the component in the browser's
转载 精选 2011-10-27 11:37:43
636阅读
had tested a hello world web server in C, Erlang, Java and the Go programming language. * C, use the well-known high performance web server nginx, with a hello world nginx module * Erlang/OTP * Jav
原创 2009-11-11 18:30:00
2407阅读
报这个错,我们可以去查看错误日志,进入如下目录    错误信息如下:  解决办法,在/data/下创建 wwwlogs目录,重启nginx即可systemctl restart nginx  成功启动!!!
转载 2021-04-28 10:49:41
5323阅读
2评论
使用window.performance分析web前端性能
推荐 原创 2015-11-30 21:38:50
10000+阅读
1点赞
1评论
HTTP is a client/server protocol made up of requests and responses.A browsersends an HTTP request for a specific URL, and a server hosting that URL sends backan HTTP response.Like many Internet servic...
转载 2009-09-25 20:42:00
38阅读
2评论
本章介绍Web性能为何重要Web浏览器如何与Web服务器对话表现不佳的
翻译 2022-07-05 06:23:53
19阅读
ASP.NET Web API is a great piece of technology. Writing Web API is so easy that many developers don’t take the time to structure their applications fo
转载 2018-04-28 10:39:00
112阅读
在nodejs中,通过puppeteer来获取web页面中的window.performance对象,从而分析页面的性能
原创 2019-04-07 09:50:16
2326阅读
为了更加精确地测量和提高网页和Web应用程序的性能够,W3C 和各浏览器厂商共同制定了 Web Performance API。我们可以通过该接口查看用户访问网站各项性能数据,如连接建立时间、dns时间等信息,为更好地增强网页性能提供了前所未有的支持。浏览器内存相关 performance.memoryperformance.memory 可获取浏览器的内存情况,这个属性并不是
转载 2024-04-02 14:48:50
63阅读
Apache HBase Performance TuningRAM, RAM, RAM. 不要让HBase饿死.请使用64位的平台必须将swapping设定为0使用本地硬件来完成hdfs的checksumming计算,见:https://blogs.apache.org/hbase/entry/saving_cpu_using_native_hadoop 老年代使用CMS垃圾算法,设置-XX:C
转载 2023-07-12 10:53:22
52阅读
GraphPi: High Performance Graph Pattern Matching through Effective Redundancy EliminationGraphPi:通过有效的冗余消除实现高性能图模式匹配 [Paper] [Code] SC’20摘要提出了高性能分布式模式匹配系统 GraphPi. 利用群论中基于 2 循环(2-cycles)的新算法生成多组不对称限制条
转载 2024-03-29 20:23:50
86阅读
PerformancePerformance 是 Chrome 开发者工具中的一个功能,用于记录网页从初始化到运行时的所有性能指标。注意!!!使用 Performance 前,我们最好打开 Chrome 的无痕模式。因为 Chrome 上一般有着大量的插件,会或多或少的影响页面的性能,所以我们关掉这个来避免对页面性能的影响接下来,我们点击左上角的 Record(小圆点)按钮,Performance
转载 2024-04-30 19:24:54
97阅读
  • 1
  • 2
  • 3
  • 4
  • 5