<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Js on 极客老墨</title>
    <link>https://blog.hankmo.com/tags/js/</link>
    <description>Recent content in Js on 极客老墨</description>
    <generator>Hugo -- 0.138.0</generator>
    <language>zh-cn</language>
    <lastBuildDate>Wed, 05 Apr 2017 22:49:28 +0000</lastBuildDate>
    <atom:link href="https://blog.hankmo.com/tags/js/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>高性能Javascript--脚本的无阻塞加载策略</title>
      <link>https://blog.hankmo.com/posts/tech/javascript-non-blocking-load/</link>
      <pubDate>Wed, 05 Apr 2017 22:49:28 +0000</pubDate>
      <guid>https://blog.hankmo.com/posts/tech/javascript-non-blocking-load/</guid>
      <description>JavaScript在浏览器中的性能，可以说是前端开发者所要面对的最重要的可用性问题。在Yahoo的Yslow23条规则当中，其中一条是将JS放在底部 。原因是，事实上，大多数浏览器使用单进程处理UI和更新JavaScript运行等多个任务，而同一时间只能有一个任务被执行。JavaScript运行了多长时间，那么在浏览器空闲下来响应用户交互之前的等待时间就有多长。</description>
    </item>
  </channel>
</rss>
