> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/documentation/chinese-documentation/chang-jian-wen-ti/troubleshooting/slow-browser-profile.md).

# 浏览器配置文件速度慢

当您遇到缓慢的浏览器配置文件时，有两种选项可以验证和修复问题：

{% stepper %}
{% step %}

#### 选项 1：验证代理速度

使用代理时，网速总是由浏览器配置文件决定。要验证，请在 Incogniton 浏览器配置文件和您自己的浏览器中运行速度测试并比较结果。

* 在 Incogniton 浏览器配置文件和您的常规浏览器中使用 \*\*<https://www.speedtest.net/**。>
* 如果 Incogniton 配置文件较慢，问题可能是由代理引起的。请联系代理供应商解决。
  {% endstep %}

{% step %}

#### 选项 2：启用无沙盒模式

在您的账户中启用无沙盒模式也可能有所帮助。

* 前往 **Settings > Browser**
* 打开 **Run without sandbox**
  {% endstep %}
  {% endstepper %}

{% hint style="info" %}
如果您还有任何问题，请随时联系我们的[支持团队](https://incogniton.com/contact/)。
{% endhint %}


---

# 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://docs.incogniton.com/documentation/chinese-documentation/chang-jian-wen-ti/troubleshooting/slow-browser-profile.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.
