WordPress Plugin
WP SiteManager
WP Site Manager is an integrated package comprising of necessary functions for using WordPress as a CMS.
Summary
The functional value of WordPress as a CMS increases with each version, and the current 3.4 makes good usage of custom post types and custom taxonomies, meaning the creation of diverse content is possible. However, with these function additions, site structure has become complicated, and situations have arisen where the display of relevant navigation, such as site maps and breadcrumbs, does not appear as intended.
WP SiteManager makes it possible to make unified adjustments for this kind of inconsistent navigation using setup via control screens. In addition, it also makes possible snippet optimization through management of meta information, and optimization of various environments through a theme switching function by device.
- Site Map Display
- Breadcrumb Display
- Page Navigation (Pager) Display
- Sub-Navigation Display
- Device Recognition and Theme Switching Function
- Settings for Meta Keywords & Description
Installation
- Download wp-sitemanager.1.0.0.zip and upload it in your plugin directory.
- Activate WP SiteManager from the plugin page of the control screen.
Screenshots
Under constructionRevision History
- 1.0.0 Released publically
WP SiteManager は、WordPress をCMSとして利用する際に必要な機能を網羅した統合パッケージです。
概要
WordPress は、バージョンを追う毎にCMSとしての利用価値を高め、現在の3.4においては、カスタム投稿タイプやカスタム分類を駆使して、多様なコンテンツの生成が可能となっています。しかしながら、これらの機能追加によって、サイトとしての構造が複雑化し、サイトマップやパンくずナビなど、ナビゲーション関連の表示が意図通りにならないなどの状況も生まれています。
WP SiteManager は、このようなナビゲーションの不整合に対し、管理画面での設定によって統一的に調整できるようになっています。
このほかにも、メタ情報の管理によるスニペットワードの最適化やデバイスでのテーマ切り替え機能により多種多様な環境への最適化を可能としています。
- サイトマップ表示
- パンくずナビ表示
- ページナビ(ページャー)表示
- サブナビ表示
- デバイス判定とテーマ切り替え機能
- メタキーワード、ディスクリプション設定
インストール
- wp-sitemanager.1.0.0.zipをダウンロードしてプラグインディレクトリにアップロードしてください。
- 管理画面のプラグインページより、WP SiteManagerを有効化してください。
スクリーンショット
準備中更新履歴
- 1.0.0
- 一般公開
Shortens the execution time to display”001 Prime Strategy Translate Accelerator”
This plugin makes the translation file cashes, and shortens the execution time to display of your WordPress site.
Description
This plugin makes the translation file cashes, and shortens the execution time to display of your WordPress site.
Functions
- Cashes the translation files to shorten reading time to display faster.
- In the environment in which APC is installed, the cash function of APC can be used, and it operates more faster.
Requires WordPress Version
2.9
Download
Installation
- Upload the 001-prime-strategy-translate-accelerator folder to the plugins directory in your WordPress installation
- Give a permission of writing to the cache directory. The default setting of the cache directory is “001-prime-strategy-translate-accelerator/cache”.
- Go to plugins list and activate “001 Prime Strategy Translate Accelerator”.
- Set the various options of the translation cash from the menu of “Translate Accelerator”.
Changelog
- 1.0.3
- Public release
Screenshots
- Option setting page.
概要
WordPressを日本語化する翻訳ファイル(moファイル)はバージョンアップ毎にファイルが大きくなってきていて、バージョン3.2においては445KBになっています。
実はこのmoファイルの読み込みには結構な時間がかかってしまっています。
001 Prime Strategy Translate Acceleratorでは、この翻訳ファイルの読み込みをキャッシュ化、または停止して表示までにかかる実行時間を短縮します。APCがインストールされている環境では、APCのユーザーキャッシュ機能を利用し、より高速に動作します。
機能
- 翻訳ファイルをキャッシュ化し読み込みにかかる時間を縮小、表示までにかかる実行時間を短縮します。また、翻訳ファイルの読み込みそのものを停止し、最短化することも可能です。
- APCがインストールされている環境においては、APCのキャッシュ機能を利用することも出来、さらに高速に動作します。
効果
あるサイトにおいて、wp-setting.phpに下記の通りload_default_textdomain(); にかかる時間を計測するコードを追加し、各モード毎に10回ずつ測定しました。
$before = timer_stop(); // Load the default text localization domain. load_default_textdomain(); echo timer_stop() - $before;
| 試行回数 | デフォルト | APC | ファイル | 翻訳停止 |
|---|---|---|---|---|
| 1回目 | 0.084 | 0.040 | 0.054 | 0 |
| 2回目 | 0.103 | 0.040 | 0.048 | 0 |
| 3回目 | 0.101 | 0.040 | 0.043 | 0.001 |
| 4回目 | 0.084 | 0.040 | 0.049 | 0 |
| 5回目 | 0.084 | 0.042 | 0.049 | 0 |
| 6回目 | 0.100 | 0.046 | 0.044 | 0 |
| 7回目 | 0.084 | 0.040 | 0.066 | 0 |
| 8回目 | 0.084 | 0.041 | 0.052 | 0 |
| 9回目 | 0.086 | 0.040 | 0.043 | 0.001 |
| 10回目 | 0.085 | 0.042 | 0.048 | 0 |
| 平均 | 0.0895 | 0.0411 | 0.0496 | 0.0002 |
動作環境
WordPress 2.9以上
ダウンロード
インストール方法
- 001-prime-strategy-translate-acceleratorフォルダをWordPressのプラグインディレクトリにアップロードして下さい。
- キャッシュディレクトリに書き込み権限を与えてください。デフォルトのキャッシュディレクトリは、001-prime-strategy-translate-accelerator/cacheとなります。
- 管理画面のプラグインページにて、001 Prime Strategy Translate Accelerator を有効化してください。
- 設定のTranslate Acceleratorメニューから、翻訳キャッシュの各種設定を行って下さい。
更新履歴
- 1.0.3
- 一般公開
スクリーンショット
- オプション設定画面
Improving security of WordPress “PS SecurePress”

Multipul domain for WordPress “PS WP Multi Domain”

setting of GWO script “Ps Google website optimizer Setting”

Revision of custom fields plugin “PS Custom fields Revision”

Modify paragraph formatting plugin “PS Disable Auto Formatting”

投稿欄の文字数を表示する”WP Character Count”

Sitemap plugin “PS Auto Sitemap”
