SlideShare a Scribd company logo
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
P r i m e S t r a t e g y C o . , L t d .
W o r d P r e s s F u l l y M a n a g e d S e r v i c e D i v i s i o n
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
P r i m e S t r a t e g y C o . , L t d .
W o r d P r e s s F u l l y M a n a g e d S e r v i c e D i v i s i o n
@kengyu_n Kengyu.Nakamura
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
P r i m e S t r a t e g y C o . , L t d .
W o r d P r e s s F u l l y M a n a g e d S e r v i c e D i v i s i o n
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
通信時間
通信時間
PHPの実行
MySQLの実行
翻訳処理
P r i m e S t r a t e g y C o . , L t d .
W o r d P r e s s F u l l y M a n a g e d S e r v i c e D i v i s i o n
WordPress
WordPress
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
WordPress
WordPress
WordPress
WordPress
WordPress
WordPress
WordPress
WordPress
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
WordPress
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
ロード時間 リクエスト数
PHP5.6+OPcache 70ms 17.2
PHP7.0RC4+OPcache 34ms 47.1
HHVM3.9 28ms 58.6
P r i m e S t r a t e g y C o . , L t d .
W o r d P r e s s F u l l y M a n a g e d S e r v i c e D i v i s i o n
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
<?php
if ( ! $footer_cache = get_transient(
'footer_cache' ) ) {
ob_start();
?>
<footer id="colophon" class="site-footer"
role="contentinfo">
<?php get_sidebar( 'footer' ); ?>
<div class="site-info">
<?php do_action(
'twentyfourteen_credits' ); ?>
<a href="<?php echo esc_url( __(
'http://wordpress.org/', 'twentyfourteen' ) );
?>"><?php printf( __( 'Proudly powered by
%s', 'twentyfourteen' ), 'WordPress' ); ?></a>
</div><!-- .site-info -->
</footer><!-- #colophon -->
<?php
$footer_cache = ob_get_clean();
set_transient( 'footer_cache',
$footer_cache, 60 * 5 );
}
echo $footer_cache;
?>
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6
超高速WordPress ~ PHP7 vs HHVM vs PHP5.6

More Related Content

What's hot (15)

DOCX
Diana
mar30731
 
PDF
Slidego2
Go Imprint
 
PDF
Ionic2
Futada Takashi
 
PDF
Kosheeka discover gingival fibroblasts
Kosheeka : Primary Cells for Research
 
PDF
Publimarketing chile 2012
Publimarketing
 
PDF
Seasonal hiring retail_imomentous
Brad Goldoor
 
PDF
recommendation letter
Laura Sofia Botero
 
PPTX
Penggunaan kata ulang
NAM_Nurul
 
PDF
Boletin de diciembre
mahicamo
 
PPT
Queletra 3
Mikel Calvo García
 
PDF
Molyneux
kaszubek
 
PDF
Web designer oglas
Limundo
 
PDF
QuickBooks Outline
BottomLine Bookkeeping
 
PDF
Azoka Ikaskuntza Nekazal Turismoa Gastronomia
Izarne Elgezabal
 
Diana
mar30731
 
Slidego2
Go Imprint
 
Kosheeka discover gingival fibroblasts
Kosheeka : Primary Cells for Research
 
Publimarketing chile 2012
Publimarketing
 
Seasonal hiring retail_imomentous
Brad Goldoor
 
recommendation letter
Laura Sofia Botero
 
Penggunaan kata ulang
NAM_Nurul
 
Boletin de diciembre
mahicamo
 
Molyneux
kaszubek
 
Web designer oglas
Limundo
 
QuickBooks Outline
BottomLine Bookkeeping
 
Azoka Ikaskuntza Nekazal Turismoa Gastronomia
Izarne Elgezabal
 

超高速WordPress ~ PHP7 vs HHVM vs PHP5.6

  • 2. P r i m e S t r a t e g y C o . , L t d . W o r d P r e s s F u l l y M a n a g e d S e r v i c e D i v i s i o n
  • 7. P r i m e S t r a t e g y C o . , L t d . W o r d P r e s s F u l l y M a n a g e d S e r v i c e D i v i s i o n
  • 14. P r i m e S t r a t e g y C o . , L t d . W o r d P r e s s F u l l y M a n a g e d S e r v i c e D i v i s i o n
  • 29. P r i m e S t r a t e g y C o . , L t d . W o r d P r e s s F u l l y M a n a g e d S e r v i c e D i v i s i o n
  • 47. ロード時間 リクエスト数 PHP5.6+OPcache 70ms 17.2 PHP7.0RC4+OPcache 34ms 47.1 HHVM3.9 28ms 58.6
  • 48. P r i m e S t r a t e g y C o . , L t d . W o r d P r e s s F u l l y M a n a g e d S e r v i c e D i v i s i o n
  • 52. <?php if ( ! $footer_cache = get_transient( 'footer_cache' ) ) { ob_start(); ?> <footer id="colophon" class="site-footer" role="contentinfo"> <?php get_sidebar( 'footer' ); ?> <div class="site-info"> <?php do_action( 'twentyfourteen_credits' ); ?> <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyfourteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' ); ?></a> </div><!-- .site-info --> </footer><!-- #colophon --> <?php $footer_cache = ob_get_clean(); set_transient( 'footer_cache', $footer_cache, 60 * 5 ); } echo $footer_cache; ?>