パフォーマンス - opensource-workshop/connect-cms GitHub Wiki

パフォーマンス対応

(v1.42.0~)app.js分割対応

https://github.com/opensource-workshop/connect-cms/pull/2371

(v1.43.0~)gzip圧縮・ブラウザキャッシュヘッダーを追加しました

https://github.com/opensource-workshop/connect-cms/pull/2407

  • apacheのみ有効化されます。
  • apache側で下記モジュールを有効化する必要があります。
--- 確認 ※コマンドを実行して、以下のように _module (shared) または (static) と表示されれば、モジュールは正常に有効化されています。
# httpd -M | grep -E "deflate|expires"
 deflate_module (shared)
 expires_module (shared)