apache - Speeding up file downloads from web server -



apache - Speeding up file downloads from web server -

how optimize server server file downloads, apart buying faster network plan? files static , stored in folder is. .htaccess file ensures files forced download rather effort open in browser. recommended utilize cdn?

a cdn way performance, cost makes sense quite big volumes.

what kind of files serving? if they're compressible (eg html, word processor documents, pdfs; not jpegs), create sure compression enabled - utilize mod_deflate.

apache optimization download

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -