Deprecated: Calling static trait method VASOCIALBUZZ\Modules\Options::get is deprecated, it should only be called on a class using the trait in /var/www/vhosts/freesim.tokyo/httpdocs/wp-content/plugins/va-social-buzz/incs/class-module-view.php on line 131
Deprecated: Calling static trait method VASOCIALBUZZ\Modules\Variable::default_options is deprecated, it should only be called on a class using the trait in /var/www/vhosts/freesim.tokyo/httpdocs/wp-content/plugins/va-social-buzz/incs/trait-options.php on line 48
Deprecated: Calling static trait method VASOCIALBUZZ\Modules\Variable::settings is deprecated, it should only be called on a class using the trait in /var/www/vhosts/freesim.tokyo/httpdocs/wp-content/plugins/va-social-buzz/incs/trait-variables.php on line 188
Deprecated: Calling static trait method VASOCIALBUZZ\Modules\Functions::exists_push7 is deprecated, it should only be called on a class using the trait in /var/www/vhosts/freesim.tokyo/httpdocs/wp-content/plugins/va-social-buzz/incs/trait-variables.php on line 129
Deprecated: Calling static trait method VASOCIALBUZZ\Modules\Variable::sns_list is deprecated, it should only be called on a class using the trait in /var/www/vhosts/freesim.tokyo/httpdocs/wp-content/plugins/va-social-buzz/incs/class-module-shortcode.php on line 218
Deprecated: Calling static trait method VASOCIALBUZZ\Modules\Variable::default_options is deprecated, it should only be called on a class using the trait in /var/www/vhosts/freesim.tokyo/httpdocs/wp-content/plugins/va-social-buzz/incs/trait-variables.php on line 206
Deprecated: Calling static trait method VASOCIALBUZZ\Modules\Variable::settings is deprecated, it should only be called on a class using the trait in /var/www/vhosts/freesim.tokyo/httpdocs/wp-content/plugins/va-social-buzz/incs/trait-variables.php on line 188
Deprecated: Calling static trait method VASOCIALBUZZ\Modules\Functions::exists_push7 is deprecated, it should only be called on a class using the trait in /var/www/vhosts/freesim.tokyo/httpdocs/wp-content/plugins/va-social-buzz/incs/trait-variables.php on line 129
Deprecated: Calling static trait method VASOCIALBUZZ\Modules\Functions::get_current_url is deprecated, it should only be called on a class using the trait in /var/www/vhosts/freesim.tokyo/httpdocs/wp-content/plugins/va-social-buzz/incs/class-module-shortcode.php on line 219
Deprecated: Calling static trait method VASOCIALBUZZ\Modules\Variable::notification_list is deprecated, it should only be called on a class using the trait in /var/www/vhosts/freesim.tokyo/httpdocs/wp-content/plugins/va-social-buzz/incs/class-module-shortcode.php on line 251
Deprecated: Calling static trait method VASOCIALBUZZ\Modules\Variable::default_options is deprecated, it should only be called on a class using the trait in /var/www/vhosts/freesim.tokyo/httpdocs/wp-content/plugins/va-social-buzz/incs/trait-variables.php on line 232
Deprecated: Calling static trait method VASOCIALBUZZ\Modules\Variable::settings is deprecated, it should only be called on a class using the trait in /var/www/vhosts/freesim.tokyo/httpdocs/wp-content/plugins/va-social-buzz/incs/trait-variables.php on line 188
Deprecated: Calling static trait method VASOCIALBUZZ\Modules\Functions::exists_push7 is deprecated, it should only be called on a class using the trait in /var/www/vhosts/freesim.tokyo/httpdocs/wp-content/plugins/va-social-buzz/incs/trait-variables.php on line 129
Deprecated: Calling static trait method VASOCIALBUZZ\Modules\Functions::exists_push7 is deprecated, it should only be called on a class using the trait in /var/www/vhosts/freesim.tokyo/httpdocs/wp-content/plugins/va-social-buzz/incs/trait-variables.php on line 235
最近Webをスマホで見るときは大抵起点がAndroidアプリのGoogleになっています。このアプリだと検索して見たい結果がアプリ内ブラウザで開いて、閉じたらまた検索、という形で「ちょっとした調べ物」をするには最適なんですよね。調べた数だけタブが残ってる、という感じにならなくて。そこで気づいたのは、遅いサイトはホント見ない、ってことでした。
Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/vhosts/freesim.tokyo/httpdocs/wp-content/themes/simplicity2/lib/customizer.php on line 4923
Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/vhosts/freesim.tokyo/httpdocs/wp-content/themes/simplicity2/lib/customizer.php on line 4929
No Cache, No Wordperss
使っていれば解ると思いますが、Wordpressはホントに遅いCMSです。遅い文便利というか、便利なために速さをスポイルしてる所があります。
何らかのキャッシュを入れて早く表示させないと、Googleアプリであっさり「×」ボタンを押されるだけになっちゃいます。
なのでキャッシュをいかにして導入するか、という方法を。
Nginx利用
このサイトはHTTPサーバがnginxで、そこでキャッシュ管理しています。設定がちょっとややっこしいのと、共用サーバの場合おいそれと使えないデメリットはありますが、環境さえ用意できればこれが一番便利です。
プラグインのキャッシュ
一番導入しやすいのはWordpressのプラグインでキャッシュを入れる方法だと思います。
ところがこのキャッシュ系プラグインは結構セキュリティホールを狙われるので、選定が大事。
よく使われているキャッシュ系プラグインでW3 Total Cacheがありますが、高機能はいいんですが、まれにセキュリティの問題が出たりするのであまり使った事はありません。
W3 Total Cache — WordPress Plugins
今は使っていませんが、よく使っていたのはWP Super Cacheでした。設定が簡単なのがおすすめ。
WP Super Cache — WordPress Plugins
キャッシュプラグインって要はキャッシュして高速表示してくれればいいわけで、あまり機能的に高いものを求めなくても・・・と思います。
あと、DB Cacheとかなんとかキャッシュ、とか、多重でセットアップするのもやってみましたが、プラグインが増えれば増えるほどパフォーマンスが悪くなるのがWordPressなのであまりオススメしません。