开发者

Speeding up file downloads from web server

开发者 https://www.devze.com 2023-03-19 21:46 出处:网络
How do I optimize my server for server file downloads, apart from buying a faster network plan? The files are static and stored in a folder as is. An .htaccess file ensures files are forced to downloa

How do I optimize my server for server file downloads, apart from buying a faster network plan? The files are static and stored in a folder as is. An .htaccess file ensures files are forced to download rather than attempt to 开发者_如何学JAVAopen in browser. Is it recommended to use a CDN?


A CDN is definitely a way to get good performance, but the price only makes sense for quite large volumes.

What kind of files are you serving? If they're compressible (eg HTML, word processor documents, PDFs; not JPEGs), then make sure compression is enabled - use mod_deflate.

0

精彩评论

暂无评论...
验证码 换一张
取 消