すぐ忘れるから5

FeedWordPress Performance Settings
FeedWordPressパフォーマンス設定

Performance
パフォーマンス

Feed cache:
This will clear all cached copies of feed data from the WordPress database and force FeedWordPress to make a fresh scan for updates on syndicated feeds.

キャッシュを養う。
これはWordPressのデータベースからフィード·データのキャッシュされたすべてのコピーを消去し、シンジケートフィードの更新のために新鮮なスキャンを行うことFeedWordPressを強制します。

Guid index:
Creating this index may significantly improve performance on some large FeedWordPress installations.

GUIDインデックス:
このインデックスを作成すると、大幅にいくつかの大規模なFeedWordPressインストールでパフォーマンスが向上する場合があります。

Optimize IN clauses:
Advanced setting. As of releases up to 3.3.2, WordPress still generates many SQL queries with an extremely inefficient use of the IN operator (for example, SELECT user_id, meta_key, meta_value FROM wp_usermeta WHERE user_id IN (1)). When there is only one item in the set, the IN operator is unnecessary; and inefficient, because it prevents SQL from making use of indexes on the table being queried. Activating this setting will cause these queries to get rewritten to use a simple equality operator when there is only one item in the set (for example, the example query above would be rewritten as SELECT user_id, meta_key, meta_value FROM wp_usermeta WHERE user_id = 1).
Note. This is an advanced setting, which affects WordPress’s database queries at a very low level. The change should be harmless, but proceed with caution, and only if you are confident in your ability to restore your WordPress installation from backups if something important should stop working.

句で最適化:
詳細設定。 3.3.2までのリリースの時点では、WordPressはまだIN演算子(wp_usermeta WHERE user_idの(1)から、例えば、SELECT USER_ID、ここに記述、meta_value)の非常に非効率的な使用と多くのSQLクエリを生成します。それが照会されて、テーブル上のインデックスを利用してからSQLを防ぐため、非効率的な、1つの項目だけがセットに存在する場合には、IN演算子は不要です。この設定を有効にすると、これらのクエリは、(たとえば、例のクエリは、上記のSELECT USER_ID、ここに記述、meta_value wp_usermeta WHERE user_idの=1からのように書き換えることができます)1つの項目だけがセットに存在する場合に、単純な等価演算子を使用するようにリライトされます。
注意してください。これは、非常に低いレベルでワードプレスのデータベースクエリに影響を与える高度な設定である。変更は無害であるが、慎重に進める、とする必要があり、重要な何かが働いて停止した場合、バックアップからWordPressのインストールを復元するあなたの能力に自信を持っている場合に限ります。

コメントを残す

メールアドレスが公開されることはありません。