> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/zen-firewall/miscellaneous/how-zen-works-performance-reliability.md).

# Zen のパフォーマンスと信頼性

## パフォーマンスへの影響 <a href="#performance-impact" id="performance-impact"></a>

Zen では、アプリケーションのパフォーマンスを最優先しています。私たちのエージェントはシステムへの影響を最小限に抑えるよう設計されており、テスト、自動ベンチマーク、そして私たち自身が Zen を使用することで、継続的にこれを監視しています。

## 信頼性とフェイルセーフ <a href="#reliability--failsafes" id="reliability--failsafes"></a>

Zen は、Aikido プラットフォームとの接続に問題が発生した場合でも、セキュリティとパフォーマンスを維持できるよう設計されています。Zen がさまざまなシナリオをどのように処理するかを以下に示します。

### サーバーに接続せずに Zen が起動した場合 <a href="#when-zen-starts-without-server-connection" id="when-zen-starts-without-server-connection"></a>

* ✅ アプリケーションは通常どおり動作し続けます
* ✅ 基本的な攻撃ブロック（SQL、パスインジェクションなど）は有効のままです
* ⚠️ 一部の高度なセキュリティ機能（ボット検知、脅威アクターなど）は、接続が回復するまで制限される場合があります

### 通常運用中に Zen の接続が失われた場合 <a href="#during-normal-operation-if-zen-loses-connection" id="during-normal-operation-if-zen-loses-connection"></a>

* ✅ 既存のすべてのセキュリティ設定は引き続き有効です
* ✅ アプリケーションは中断なく動作し続けます
* ✅ 以前にダウンロードされたセキュリティルールはそのまま有効です
* ⚠️ 新しいセキュリティ更新は、接続が再開されるまでキューに入ります

### リクエスト処理 <a href="#request-processing" id="request-processing"></a>

* ✅ すべてのセキュリティチェックはお使いのマシン上でローカルに実行されます
* ✅ Zen サーバーの応答時間に依存しません。Zen は各リクエストごとではなく、バックグラウンドプロセスで Aikido サーバーと通信します。

### 設定の更新 <a href="#configuration-updates" id="configuration-updates"></a>

Zen は、すべての設定更新に対して厳格な検証を行い、以下を নিশ্চিতします:

* ✅ 有効な設定のみが適用されます
* ✅ 無効な設定は安全に拒否されます
* ✅ セキュリティ態勢は安定して維持されます

## ベストプラクティス <a href="#best-practices" id="best-practices"></a>

* Zen エージェントを最新バージョンに更新してください
* アプリケーションのログで Zen に関連するメッセージを監視してください
* 予期しない動作に気付いた場合はサポートにお問い合わせください


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/docs/docs-ja/zen-firewall/miscellaneous/how-zen-works-performance-reliability.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
