Skip to content
Snippets Groups Projects
Commit af35db74 authored by dosse91's avatar dosse91
Browse files

Added more common issues in troubleshooting section of doc.md

parent 0808650b
No related branches found
No related tags found
No related merge requests found
......@@ -215,6 +215,12 @@ Press F12, select network and start the test. Do you see errors? (cancelled requ
#### Upload test is inaccurate, and I see lag spikes
Check your server's maximum POST size, make sure it's at least 20Mbytes, possibly more
#### All tests are wrong, give extremely high results, browser lags/crashes, ...
You're running the test on localhost, therefore it is trying to measure the speed of your loopback interface. The test is meant to be run over an Internet connection, from a different machine.
#### Ping test shows double the actual ping
Make sure your server is sending the ```Connection:keep-alive``` header
## Using the test without PHP
If your server does not support PHP, or you're using something newer like Node.js, you can still use this test by replacing `garbage.php`, `empty.php` and `getIP.php` with equivalents.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment