> ## Content Index
> Fetch the complete content index at: https://en.blog.themarfa.name/llms.txt
> Use this file to discover other available public pages before exploring further.

# How to Increase Page Load Timeout in Firefox
- URL: https://en.blog.themarfa.name/how-to-increase-page-load-timeout-in-firefox/
- Published: 2024-06-14T13:13:48.000Z
- Updated: 2024-06-14T13:13:48.000Z
- Description: If you are in a place where the internet is extremely slow, you might encounter an issue where the page reports a timeout.
- Author: Konstantin Dokuchaev
- Tags: Firefox

If you are in a place where the internet is extremely slow, you might encounter an issue where the page reports a timeout. As a result, you end up with a blank page, even though if you waited a bit longer, the site would have loaded completely.

You can try to solve this problem by increasing the timeout period in Firefox settings. To do this, go to the `about:config` page in the address bar and agree to make changes.

![upload in progress, 0](https://blog.themarfa.name/content/images/2024/06/CleanShot-2024-06-04-at-09.55.17@2x.png)

Next, you need to find and change the values of two parameters to more suitable ones.

1. `network.http.connection-timeout` (default is 90 seconds) - Increase this value to extend the connection waiting time.
2. `network.http.response.timeout` (default is 300 seconds) - Increase this value to extend the response waiting time.

![upload in progress, 0](https://blog.themarfa.name/content/images/2024/06/CleanShot-2024-06-04-at-09.56.55@2x-1.png)

After these settings are changed, you can continue browsing the web without interruptions.