今日はさくらVPSに載せているWordPressのパフォーマンスをチューニングして高速化に成功したので安心して眠れるという話をします。 2.5ページ/秒だったのが70ページ/秒と30倍高速化。 以前はDaily数千PVで重くなっていたサイトがDaily3.6万PVを余裕で捌けるようになりました。 #ちなみにproxy cacheという手法はwordpressでなくても動的コンテンツ全般に有効です。 ▼サーバ気にしなくて良くなったので今週末新宿御苑に花見に行けました☆。枝ぶりがいいさくらが多くてほんといいところだと思うの。 WordPressチューニング高速化結果http://hara19.jp/のサーバ環境と測定結果は以下のとおり。 WordPress稼働環境さくらVPS 1GB/CentOS5.5/PHP5.3/MySQL5.5/WordPress3.1。 WEBサーバはチューニングにあ
Helpful Resources WordPress Video Tutorials WPBeginner’s WordPress 101 video tutorials will teach you how to create and manage your own site(s) for FREE. WPBeginner Facebook Group Get our WordPress experts and community of 95,000+ smart website owners (it's free). WordPress Glossary WPBeginner’s WordPress Glossary lists and explain the most commonly used terms in WordPress tutorials. Premium WordP
Our Elementor review shows how this WordPress page builder helps create professional websites. See features, design options, and real test results. WordPress page builders have been around for a while. Among them, Elementor is one of the most popular builders and is used by thousands of WordPress sites, including CatsWhoCode. But what are the main […]
This is the second article in our new three-part WordPress series. I want to share with you some hacks that i found to be very useful when i was working on the redesign of Noupe and during the design of my other site Devsnippets. Throughout this article, we’ll be focus on many WordPress Theme hacks, ideas, tips and useful tutorials you need to have ready in hand when developing WordPress websites.
We’re huge advocates of creating personas during the strategy phase of web design. If nothing else, personas help stakeholders view the process from the perspectives of their target audience rather than focusing on their own, personal objectives. Personas can include a wide range of information depending on who’s crafting them. Designers have different opinions about […] Read More
テンプレートファイルのカスタマイズで使えそうなソースのサンプルをつらつらと書き散らしてみる。その2はこちら。 タイトルの文字数制限 一定数以上のタイトルを省略(抜粋)する。 下記サンプルだと10文字まで拾って以下を三点リーダにしています <?php $title= mb_substr($post->post_title,0,10); echo '<h1>'.$title.'…</h1>'; ?> 検索キーワードとヒット数の表示 search.phpとかに入れると結構見栄えがいい。 <?php $allsearch =& new WP_Query("s=$s&showposts=-1"); $key = wp_specialchars($s, 1); $count = $allsearch->post_count; if($count!=0){ echo '<em>'.$key.'</em>
テンプレートカスタマイズに使えそうなソースをつらつらとまた書き散らす。その1はこちら。 今回はテクニカルなものが多いかもしれない。 グローバルメニュー的なもの ページとかカテゴリー単体にリンクしたい場合には、get_category_link()及びget_permalink()を使う。 引数はそれぞれカテゴリーIDとページIDです。 <ul id="glovalnavi"> <li><a href="<?php echo get_option('home'); ?>" rel="index" title="<?php _e('Go to site top.'); ?>">HOME</a></li> <li><a href="<?php echo get_category_link(1);?> " rel="category" title="<?php _e('View all posts
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く