07th-mod / 07th-mod/python-patcher
Slow / weird behavior with download speed
- 主要语言
- JavaScript
- 星标
- 214
- 派生
- 12
- PR 合并指标
- 30 天内没有已合并 PR
描述
I noticed there is some sort of caching going on between the server and my computer.
Seemingly, downloading with the installer was slow (~200-300KiB), but then trying to download via some other method was fast (10MiB).
However what was really happening, was that re-downloading a file which had already been partially/fully downloaded was fast. There was some sort of caching going on when downloading from the server.
I think there is some issue with downloading very large files (such as the graphics archives) - they are not cached, or perhaps downloading one causes the limited cache to be emptied? so when the next person goes to download, it will need to re-download the file or something). Not sure if the cache is global to everyone, local to regions of the world, or local to just me.
This is not really my area of expertise so I don't really know what could be going on. I also am not sure how we have stuff setup on the server (or how a server is usually setup for serving large files)
贡献指南
这个仓库没有索引到贡献指南
调研方向
检查服务器配置和下载处理代码以了解缓存机制。查看大型文件(如图形存档)的提供方式,以及是否涉及缓存标头或CDN设置。通过新请求与重复请求测试下载速度以复现该问题。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, node.js
- 领域
- backend, performance
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 30/100