OpenSpeedTest™
OpenSpeedTest™
@bt90 Check https://github.com/openspeedtest/Speed-Test/issues/67 Also we need to addd **buffer_responses** ```` reverse_proxy http://localhost:3000 { buffer_requests buffer_responses flush_interval -1 max_buffer_size 35MiB } ````
@hamedprog once you've changed the port number, try accessing the application through an incognito window.
@NfNitLoop This is client-side JavaScript. I think we need to make significant modifications for it to run on a server.
Known issue: I will address this issue in the next update. If you want to play with Ionic, drop me an email at [email protected]. Like I said in the previous...
follow https://github.com/openspeedtest/Speed-Test/issues/91 https://github.com/openspeedtest/Speed-Test/assets/51720450/2377715d-a109-4a3d-99f4-bb8aacc522bb
Putting the source and destination in HTTP will fix this issue. HTTP/2 is the problem here. You need to handle the upload as [we mentioned here](https://github.com/openspeedtest/Nginx-Configuration/blob/main/OpenSpeedTest-Server.conf#L73), or disable HTTP/2.
Disable HTTP/2 if you need speedtest to work on HTTPS. For HTTP, you don't need to disable HTTP/2.
@velepost That is a bug; it will be fixed soon. Additionally, there will be more options, such as forcing dark mode, changing colors, etc.
Refreshing the page is better for performance reasons. Some browsers hold test data in memory, and a page refresh will release the used memory.
Great idea! I'll give it a try soon. Thanks!