Commit graph

48 commits

Author SHA1 Message Date
dosse91
b20c13728f The time limits are now ignored if the speed is still 0.00 when the limit is reached 2017-07-16 08:22:08 +02:00
dosse91
739d92d69a Added link to #50 2017-07-13 16:22:01 +02:00
dosse91
4e04794ff0 Updated known issues 2017-07-05 12:30:59 +02:00
dosse91
f432f84e3a Added more troubleshooting 2017-06-27 16:04:19 +02:00
dosse91
976412e802 Added donation info 2017-06-26 13:18:57 +02:00
dosse91
da5b58095e Updated README.md 2017-06-24 10:38:37 +02:00
dosse91
a7011b2e99 Removed unused Fetch API support (may come back in future); Removed quirk for Safari, now treated as chromium-based browser 2017-06-22 08:33:39 +02:00
dosse91
7e99fd889e Added quickstart videos 2017-06-19 17:27:52 +02:00
dosse91
b0172cc108 Improved custom settings parsing 2017-06-19 17:19:58 +02:00
dosse91
af35db747e Added more common issues in troubleshooting section of doc.md 2017-06-18 12:10:59 +02:00
dosse91
0808650b6b Added warning if parsing of custom settings fails 2017-06-17 14:45:03 +02:00
dosse91
2254001aff Added customizable grace time at beginning of tests; GET parameters can now be used in the URLs in the settings; Minor changes 2017-06-16 06:59:11 +02:00
dosse91
cce7c7a93f Fixed a typo in IE11-specific code 2017-06-15 07:25:26 +02:00
dosse91
62a06fa7d3 Added configuration for custom compensation factor; Fixed a problem where xhr_ignoreErrors could not be changed 2017-06-15 07:02:35 +02:00
dosse91
23b188b3ce Improved ping/jitter test 2017-06-14 12:33:11 +02:00
dosse91
710887f400 Added options for managing errors during test (abort/retry/ignore) 2017-06-13 14:20:05 +02:00
dosse91
8b96a21faa Updated README.md 2017-05-15 17:34:22 +02:00
dosse91
ec61c14723 Fixed a problem with upload and ping test with nginx 2017-05-15 17:32:46 +02:00
dosse91
65be39ff90 Updated README.md 2017-05-15 12:03:47 +02:00
anoy
3f06ab1381 improvements and new example (#29)
Merge with #29. Using standard js code style (ugh...); rewritten documentation in markdown; Added example6
2017-05-15 12:02:32 +02:00
bjonn
0dd0eeaa86 Update speedtest_worker.js (#27)
Fixed a typo in worker code (fetch API version)
2017-05-05 07:28:52 +02:00
dosse91
98c8aa6585 Updated doc.pdf 2017-04-26 07:24:23 +02:00
dosse91
30c595de6e Added experimental workarounds for IE11; Added new example 2017-04-26 07:23:36 +02:00
dosse91
eb349648bd Added Chart.js example (example5) 2017-03-21 17:54:28 +01:00
dosse91
cf24c81f3e Minor improvement to previous commit 2017-03-03 14:20:27 +01:00
Federico Dossena
c045707e09 Merge pull request #21 from geisserm/master
Abort request after onload in download test to free RAM
2017-03-03 14:13:28 +01:00
Geißer Michael
bc741920a4 abort request after onload to free ram 2017-03-03 14:03:21 +01:00
dosse91
bda31f033b Minor fix for Firefox ESR compatibility 2017-03-03 13:30:00 +01:00
dosse91
fce6a67be0 Implemented multistream; Implemented jitter test; Implemented Fetch API (default disabled); Added more settings; Improved code quality; Improved accuracy; Added browser-specific optimizations; Added minified version; Expanded documentation; Some bug fixes 2017-03-02 17:58:40 +01:00
dosse91
e5612b4f10 Improved client IP detection; Updated examples 2017-02-26 12:15:51 +01:00
Federico Dossena
0e83593adb Merge pull request #19 from ke-mccormick/patch-1
Outputs Client IP in JSON (Requires PHP server)
2017-02-26 11:28:40 +01:00
ke-mccormick
018992cd27 Outputs Client IP in JSON
getIP({"ip":"8.8.8.8"});
2017-02-26 04:13:26 -06:00
dosse91
e87c8c861b More aggressive stopping of XHR requests 2017-02-26 08:26:42 +01:00
dosse91
f8e5dafa7a Fixed a bug with Firefox 51; Precision improvements to compensate HTTP overhead 2017-02-05 09:51:15 +01:00
dosse91
ba58805e47 Points to new domain 2017-02-02 08:05:42 +01:00
dosse91
152a69008b Fixed a typo in download test 2017-01-10 16:27:20 +01:00
dosse91
ade23a1c80 Fixed a typo in the upload test 2017-01-09 07:20:56 +01:00
dosse91
f1bf2ce2ae Improved accuracy; Minor changes and fixes 2017-01-02 07:10:44 +01:00
dosse91
858bfe61a1 Fixed incorrect usage of openssl_random_pseudo_bytes in garbage.php 2016-12-29 07:49:46 +01:00
dosse91
d9c320aee4 Data is now incompressible 2016-11-28 21:09:12 +01:00
dosse91
ec223a45d4 Accidentally reverted README.md 2016-10-23 19:49:52 +02:00
dosse91
c4dd6d89b8 Now using JSON for handling settings; Minor changes 2016-10-23 19:47:55 +02:00
Federico Dossena
7051405fdc Merge pull request #3 from mserve/master
Merged with mserve/master: Improved garbage.php; Added example4.html; Changed handling of settings
2016-10-23 19:42:37 +02:00
Martin
2facf7f096 changed handling of settings
- changed worker: allowing direct message to set options, also timeouts and pingcounts
- examples changed with new set message
2016-10-22 15:39:16 +02:00
Martin
d8b1f0d085 New example, "improved" garbage.php
New example using justgage.js for nice displays, and Google Fonts for more awesomeness of this tool
Changed garbage.php, now enforcing download (good for comparisons of measured speed vs. raw download speed) and disabling php buffering stuff
2016-10-22 15:21:16 +02:00
dosse91
3f99127b69 Rewritten to use Web Workers; Easier to use; Added more examples 2016-10-09 09:13:36 +02:00
dosse91
48139c7fba Updated example 2016-04-19 08:04:53 +02:00
dosse91
bec767c9ed First commit 2016-03-04 12:48:09 +01:00