> For the complete documentation index, see [llms.txt](https://academy.shade.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.shade.inc/help-center/help-center-zh/chang-jian-wen-ti/wo-de-wifi-xu-yao-duo-hao.md).

# 我的 Wi‑Fi 需要多好？

Shade 旨在适应各种网络连接环境并高效运行。即使不是完美的网络连接，您也可以使用 Shade 的大多数强大功能。下面是关于 Shade 网络要求的说明。

### Shade 的大多数功能在普通网络连接下都能正常使用

即使网速一般（低于 50 Mbps），您仍然可以有效使用 Shade 的大部分核心功能：

* 回放 Web 代理
* 与外部协作者共享
* 审阅并留下评论
* 创建集合
* 管理和编辑元数据
* 生成转录内容和 AI 元数据

即使您的网络不是非常快，这些功能也经过优化，能够稳定运行。

### 上传和下载

直接在 Web 应用中上传和下载文件（不通过 ShadeFS 挂载）时，速度取决于您的网络带宽。这些操作无论网速快慢都能成功完成，只是在较慢的连接下会花费相应更长的时间。

### ShadeFS 注意事项

ShadeFS 挂载对网速的要求更高。由于 ShadeFS 会在您通过文件管理器或 NLE 访问媒体文件时按需流式传输数据字节，连接质量会直接影响性能。

为了获得最佳的 ShadeFS 体验，尤其是在处理高分辨率媒体时，我们建议：

* 用于处理 4K 8 位视频时，至少保持稳定的 250 Mbps 连接
* 理想情况下，使用有线千兆以太网连接，以获得最稳定的性能

### 处理波动性连接

如果您在回放过程中遇到性能波动，Shade 提供了一个解决方案：您可以通过 Shade 应用将文件固定到本地离线。对视频进行固定会完整下载到本地缓存中，使您无论连接质量如何都能流畅处理它们。

<figure><img src="/files/56e5b94c5216de3fb3c3e69ec2b8a310e46718a1" alt=""><figcaption></figcaption></figure>

### 结论

Shade 的设计足够灵活，可适应各种网络环境。虽然更快、更稳定的连接会提升 ShadeFS 的使用体验，但 Shade 的绝大多数功能在普通网络下也依然非常实用。您不需要完美的网络，也能从 Shade 中获得很高的价值。


---

# 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://academy.shade.inc/help-center/help-center-zh/chang-jian-wen-ti/wo-de-wifi-xu-yao-duo-hao.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.
