
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 plugin, WordPress
もう新しいもの好き、とにかく高速化、軽量化を好んでいる私に、またwokamotoさんが面白いものを作ったみたいです。
Head Cleaner (仮) : 独断と偏見の何でもレビュー
もちろん僕はベータ版でも導入しちゃいますよ!むしろアルファー版でもw 人柱上等!
では早速、現状のソースをメモ。
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
| <html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
<meta name="keywords" content="" />
<meta name="description" content="" />
<link title="RSS 2.0 - all posts" rel="alternate" type="application/rss+xml" href="http://www.orioa.com/feed/" />
<link title="RSS 2.0 - all comments" rel="alternate" type="application/rss+xml" href="http://www.orioa.com/comments/feed/" />
<link rel="pingback" href="http://www.orioa.com/xmlrpc.php" />
<!-- style START -->
<!-- default style -->
<style type="text/css" media="screen">@import url( http://www.orioa.com/wp-content/themes/inove/style.css );</style>
<!-- for translations -->
<!-- style END -->
<!-- script START -->
<script type="text/javascript" src="http://www.orioa.com/wp-content/themes/inove/js/util.js"></script>
<script type="text/javascript" src="http://www.orioa.com/wp-content/themes/inove/js/menu.js"></script>
<!-- script END -->
<link title="RSD" rel="EditURI" type="application/rsd+xml" href="http://www.orioa.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.orioa.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 2.7.1" />
<meta name="FAlbum" content="0.7.1" />
<link rel="stylesheet" type="text/css" href="http://www.orioa.com/wp-content/plugins/falbum/styles/default/falbum.css" />
<link rel="icon" type="image/x-icon" href="http://www.orioa.com/favicon.ico" />
<link rel="shortcut icon" type="image/x-icon" href="http://www.orioa.com/favicon.ico" />
<link rel="alternate" type="text/html" href="http://www.orioa.com/" media="handheld" />
<!-- Start Of Script Generated By WP-PageNavi 2.40 -->
<link rel="stylesheet" type="text/css" href="http://www.orioa.com/wp-content/themes/inove/pagenavi-css.css" media="screen" />
<!-- End Of Script Generated By WP-PageNavi 2.40 -->
<!-- START of script generated by WP-RecentComments -->
<link rel="stylesheet" type="text/css" href="http://www.orioa.com/wp-content/themes/inove/wp-recentcomments.css" media="screen" />
<script type="text/javascript" src="http://www.orioa.com/wp-content/plugins/wp-recentcomments/js/wp-recentcomments.js"></script>
<!-- END of script generated by WP-RecentComments -->
<!-- Protected by WP-SpamFree v1.9.8.4 :: JS BEGIN -->
<script type="text/javascript" src="http://www.orioa.com/wp-content/plugins/wp-spamfree/js/wpsf-js.php"></script>
<!-- Protected by WP-SpamFree v1.9.8.4 :: JS END -->
<link rel="stylesheet" type="text/css" href="http://www.orioa.com/wp-content/themes/inove/wp-syntax.css" media="screen" />
<!-- Generated by Simple Tags 1.6.4 - http://wordpress.org/extend/plugins/simple-tags -->
<meta name="keywords" content="Game, flash, linux, kurobox, WordPress" /> |
上のソースが、プラグイン適用前
そして・・・適用後が・・・
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
28
29
30
31
32
33
34
| <?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/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" />
<style type="text/css">/*<![CDATA[ */
@import url( http://www.orioa.com/wp-content/themes/inove/style.css );
/* ]]>*/</style>
<script type="text/javascript" src="http://www.orioa.com/wp-content/themes/inove/js/util.js"></script>
<script type="text/javascript" src="http://www.orioa.com/wp-content/themes/inove/js/menu.js"></script>
<script type="text/javascript" src="http://www.orioa.com/wp-content/plugins/wp-recentcomments/js/wp-recentcomments.js"></script>
<script type="text/javascript" src="http://www.orioa.com/wp-content/plugins/wp-spamfree/js/wpsf-js.php"></script>
</head> |
とこんな感じに
きれいになった!
すごいっす!
しかし・・・YSlowの結果は変化無いです。なぜじゃw
Related posts
kohaku WordPress plugin, WordPress

こんにちは。
久々に海外のプラグインを入れてみました。
かなり実験てきではありますが、今後面白くなるかもしれないので。
で、入れてみたプラグインが関連する記事の表示+サムネイルでございます。
ZioGeek Rilascia il suo Primo Plugin: WordPress Related Post with Thumb 0.1 ≫ ZioGeeK.com
関連する記事にサムネイルが付いてくるわけですが、なかなか面白いと思います。
設置方法も簡単です。
ダウンロードし解凍したプラグインを /wp-content/plugins/ にアップロード。
有効化した後、<?php wp_related_posts(); ?> を任意のところに追加します。
管理画面の設定から、詳細に設定できますので、これも好みに変更します。
Wordpress related posts with thumbs revised
Related posts
kohaku WordPress plugin, WordPress
Recent Comments