Changes between Version 5 and Version 6 of OtherOpenSourceEcommerceSolutions

Show
Ignore:
Timestamp:
02/27/08 13:51:00 (3 years ago)
Author:
alex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OtherOpenSourceEcommerceSolutions

    v5 v6  
    1313Our first site requirements (http://www.chalkface.com) put strong requirements on internal store design. Old site has already been running software which we developed, and was working very slow and unstable. We have decided that at least the following things should be done to improve speed of new e-commerce solution: 
    1414 
    15  1. Sub-sequence SQL queries considered harmful. We decided that to speed things up we should not useadditional attributes per product to reduce number of SQL calls. 
     15 1. Sub-sequence SQL queries considered harmful. We decided that to speed things up we should not use additional attributes per product to reduce number of SQL calls. 
    1616 2. Do not create multi-language support until one is required 
    1717 3. Avoid any other unnecessary features, split out everything to modules (like multi-currency support) so only minimum comes to production.