> For the complete documentation index, see [llms.txt](https://docs.infotopics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infotopics.com/trulyp/installation-and-troubleshooting/troubleshooting/application-startup/writebackextreme-is-slow-or-unresponsive-less-than-v6.0.md).

# WriteBackExtreme is slow or unresponsive (< v6.0)

A typical reason of a slow experience is the database connection itself. Especially databases that are not running in the same network can be slower.

When the management console for example is also slow you can take a look at the application performance. Open Powershell and navigate to the directory where WriteBackExtreme.exe is located. Run this command to see the statistics of the internal workers:

<a class="button secondary">Copy</a>

```
./WriteBackExtreme.exe workers --interactive
```

This will generate an interactive statistics table like so:

![](https://docs.infotopics.com/~gitbook/image?url=https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2F0gkOLIfzuEyMP2kvoT9o%2Fblobs%2FQIJW7jlW6vT2QvXlbfL9%2FScreenshot%25202024-02-28%2520at%252014.53.49.png\&width=300\&dpr=3\&quality=100\&sign=fb29e25d\&sv=2)

Note: The amount of rows (workers) is dependent on the amount of processor cores available on the machine.

When this shows a lot of Memory or CPU consumption it could be a good idea to increase the number of workers. Alter the `wbe.config.toml` configuration file in the installation directory, and add a num\_workers option to the `http` part like so:

![](https://docs.infotopics.com/~gitbook/image?url=https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2F0gkOLIfzuEyMP2kvoT9o%2Fblobs%2F78Zxjyqmth904NF1M26w%2FScreenshot%25202024-09-02%2520at%252013.54.33.png\&width=300\&dpr=3\&quality=100\&sign=97927d20\&sv=2)

Note: Indentation in the wbe.config.toml file matters! Always use 2 spaces as indentation.

**Warning: Increasing the amount of workers to more than 30 will not increase performance, and can lead to unwanted behavior.**


---

# 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.infotopics.com/trulyp/installation-and-troubleshooting/troubleshooting/application-startup/writebackextreme-is-slow-or-unresponsive-less-than-v6.0.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.
