CS-Cart Page Speed and Optimization

Some simple steps to reduce CS-Cart page load times.

Prep Steps

  1. Optimization references
    1. Best Practices for Speeding Up Your Web Site – Yahoo
    2. Optimize caching – Google
    3. Increasing Application Performance with HTTP Cache Headers – heroku
    4. Speed Up Sites with htaccess Caching – Ask Apache
  2. Image optimization tools
    1. PNGGauntlet (Win) or  ImageOptim (Mac)
  3. Test your website with a speed analyzer
    1. http://gtmetrix.com – Online speed analyzer
    2. YSlow – Website performance browser extension

Action

  1. Backup your .htaccess file (located in the root of your CS-Cart install)
  2. Edit your .htaccess file
  3. Below the default CS-Cart code in your .htaccess file add rules for
    1. ETag – disable so we can control with Expires
    2. Expires – Set so browser caches
    3. Compression – compress to optimize

Example code that I’ve used to move my site from an 81 “B” YSlowscore to a 92 “A” score.

Before and After YSlow test results from the above code – click to enlarge

5 thoughts on “CS-Cart Page Speed and Optimization

  1. Hello Gfisk,

    Can you help me please apply to my site what you wrote above?
    Unfortunately I can handle it!

    Thank you

  2. When adding the code above to my .htaccess file I get the following error.
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

    More information about this error may be available in the server error log.

    Please advise

  3. wow !!!!!!!! you are a genius!!!! you saved me. I spent a lot of time optimizing, and all the flies with your code. Thank you so much

Leave a Reply to Ezra Cancel reply

Your email address will not be published. Required fields are marked *