Replies: 1 comment
-
Hi Team! I have a similar issue where I have a website with some 19MB PDF attachments. They can take 2 mins to download. Without NPM, it is nearly instant. Is there some tuning document around performance? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm running speedtest behind nginx proxy manager in a docker container using bridge networking. Both containers run on the same docker daemon and all test are performed on the same machine running the docker daemon.
I see a big difference in speed when using the local docker port (both http and https) vs NPM (https enabled).
Can someone please explain why and if there are any settings to tweak the throughput.
When passing via NPM:
When using the speedtest docker http port:
When using the speedtest docker https port:
I understand that the https connection introduces a little overhead, but I don't understand why NPM is so much slower.
Any help would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions