# Why am I getting a Time Out error?

WooCommerce POS will give a timeout error if an order takes longer than 1 minute to complete.

![Time Out Modal](https://wcpos.com/wp-content/uploads/2016/06/time-out-modal.png)

This could be caused by:

* **Your internet connection**, e.g.: slow connection, no connection
* **Your server**, e.g.: high load, server down
* **Your gateway**, e.g.: connection to gateway server, fatal PHP error
* **Your plugins**, e.g.: connection to a third party service such as Xero

Please note that WooCommerce POS is just a frontend for the WC REST API. Once the order is sent to the server the POS plugin has little impact on the time it takes to complete.

The following plugins are known to cause problems with Time Out error:

* [Xero](https://www.woothemes.com/products/xero/)
* [WooCommerce PDF Invoices & Packing Slips](https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/)

For more information and some tips for troubleshooting, please see the [POS Performance doc](http://wcpos.com/docs/support/performance/).


---

# Agent Instructions: 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:

```
GET https://faq.wcpos.com/error-messages/time-out.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
