<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><figure class="quote"><figcaption><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="1" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[1]</anchor-end> <cite xml:lang="en">Defer JavaScript  |  PageSpeed Module  |  Google Developers</cite>
(<time>2015-12-15 04:10:27 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://developers.google.com/speed/pagespeed/service/DeferJavaScript#limitations">https://developers.google.com/speed/pagespeed/service/DeferJavaScript#limitations</anchor-external></p></figcaption><blockquote><p>Defer JavaScript doesn't defer a script tag if it has the data-pagespeed-no-defer attribute (preferred) or pagespeed_no_defer attribute (deprecated). This is useful when a script tag needs to be executed while loading the page. For example, a script tag may be updating the main content dynamically as a slideshow of images in the visible content of the page. Usage:</p><p>&lt;script data-pagespeed-no-defer&gt;...&lt;/script&gt;</p></blockquote></figure><figure class="quote"><figcaption><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="2" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[2]</anchor-end> <cite xml:lang="ja">PageSpeedの動作を検証 - apps-gcp</cite>
(<time>2016-04-01 17:19:35 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://www.apps-gcp.com/pagespeedverification/">http://www.apps-gcp.com/pagespeedverification/</anchor-external></p></figcaption><blockquote><p>Defer Javascriptをオンにしつつ、その適用範囲を制限するために、「設定のカスタマイズ」で紹介したような方法で、url-blacklistを指定する他に、以下のようにpagespeed_no_defer属性をscript要素に付け加えるという方法もあるようです。</p><p>1</p><p>&lt;script pagespeed_no_defer=&quot;&quot;&gt;…&lt;/script&gt;</p></blockquote></figure><figure class="quote"><figcaption><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="3" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[3]</anchor-end> (<time>2016-04-01 17:19:45 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://wha2up.com/category/staffdiary">http://wha2up.com/category/staffdiary</anchor-external></p></figcaption><blockquote><p>&lt;script pagespeed_no_defer=&quot;&quot;&gt;//&lt;!<strong>[</strong>CDATA<strong>[</strong></p><p>(function(){var g=this,h=function(b,d){var a=b.split(&quot;.&quot;),c=g;a<strong>[</strong>0<strong>]</strong>in c||!c.execScript||c.ex</p></blockquote></figure></body></html>