From da5b58095e228fba41a6fc1e35388a963f42a7bf Mon Sep 17 00:00:00 2001 From: dosse91 Date: Sat, 24 Jun 2017 10:38:37 +0200 Subject: [PATCH 1/3] Updated README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b4fd00c..5fe525e 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ Only modern browsers are supported (IE11, latest Edge, latest Chrome, latest Fir ## How to use in your site See the examples or doc.md +## Docker +Please see the ```docker``` branch + ## License Copyright (C) 2016-2017 Federico Dossena From 976412e802babf1cf0b26e16b8050a1c54fd1b85 Mon Sep 17 00:00:00 2001 From: dosse91 Date: Mon, 26 Jun 2017 13:18:57 +0200 Subject: [PATCH 2/3] Added donation info --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5fe525e..eac1b36 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ See the examples or doc.md ## Docker Please see the ```docker``` branch +## Donate +If you want to support this project, you can [send a donation via PayPal](https://www.paypal.me/sineisochronic). + ## License Copyright (C) 2016-2017 Federico Dossena From f432f84e3ac260ff6664cb9e082f2e0f4e289f46 Mon Sep 17 00:00:00 2001 From: dosse91 Date: Tue, 27 Jun 2017 16:04:19 +0200 Subject: [PATCH 3/3] Added more troubleshooting --- doc.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc.md b/doc.md index 7f8de9e..d3ce4f7 100644 --- a/doc.md +++ b/doc.md @@ -203,8 +203,9 @@ __Important:__ do not simply kill the worker while it's running, as it may leave These are the most common issues reported by users, and how to fix them #### Download test gives very low result -Are garbage.php and empty.php (or your replacements) reachable? -Press F12, select network and start the test. Do you see errors? (cancelled requests are not errors) +Are garbage.php and empty.php (or your replacements) reachable? +Press F12, select network and start the test. Do you see errors? (cancelled requests are not errors) +If a small download starts, open it in a text editor. Does it say it's missing openssl_random_pseudo_bytes()? In this case, install OpenSSL (this is usually included when you install Apache and PHP on most distros). #### 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