(パフォーマンスの tips)

Ploneのパフォーマンスチューニングのtipsです。

Memcached as session storage

セッションを ZEO/ZODB に保存することは拡張性に乏しく、大量のアクセスがあるシステムでは ConflictErrors が発生しやすくなります。

memcached をバックエンドにすることにより拡張性が高くなります。

詳細な情報は lovely.session アドオンプロダクト を参照してください。

サーバーの入出力のパフォーマンス

http://plope.com/Members/chrism/iostat_debugging

Clarification:

<mcdonc> well, the example has await at about 40X svctime.. that's pretty shitty
<mcdonc> i mean that box was useless

メモリの使用量を減らす

This tips are especially critical when running Plone on low-memory virtual private server (VPS).

不要な言語を無効化する

PTS_LANGUAGESbuildout.cfg に追加します。

[instance]
...
environment=
    PTS_LANGUAGES=en ja