2 Star 0 Fork 0

mirrors_jsantell / 2013.cascadiajs.com

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dont-always-combine-your-scripts.md 1.53 KB
一键复制 编辑 原始数据 按行查看 历史
Shawn Jansepar 提交于 2013-08-10 12:03 . Small fixes

Don't (Always) Combine Your Scripts

##Abstract

You've heard it time an time again from Google and Yahoo - combining your external scripts to reduce the number of requests will improve the load-time of your website. Up until now, this has been common knowledge that people have accepted, because intuitively, it makes a lot of sense. But this advice was dished out in the early days of the web - before the look-ahead pre-parser/pre-loader (a feature of the browser that attempts to start downloading scripts as fast as possible by spawning a separate thread outside of the main rendering thread, whose only job is to locate resources and download them in parallel) had been added to browsers.

Today in modern browsers, leaving your JavaScript separated actually improves the performance of your site for a majority of different scenarios - even on mobile networks. In this talk, I will be discussing why this is, and showing some data collected around the world using RUM to prove this claim. As well, I will be discussing why leaving scripts separate will be even more important for the SPDY web.

##Speaker Bio

jansepar

I am a software engineer and dev lead on the Product Team at Mobify, where I get to hack both on the front-end and back-end with a heavy focus on the user experience. When I'm not hacking, you likely find me playing hockey/video games, eating donairs, or travelling.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_jsantell/mirrors_jsantell_2013.cascadiajs.com.git
git@gitee.com:mirrors_jsantell/mirrors_jsantell_2013.cascadiajs.com.git
mirrors_jsantell
mirrors_jsantell_2013.cascadiajs.com
2013.cascadiajs.com
master

搜索帮助