Archive

Posts Tagged ‘WordPress’

WordPress 2.8 Beta 2 リリース

5月 24th, 2009

wordpress_logo.jpg

WordPress 2.8 Beta 2 がリリースされています!

今回は色々な変更点があるようで、2.7からのバージョンアップのさいには十分注意する必要があるようです。

といっても、まだ Beta 2 なのでわざわざ人柱さんになる必要もないので、正式版がリリースされて、十分情報が出そろったとこでバージョンアップしようと思います。

Related posts

kohaku WordPress

WordPress 2.8 Beta 1

5月 17th, 2009

ネットからしばらく離れてるうちに WordPress 2.8 Beta 1 がリリースされていたのねw

ところでどのように変わるのかは、まったく追いかけてなかったので全然知らなかったりするわけですが、最近のWPって昔よりも更新間隔が短くなったね。色々大人の事情ってのもあるかもしれないけど、大変そうです。

Version 2.8 – WordPress Codex 日本語版

こちらを参考にするといいかも。

WordPress 2.7対応「導入&カスタマイズ」実践ガイド―個人ブログも企業サイトも簡単&無料で構築できる!

Related posts

kohaku WordPress

続、Head Cleaner (仮) さっそく入れてみた!

2月 21st, 2009

Head Cleaner 適用後

Head Cleaner (仮) : 独断と偏見の何でもレビュー

Head Cleaner 導入後、hiromasaさん、おでさんにアドバイスもらいながら、サイトデザインを改良してHead Cleanerの能力を発揮できるように改造しました。

と言っても、@importを使わないようにしただけですがスバラシイ!

この@importがあると、キャッシュディレクトリを作ったとき、正常にSCCを呼びに行けない様なのです。をかもとさんもBlogで書かれていましたが・・・

で、いっそのこと@importを消してみたのです。問題もあるかもしれませんが、影響はそれほど無さそうなので)

ってことで、YSlowの結果ももちろん上昇!

前回47から、56まで上昇して体感的にも速くなったのが分かります。

しかし、まだcssの圧縮ができてないので、これを対応して頂ければもっと効果があるのではないでしょうか。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="generator" content="WordPress 2.7.1" />
<meta name="FAlbum" content="0.7.1" />
<meta name="keywords" content="WordPress, plugin, linux, kurobox" />
<title>orioa</title>
<link rel="alternate" type="application/rss+xml" title="RSS 2.0 - all posts" href="http://www.orioa.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0 - all comments" href="http://www.orioa.com/comments/feed/" />
<link rel="pingback" href="http://www.orioa.com/xmlrpc.php" />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.orioa.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.orioa.com/wp-includes/wlwmanifest.xml" />
 
<link rel="icon" href="http://www.orioa.com/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="http://www.orioa.com/favicon.ico" type="image/x-icon" />
<link rel="alternate" media="handheld" type="text/html" href="http://www.orioa.com/" />
<link rel="canonical" href="http://www.orioa.com/" />
<link rel="stylesheet" href="http://www.orioa.com/wp-content/themes/inove/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="http://www.orioa.com/wp-content/plugins/falbum/styles/default/falbum.css" type="text/css" />
<link rel="stylesheet" href="http://www.orioa.com/wp-content/themes/inove/pagenavi-css.css" type="text/css" media="screen" />
<link rel="stylesheet" href="http://www.orioa.com/wp-content/themes/inove/wp-recentcomments.css" type="text/css" media="screen" />
<link rel="stylesheet" href="http://www.orioa.com/wp-content/themes/inove/wp-syntax.css" type="text/css" media="screen" />
</head>

Related posts

kohaku WordPress ,