
前端优化
liangxw1
这个作者很懒,什么都没留下…
展开
-
转载 -- How To Optimize Your Site With HTTP Caching
https://betterexplained.com/articles/how-to-optimize-your-site-with-http-caching/ // Caching Tutorial for Web Authors and Webmasters// 下面这篇文章应该是比较权威的关于 caching的文章,没有详细看,待以后需要深入用到时,在深入读一下https...转载 2018-12-06 12:48:55 · 421 阅读 · 0 评论 -
转载 -- How To Optimize Your Site With GZIP Compression
// 下面这篇文章讲的非常不错,看完了https://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compression/ // Content-Encoding, 定义 from developer.mozillahttps://developer.mozilla.org/en-US/docs/...转载 2018-12-05 14:30:56 · 1416 阅读 · 0 评论 -
转载 -- Speed Up Your Javascript Load Time
https://betterexplained.com/articles/speed-up-your-javascript-load-time/ Javascript is becoming increasingly popular on websites, from loading dynamic data via AJAX to adding special effects to...转载 2018-12-06 12:51:24 · 605 阅读 · 0 评论 -
转载 -- Speed Up Your Javascript, Part 2: Downloadable Examples!
https://betterexplained.com/articles/optimized-javascript-example/ I’m happy people are finding the article on javascript optimization useful. But I made a giant, horrible mistake. A mistake...转载 2018-12-06 12:56:05 · 563 阅读 · 0 评论 -
转载 -- HTTP 协议中的 Transfer-Encoding
Jerry Qu -- 牛x的作者https://imququ.com/post/transfer-encoding-header-in-http.html#comments HTTP 协议中的 Transfer-Encoding文章目录Persistent Connection Content-Length Transfer-Encoding: chunked提醒:本文...转载 2018-12-18 13:09:02 · 310 阅读 · 0 评论 -
转载 -- HTTP 协议中的 Content-Encoding
Jerry Qu -- 牛x的作者HTTP 协议中的 Content-Encodinghttps://imququ.com/post/content-encoding-header-in-http.html如何压缩 HTTP 请求正文https://imququ.com/post/how-to-compress-http-request-body.html ...转载 2018-12-18 13:11:56 · 1806 阅读 · 0 评论 -
转载 -- 前端性能优化指南
https://segmentfault.com/a/1190000003646305 前端性能优化指南AJAX优化 缓存AJAX: 异步并不等于即时。 请求使用GET: 当使用XMLHttpRequest时,而URL长度不到2K,可以使用GET请求数据,GET相比POST更快速。 POST类型请求要发送两个TCP数据包。...转载 2018-12-18 16:24:20 · 263 阅读 · 0 评论