peinhu / AetherUpload-Laravel

A Laravel package to upload large files 上传大文件的Laravel扩展包
GNU General Public License v2.0
919 stars 126 forks source link

如何进行优化 #2

Open yantaosh opened 8 years ago

yantaosh commented 8 years ago

已经按照你的优化建议每日进行清理垃圾文件,还有提高临时文件读写速度的方法了,可是上传速度还是很慢,有什么其他优化的方法么?

peinhu commented 8 years ago

@a119347 上传速度慢可能是网络造成的,网络原因很复杂,有可能是客户端的上行带宽小,或者是服务端的下行带宽小,还可能是网络不稳定导致丢包率太高。
请在本地使用localhost尝试,如果上传速度还是慢,那才能归因于程序代码的问题。

yantaosh commented 8 years ago

本地的上传速度很快,传一个100M的话大概也就几秒,可是服务器上就不行,大概要4-5分钟

peinhu commented 8 years ago

@a119347 应该是被上行带宽限制了,建议去www.speedtest.cn测一下上传速度。

yantaosh commented 8 years ago

恩 我测试了下服务器的上传速度能在87.53Mb

peinhu commented 8 years ago

是测你客户端的上传速度…一般都不会高的,大多数是不对等宽带

发自我的 iPhone

在 2016年8月30日,16:44,a119347 notifications@github.com 写道:

恩 我测试了下服务器的上传速度能在87.53Mb

― You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

yantaosh commented 8 years ago

客户端的我也测了,我公司里的速度确实不行,但是我在家的时候上传也不行,刚刚把php.ini的一些参数改了下,看看能不能好些吧