Upgrade to Pro — share decks privately, control downloads, hide ads and more …

ウェブサイトをもっと速く!

 ウェブサイトをもっと速く!

2018年4月に和歌山のITコミュニティWackerで発表した資料です。

Takayuki Miyauchi

April 15, 2018
Tweet

More Decks by Takayuki Miyauchi

Other Decks in Technology

Transcript

  1. 8PSE1SFTTͰ͸ ҎԼͷΑ͏ͳײ͡Ͱ࣮૷Մೳ function makewp_example_resource_hints( $hints, $relation_type ) { if (

    'dns-prefetch' === $relation_type ) { $hints[] = '//make.wordpress.org'; } else if ( 'prerender' === $relation_type ) { $hints[] = 'https://make.wordpress.org/great-again'; } return $hints; } add_filter( 'wp_resource_hints', 'makewp_example_resource_hints', 10, 2 );
  2. <?php sleep( 10 ); // すげー重たいCSS header( 'Content-Type: text/css; charset=UTF-8'

    ); ?> h1 { color: #ff0000; } ͜ΕΛϒϥ΢βͰಡΈࠐΜͩΒͲ͏ͳΔ͔ࢼͯ͠ΈΑ͏ʂ