Mimimiguel Posted June 14, 2021 Share Posted June 14, 2021 (edited) Hello! After a few days trying to optimize the download size of my server, I think i've reached a limit of what we can download on demand (using downloadFile and such) and I'm looking for ways to improve the download speed of the rest of the files. For some reason, this download is incredibly slow, considering both the server and my connection are pretty good (300mbps). I guess it's because the client makes a request for each file, but anyway. I've been looking for ways to speed this up and the only thing I've found so far is this old post: Using squid to speed up resource downloads Have you done that? Is the change noticeable? Do you have any tips to improve this download time? Thank you very much! Edited June 14, 2021 by Mimimiguel Link to comment
Addlibs Posted June 16, 2021 Share Posted June 16, 2021 Either that or Installing and Configuring Nginx as an External Web Server should be helpful. The built-in HTTP server in MTA that takes care of downloading is a very simple server, and can't do things like transmission compression. Nginx or Squid (maybe? I haven't ever used it so I'm not entirely sure) should be able to compress the transmission and thus make it faster and use less bandwidth. 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now