Optimizing files for speed help please!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • betolito
    Registered User
    • Sep 2004
    • 30

    #1

    Optimizing files for speed help please!

    Could anyone suggest any tips, links ect. to optimizing a website for fast downloading? Most of my site is composed of graphics and video and I notice it downloads painfully slow, especially flash and quicktime movies. As everyone here probably knows, slow loading pages is the kiss of death for adult websites,
    so I would greatly appreciate any help here.

    Thanks!
    Alberto
    www.visagefilms.com
  • lb_vee
    Confirmed User
    • May 2004
    • 886

    #2
    I'll split this into two parts:

    Optimizing Web Files:
    --------------------
    1) Fix database indexes
    2) Optimize sql queries
    3) use caching
    4) use mod_gzip (compress html before shooting out to a browser)
    5) review your html code and take out all the garbage

    Media Files
    --------------------
    1) setup a seconday image server (one server for web files, one for media)
    2) use thttpd (throttling http server)

    Comment

    Working...