Giter Site home page Giter Site logo

Comments (11)

Leopere avatar Leopere commented on July 28, 2024 1

If I develop it further I'll publish more but so far I've redacted nothing so far in my post which is unusual. For now I've plunked it back behind Authelia to limit it's access I was mostly wanting it for debugging connectivity in the future so it will be good as is but I could probably find bare metal somewhere and test it there.

from speed-test.

openspeedtest avatar openspeedtest commented on July 28, 2024

Just tested the latest docker image, using Bandwidth limit option on Google Chrome, 5Mbps for download and 8Mbps for upload
Screen Shot 2022-07-19 at 8 35 29 PM
It's working as expected.
Clear browser cache and try again
or try Incognito window.

from speed-test.

Leopere avatar Leopere commented on July 28, 2024

Sure I can give that a go let me see. However, this was the first time I loaded the app in my browser, so maybe it's a conflict with uBlock Origin on Firefox.

from speed-test.

Leopere avatar Leopere commented on July 28, 2024

Perhaps it's confused due to being behind Traefik. Let me open my instance up from behind my WAF if you wish to test.

version: "3.9"
services:
  speed:
    image: openspeedtest/latest
    deploy:
      replicas: 1
      placement:
        constraints:
#          - node.labels.role == db
          - node.hostname == ertest.nixc.us
#          - node.labels.dns == true
      labels:
        - "traefik.enable=true"
        - "traefik.http.routers.speed.tls=true"
        - "traefik.http.services.speed.loadbalancer.server.port=3000"
        - "traefik.http.routers.speed.rule=Host(`speed.nixc.us`)"
        - "traefik.http.routers.speed.entrypoints=websecure"
        - "traefik.http.routers.speed.tls.certresolver=letsencryptresolver"
        - "traefik.http.routers.speed.service=speed"
        - "traefik.docker.network=traefik"
        # - 'traefik.http.routers.speed.middlewares=authelia@docker'
    networks:
      # - default
      - traefik

networks:
  traefik: 
    external: true
  # default:
  #   external: false

from speed-test.

Leopere avatar Leopere commented on July 28, 2024

Tested in Brave
image
Brave in Private Browsing mode.
image

from speed-test.

openspeedtest avatar openspeedtest commented on July 28, 2024

Look at this page.. https://community.traefik.io/t/for-http-post-request-net-err-connection-reset/15041

from speed-test.

openspeedtest avatar openspeedtest commented on July 28, 2024

Add
-"traefik.http.middlewares.limit.buffering.maxRequestBodyBytes=10000000000"

  • "traefik.http.routers.openspeedtest-https.middlewares=limit"

from speed-test.

Leopere avatar Leopere commented on July 28, 2024

So I've added that, and now it looks more stable of a connection however, I'm still running into my upload seeming far greater than my download.

image

from speed-test.

openspeedtest avatar openspeedtest commented on July 28, 2024

Limit the bandwidth in chrome console and try. Looks like stable connection.

Maybe try without traefik

https://community.traefik.io/t/very-bad-upload-speed-when-using-traefik-with-tsl-ssl/15082

In my testing HTTPS performance was very bad.
Maybe my configuration is invalid.. i don't have much experience in reverse proxy.

from speed-test.

Leopere avatar Leopere commented on July 28, 2024

That's fair I'm not really interested in binding it on the host of the machine, and I don't really want a separate ingress route, so maybe I'll just live with this for now.

from speed-test.

openspeedtest avatar openspeedtest commented on July 28, 2024

Did you tested on different browser?
I think for 10 to 200 Mbps using it behind a reverse proxy will be fine. I have not tested, but i think it depends on the power of server CPU.

If you use openspeedtest/latest image, for http and https you will get full line speed. Tested up to 10Gbps.

If that is not an option, like you said in above comment. Get someone who really understand traefik and fix it.. and share it with me :)

from speed-test.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.