Increasing Speed of an Ecommerce Website

Discussion in 'eCommerce' started by Kaabi, May 22, 2010.

  1. #1
    Hey guys, I was wondering if you had any tips for increasing the loading speed of my site, EastCoastAirsoft.com. Some pages load pretty slowly, and I feel that conversion could be increased by reducing the loading time. I understand there is no magic program I can upload to fix it, just like there is no SEO file you can inject to get you up to #1 automatically. But if you have some practical suggestions I can carry out, that would be great.
     
    Kaabi, May 22, 2010 IP
  2. boodi

    boodi Guest

    Messages:
    19
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    check this http://developer.yahoo.com/performance/rules.html , definitely it will help you .
     
    boodi, May 23, 2010 IP
  3. cashturner

    cashturner Guest

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    search google and investigate into flash compression and javascript compression, i've used flash compression with success however I don't run much javascript to find out if it compresses well.. but it depends on what you're site is using as to what you'll need
     
    cashturner, May 25, 2010 IP
  4. cashturner

    cashturner Guest

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    ps thanks boodi for the link, very handy!
     
    cashturner, May 25, 2010 IP
  5. boodi

    boodi Guest

    Messages:
    19
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    YOu welcome, cashturner
     
    boodi, May 25, 2010 IP
  6. jetmatic

    jetmatic Greenhorn

    Messages:
    53
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #6
    Thanks mate, that was a good input for me. glad to found this info
     
    jetmatic, May 27, 2010 IP
  7. terencemagpie

    terencemagpie Greenhorn

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #7
    Thanks mate, this thread is also useful for me, need to settle the speed problem of my own E-commerce site.
     
    terencemagpie, Jun 3, 2010 IP
  8. hostsaker

    hostsaker Well-Known Member

    Messages:
    153
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    133
    #8
    hey dude, is that real gun? ur the first person ive ever seen selling guns online lol can you confirm is it real? i may buy 1 for my self lol
     
    hostsaker, Jun 4, 2010 IP
  9. PeterWeb

    PeterWeb Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    wow is that real gun in your store?
    nice.
     
    PeterWeb, Jun 4, 2010 IP
  10. m0nk3y

    m0nk3y Active Member

    Messages:
    237
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    60
    #10
    Installing something like eAccelerator or X-Cache might help you - it helped a lot with my site (php/mysql ecommerce site).
     
    m0nk3y, Jun 4, 2010 IP
  11. PabloPalatnik

    PabloPalatnik Peon

    Messages:
    145
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #11
    PabloPalatnik, Jun 9, 2010 IP
  12. Nigel Lew

    Nigel Lew Notable Member

    Messages:
    4,642
    Likes Received:
    406
    Best Answers:
    21
    Trophy Points:
    295
    #12
    Nigel Lew, Jun 9, 2010 IP
  13. createdevelop

    createdevelop Well-Known Member

    Messages:
    267
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    140
    #13
    There are some good firefox plug ins, and websites that detail good methods of reducing page load time. However there are some quick things you can check right now;

    Check you have optimised your database, usually through PHP MYadmin
    Check you are not scaling images, and that they are optimised before you upload them
    Make sure you are not making too many calls to the database, with a dynamic page
    Try to compress javascript and CSS to one file each and compress again using gZIP
    See if you can compress the webpage/website using gZIP
    Make sure the website does not use an image heavy background
    Try to move as many assets as you can to something like amazon s3 to reduce the server load.
     
    createdevelop, Jun 14, 2010 IP
  14. Bagi Zoltán

    Bagi Zoltán Well-Known Member

    Messages:
    364
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    110
    #14
    With empty cache the visitor will have to download 446 KB data, and as I observed there are 4 requested resources which generates 404 server response (slows down the rendering). You should try to:
    i. Minimize the number of http request, merging javascript and css files.
    ii. Optimize your images, and build a css sprites.
    iii. Compressing the resources via gzip.
    iv. Test your website on a more powerful webserver, I suppose there is too much load on this one.

    Best wishes,
    Zoli
     
    Bagi Zoltán, Jun 23, 2010 IP
  15. muvouchers

    muvouchers Greenhorn

    Messages:
    74
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    18
    #15
    Enable caching of images, use gzip compression as previously mentioned, and depending on the amount of traffic, may also want to look into caching some of your sql quieries.
     
    muvouchers, Jul 4, 2010 IP